[jdk16] RFR: 8259275: JRuby crashes while resolving invokedynamic instruction [v2]

Calvin Cheung ccheung at openjdk.java.net
Mon Jan 11 18:51:21 UTC 2021


> Please review this proposed change which fixes 2 problems during CDS dump time:
> 
> - in `ClassListParser::resolve_indy()`, exception could be thrown from `bootstrap_specifier.resolve_bsm()` but was not handled;
> - in `ConstantPool::remove_unshareable_info()`, tag was not setup correctly on error conditions.
> 
> Passed tiers 1 - 4 testing.

Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:

  remove commented code

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

Changes:
  - all: https://git.openjdk.java.net/jdk16/pull/104/files
  - new: https://git.openjdk.java.net/jdk16/pull/104/files/03d4b22d..44977cab

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk16&pr=104&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk16&pr=104&range=00-01

  Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk16/pull/104.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk16 pull/104/head:pull/104

PR: https://git.openjdk.java.net/jdk16/pull/104


More information about the hotspot-runtime-dev mailing list