# HG changeset patch # User kevinw # Date 1378717269 -3600 # Node ID bcb70cd411bc12b3c33b48b2a3879ca585cddd40 # Parent bc974e92f8814b3921b3d43f0f1bc96ef8ad42d7 8023478: Test fails with HS crash in GCNotifier. Reviewed-by: sla diff -r bc974e92f881 -r bcb70cd411bc hotspot/src/share/vm/services/gcNotifier.cpp --- 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);