diff src/share/vm/interpreter/bytecodeInterpreter.hpp @ 520:52a431267315

6791168: Fix invalid code in bytecodeInterpreter that can cause gcc ICE Summary: Fix compilation errors from latest gcc in CC_INTERP including offending missing void* cast. Reviewed-by: xlu
author coleenp
date Tue, 13 Jan 2009 14:41:44 -0500
parents a61af66fc99e
children 0fbdb4381b99
line wrap: on
line diff
--- a/src/share/vm/interpreter/bytecodeInterpreter.hpp	Fri Jan 09 14:39:07 2009 -0500
+++ b/src/share/vm/interpreter/bytecodeInterpreter.hpp	Tue Jan 13 14:41:44 2009 -0500
@@ -66,7 +66,6 @@
 friend class InterpreterGenerator;
 friend class InterpreterMacroAssembler;
 friend class frame;
-friend class SharedRuntime;
 friend class VMStructs;
 
 public: