JDK-8147482 : Zero build fails after 8144953
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-15
  • Updated: 2016-02-11
  • Resolved: 2016-01-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b105Fixed
Related Reports
Relates :  
Description
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);
Comments
Proposed fix.
15-01-2016