8023478: Test fails with HS crash in GCNotifier.

Mon, 09 Sep 2013 10:01:09 +0100

author
kevinw
date
Mon, 09 Sep 2013 10:01:09 +0100
changeset 5668
592520c14121
parent 5667
38f750491293
child 5669
b6767a18b379

8023478: Test fails with HS crash in GCNotifier.
Reviewed-by: sla

src/share/vm/services/gcNotifier.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/services/gcNotifier.cpp	Fri Sep 06 08:42:42 2013 -0700
     1.2 +++ b/src/share/vm/services/gcNotifier.cpp	Mon Sep 09 10:01:09 2013 +0100
     1.3 @@ -209,7 +209,7 @@
     1.4    GCNotificationRequest *request = getRequest();
     1.5    if (request != NULL) {
     1.6      NotificationMark nm(request);
     1.7 -    Handle objGcInfo = createGcInfo(request->gcManager, request->gcStatInfo, THREAD);
     1.8 +    Handle objGcInfo = createGcInfo(request->gcManager, request->gcStatInfo, CHECK);
     1.9  
    1.10      Handle objName = java_lang_String::create_from_str(request->gcManager->name(), CHECK);
    1.11      Handle objAction = java_lang_String::create_from_str(request->gcAction, CHECK);

mercurial