hotspot/src/share/vm/interpreter/bytecodes.cpp
changeset 25341 0d93ff60f047
parent 13728 882756847a04
child 25715 d5a8dbdc5150
--- a/hotspot/src/share/vm/interpreter/bytecodes.cpp	Fri Jun 20 09:25:13 2014 +0200
+++ b/hotspot/src/share/vm/interpreter/bytecodes.cpp	Fri Jun 20 22:39:56 2014 +0400
@@ -541,9 +541,6 @@
 
   def(_shouldnotreachhere  , "_shouldnotreachhere" , "b"    , NULL    , T_VOID   ,  0, false);
 
-  // platform specific JVM bytecodes
-  pd_initialize();
-
   // compare can_trap information for each bytecode with the
   // can_trap information for the corresponding base bytecode
   // (if a rewritten bytecode can trap, so must the base bytecode)