-
Bug
-
Resolution: Unresolved
-
P4
-
11
Running on a debug build the following:
java -XX:+VerifyOops -XX:+PrintStubCode -version
Is sufficient to cause an assertion to trip:
# Internal Error (/home/stuart/jdk/src/hotspot/share/asm/codeBuffer.cpp:1078), pid=34696, tid=34699
# assert(_offset >= 0) failed: offset for non comment?
Backing outJDK-8204680 is sufficient to get it to work again.
java -XX:+VerifyOops -XX:+PrintStubCode -version
Is sufficient to cause an assertion to trip:
# Internal Error (/home/stuart/jdk/src/hotspot/share/asm/codeBuffer.cpp:1078), pid=34696, tid=34699
# assert(_offset >= 0) failed: offset for non comment?
Backing out
- relates to
-
JDK-8204680 Disassembly does not display code strings in stubs
-
- Resolved
-
-
JDK-8187078 -XX:+VerifyOops finds numerous problems when running JPRT
-
- Resolved
-