diff -r ca74d9691341 -r 0d93ff60f047 hotspot/src/share/vm/interpreter/bytecodes.cpp --- 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)