-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b14
The interpreter supports some debug features which are based on counting Bytecodes: StopInterpreterAt, TraceBytecodesAt, TraceBytecodesStopAt
Unfortunately, the counter is only 32 bit and overflows quickly. We should upgrade at least for 64 bit platforms.
Unfortunately, the counter is only 32 bit and overflows quickly. We should upgrade at least for 64 bit platforms.
- causes
-
JDK-8352114 New test runtime/interpreter/CountBytecodesTest.java is failing
-
- Resolved
-
-
JDK-8352920 Compilation failure: comparison of unsigned expression >= 0 is always true
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/4be502ea
-
Review(master) openjdk/jdk/23766