--- a/hotspot/src/share/vm/services/gcNotifier.cpp Fri Sep 06 08:42:42 2013 -0700
+++ b/hotspot/src/share/vm/services/gcNotifier.cpp Mon Sep 09 10:01:09 2013 +0100
@@ -209,7 +209,7 @@
GCNotificationRequest *request = getRequest();
if (request != NULL) {
NotificationMark nm(request);
- Handle objGcInfo = createGcInfo(request->gcManager, request->gcStatInfo, THREAD);
+ Handle objGcInfo = createGcInfo(request->gcManager, request->gcStatInfo, CHECK);
Handle objName = java_lang_String::create_from_str(request->gcManager->name(), CHECK);
Handle objAction = java_lang_String::create_from_str(request->gcAction, CHECK);