changeset 3841:f3744e5f1c26

8023478: Test fails with HS crash in GCNotifier. Reviewed-by: sla
author kevinw
date Mon, 16 Sep 2013 13:49:10 -0700
parents 450c62a4a9e5
children db4c82656465
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);