src/hotspot/share/services/gcNotifier.cpp
changeset 55734 51f5b4c29626
parent 54623 1126f0607c70
child 58503 726a3945e934
equal deleted inserted replaced
55733:9cfb9387a9e8 55734:51f5b4c29626
   157 
   157 
   158   return JavaCalls::construct_new_instance(
   158   return JavaCalls::construct_new_instance(
   159                           gcInfoklass,
   159                           gcInfoklass,
   160                           vmSymbols::com_sun_management_GcInfo_constructor_signature(),
   160                           vmSymbols::com_sun_management_GcInfo_constructor_signature(),
   161                           &constructor_args,
   161                           &constructor_args,
   162                           CHECK_NH);
   162                           THREAD);
   163 }
   163 }
   164 
   164 
   165 void GCNotifier::sendNotification(TRAPS) {
   165 void GCNotifier::sendNotification(TRAPS) {
   166   GCNotifier::sendNotificationInternal(THREAD);
   166   GCNotifier::sendNotificationInternal(THREAD);
   167   // Clearing pending exception to avoid premature termination of
   167   // Clearing pending exception to avoid premature termination of