RFR: 8257802: LogCompilation throws couldn't find bytecode on JDK 8 log

Eric Caspole ecaspole at openjdk.java.net
Wed Dec 9 22:55:41 UTC 2020


JBS: https://bugs.openjdk.java.net/browse/JDK-8257802

The problem is that there is a call/inline_fail sequence in the optimizer phase after the parse phase. It looks like this has never been handled well the tool. My solution here is to skip these in the optimizer phase because there is not enough context to know the call site.

-------------

Commit messages:
 - 8257802: LogCompilation throws couldn't find bytecode on JDK 8 log

Changes: https://git.openjdk.java.net/jdk/pull/1725/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1725&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257802
  Stats: 70 lines in 2 files changed: 22 ins; 4 del; 44 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1725.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1725/head:pull/1725

PR: https://git.openjdk.java.net/jdk/pull/1725


More information about the hotspot-compiler-dev mailing list