JDK-8067231 : Zero builds fails after JDK-6898462
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-12-11
  • Updated: 2015-09-29
  • Resolved: 2014-12-15
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 8 JDK 9
8u60Fixed 9 b45Fixed
Description
Zero uses the C++ Interpreter which does not define Interpreter::remove_activation_entry() and, thus, fails to compile with:
 
hotspot/src/share/vm/interpreter/interpreterRuntime.cpp: In static member function ���static unsigned char* InterpreterRuntime::exception_handler_for_exception(JavaThread*, oopDesc*)���:
hotspot/src/share/vm/interpreter/interpreterRuntime.cpp:397:12: error: ���remove_activation_entry��� is not a member of ���Interpreter���
 
See also:
http://builder.classpath.org/jenkins/job/OpenJDK9_hscomp_Zero/88/consoleFull