Fixes PR93.
[cacao.git] / src / vmcore / loader.c
index 0fcb11ba7660dc4e84df9c1d78a7320f03b9ff56..47940b0ba4066d5a9f65366806537e60bd006ce2 100644 (file)
@@ -229,8 +229,8 @@ void loader_init(void)
        class_java_util_Vector                 = load_class_bootstrap(utf_java_util_Vector);
 
 # if defined(WITH_JAVA_RUNTIME_LIBRARY_OPENJDK)
-       class_sun_reflect_MagicAccessorImpl =
-               load_class_bootstrap(utf_new_char("sun/reflect/MagicAccessorImpl"));
+       class_sun_misc_Signal                  = load_class_bootstrap(utf_new_char("sun/misc/Signal"));
+       class_sun_reflect_MagicAccessorImpl    = load_class_bootstrap(utf_new_char("sun/reflect/MagicAccessorImpl"));
 # endif
 
        arrayclass_java_lang_Object =