hotspot/src/cpu/ppc/vm/stubGenerator_ppc.cpp
changeset 25717 7493b8ac31b7
parent 25715 d5a8dbdc5150
parent 25712 1f37709c1c95
child 27012 f8fdfab4757b
--- a/hotspot/src/cpu/ppc/vm/stubGenerator_ppc.cpp	Mon Jul 14 10:15:21 2014 -0400
+++ b/hotspot/src/cpu/ppc/vm/stubGenerator_ppc.cpp	Fri Jul 18 11:22:49 2014 -0400
@@ -524,8 +524,6 @@
     int frame_size_in_bytes = frame::abi_reg_args_size;
     OopMap* map = new OopMap(frame_size_in_bytes / sizeof(jint), 0);
 
-    StubCodeMark mark(this, "StubRoutines", "throw_exception");
-
     address start = __ pc();
 
     __ save_LR_CR(R11_scratch1);
@@ -846,8 +844,6 @@
   //
   // Don't generate, rather use C++ code.
   address generate_verify_oop() {
-    StubCodeMark mark(this, "StubRoutines", "verify_oop");
-
     // this is actually a `FunctionDescriptor*'.
     address start = 0;