changeset 4046:e8d1979fe077

8023478: Test fails with HS crash in GCNotifier. Reviewed-by: sla
author kevinw
date Mon, 16 Sep 2013 13:49:10 -0700
parents 266021994808
children c2e524f26e19
files src/share/vm/services/gcNotifier.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/services/gcNotifier.cpp	Fri Aug 02 12:26:46 2013 +0100
+++ b/src/share/vm/services/gcNotifier.cpp	Mon Sep 16 13:49:10 2013 -0700
@@ -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);