hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
changeset 26566 2fbb4a25bad0
parent 26142 038e0f01b4a9
child 30144 b009de0c0cef
--- a/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Thu Aug 28 11:59:04 2014 +0200
+++ b/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Mon Sep 08 11:14:41 2014 -0400
@@ -820,14 +820,10 @@
 }
 
 address InterpreterGenerator::generate_native_entry(bool synchronized) {
-  assert(synchronized == false, "should be");
-
   return generate_entry((address) CppInterpreter::native_entry);
 }
 
 address InterpreterGenerator::generate_normal_entry(bool synchronized) {
-  assert(synchronized == false, "should be");
-
   return generate_entry((address) CppInterpreter::normal_entry);
 }