< prev index next >

src/hotspot/share/services/gcNotifier.cpp

Print this page

        

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