hotspot/src/share/vm/prims/jni.cpp
changeset 5403 6b0dd9c75dde
parent 5041 5bce37d77dde
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/prims/jni.cpp	Sun Oct 11 16:19:25 2009 -0700
+++ b/hotspot/src/share/vm/prims/jni.cpp	Thu Apr 22 13:23:15 2010 -0700
@@ -3311,6 +3311,7 @@
     OrderAccess::release_store(&vm_created, 0);
   }
 
+  NOT_PRODUCT(test_error_handler(ErrorHandlerTest));
   return result;
 }