< prev index next >

src/hotspot/share/services/gcNotifier.cpp

Print this page

        

@@ -157,11 +157,11 @@
 
   return JavaCalls::construct_new_instance(
                           gcInfoklass,
                           vmSymbols::com_sun_management_GcInfo_constructor_signature(),
                           &constructor_args,
-                          CHECK_NH);
+                          THREAD);
 }
 
 void GCNotifier::sendNotification(TRAPS) {
   GCNotifier::sendNotificationInternal(THREAD);
   // Clearing pending exception to avoid premature termination of
< prev index next >