In file included from ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp:3:0:
/home/sgehwolf/Documents/openjdk/upstream-sources/openjdk9-hs-rt/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp: In static member function ‘static void BytecodeInterpreter::runWithChecks(interpreterState)’:
/home/sgehwolf/Documents/openjdk/upstream-sources/openjdk9-hs-rt/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp:2783:31: error: invalid use of non-static member function
ResourceMark rm(thread);
^
/home/sgehwolf/Documents/openjdk/upstream-sources/openjdk9-hs-rt/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp: In static member function ‘static void BytecodeInterpreter::run(interpreterState)’:
/home/sgehwolf/Documents/openjdk/upstream-sources/openjdk9-hs-rt/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp:2783:31: error: invalid use of non-static member function
ResourceMark rm(thread);
/home/sgehwolf/Documents/openjdk/upstream-sources/openjdk9-hs-rt/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp: In static member function ‘static void BytecodeInterpreter::runWithChecks(interpreterState)’:
/home/sgehwolf/Documents/openjdk/upstream-sources/openjdk9-hs-rt/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp:2783:31: error: invalid use of non-static member function
ResourceMark rm(thread);
^
/home/sgehwolf/Documents/openjdk/upstream-sources/openjdk9-hs-rt/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp: In static member function ‘static void BytecodeInterpreter::run(interpreterState)’:
/home/sgehwolf/Documents/openjdk/upstream-sources/openjdk9-hs-rt/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp:2783:31: error: invalid use of non-static member function
ResourceMark rm(thread);
- relates to
-
JDK-8144953 runtime/CommandLine/TraceExceptionsTest.java fails when exception is thrown in compiled code
-
- Closed
-