diff src/share/vm/c1/c1_LIRAssembler.cpp @ 4578:b70d180ec022

Fixed regressions in building and running debug verison of HotSpot Client.
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 Feb 2012 14:02:30 +0100
parents 04b9a2566eec
children 597bc897257d
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRAssembler.cpp	Mon Feb 13 14:01:49 2012 +0100
+++ b/src/share/vm/c1/c1_LIRAssembler.cpp	Mon Feb 13 14:02:30 2012 +0100
@@ -405,6 +405,7 @@
     if (s == NULL)  break;
     IRScope* scope = s->scope();
     //Always pass false for reexecute since these ScopeDescs are never used for deopt
+    ResetNoHandleMark rnhm;
     debug_info->describe_scope(pc_offset, (methodOop)scope->method()->get_oop(), s->bci(), false/*reexecute*/, false/*rethrow_exception*/);
   }