summaryrefslogtreecommitdiffstats
path: root/vm/Exception.h
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2011-02-25 15:49:29 -0800
committerDan Bornstein <danfuzz@android.com>2011-02-25 15:49:29 -0800
commit2c8e25b2010d1bba4dca0148691bc6e1a4ee7616 (patch)
treed3c2c7a3d9398a5f1e3e9c5faa2f5df660d9cb42 /vm/Exception.h
parent6d167a4b02f310700a55fc9a24fccce999e0fdf2 (diff)
downloadandroid_dalvik-2c8e25b2010d1bba4dca0148691bc6e1a4ee7616.tar.gz
android_dalvik-2c8e25b2010d1bba4dca0148691bc6e1a4ee7616.tar.bz2
android_dalvik-2c8e25b2010d1bba4dca0148691bc6e1a4ee7616.zip
More exception cleanup.
Added a few more classes to the list and tweaked dvmThrowNegativeArraySizeException() to actually take the size as an argument. Still pending: Changing the assembly interp files to make better calls. Change-Id: I3a470f5fd4c9a1f7f55fc875900096c00c4ac010
Diffstat (limited to 'vm/Exception.h')
-rw-r--r--vm/Exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/Exception.h b/vm/Exception.h
index 099b8835a..9fbad9907 100644
--- a/vm/Exception.h
+++ b/vm/Exception.h
@@ -350,9 +350,9 @@ void dvmThrowLinkageError(const char* msg);
/**
* Throw a NegativeArraySizeException in the current thread, with the
- * given detail message.
+ * given number as the detail message.
*/
-void dvmThrowNegativeArraySizeException(const char* msg);
+void dvmThrowNegativeArraySizeException(s4 size);
/**
* Throw a NoClassDefFoundError in the current thread, with the