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

Calvin Cheung ccheung at openjdk.java.net
Mon Jan 11 21:55:27 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:

  update comment in ClassListParser::resolve_indy()

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

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

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

  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 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