6664627: Merge changes made only in hotspot 11 forward to jdk 7

Reviewed-by: jcoomes
This commit is contained in:
Daniel D. Daugherty 2007-12-05 09:00:00 -08:00
parent dcbf4ea9ee
commit 5fa349cc42
12 changed files with 101 additions and 112 deletions

View file

@ -104,6 +104,7 @@ class SharedRuntime: AllStatic {
STACK_OVERFLOW
};
static void throw_AbstractMethodError(JavaThread* thread);
static void throw_IncompatibleClassChangeError(JavaThread* thread);
static void throw_ArithmeticException(JavaThread* thread);
static void throw_NullPointerException(JavaThread* thread);
static void throw_NullPointerException_at_call(JavaThread* thread);