Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083151 | emb-9 | Roland Westrelin | P4 | Resolved | Fixed | team |
JDK-8086419 | 8u65 | Roland Westrelin | P4 | Resolved | Fixed | b01 |
JDK-8073840 | 8u60 | Roland Westrelin | P4 | Resolved | Fixed | b05 |
JDK-8137544 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8077436 | emb-8u60 | Roland Westrelin | P4 | Resolved | Fixed | team |
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
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
- backported by
-
JDK-8073840 Zero builds fails after JDK-6898462
-
- Resolved
-
-
JDK-8077436 Zero builds fails after JDK-6898462
-
- Resolved
-
-
JDK-8083151 Zero builds fails after JDK-6898462
-
- Resolved
-
-
JDK-8086419 Zero builds fails after JDK-6898462
-
- Resolved
-
-
JDK-8137544 Zero builds fails after JDK-6898462
-
- Resolved
-