RFR: 8264940: java/lang/invoke/6998541/Test6998541.java failed "guarantee(ik->is_initialized()) failed: java/lang/Byte$ByteCache must be initialized" [v3]
Wang Huang
whuang at openjdk.java.net
Mon Apr 12 12:10:06 UTC 2021
> * The main reason is that in this situation the `BoxCache` is not initialized before `uncommon_trap`.
> * `java.lang.Byte$ByteCache` is loaded without initializing here
> * I think that all `*Cache` classes should be loaded in this situation.
Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
add missing header
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3411/files
- new: https://git.openjdk.java.net/jdk/pull/3411/files/3c971646..6c7f9435
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3411&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3411&range=01-02
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/3411.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3411/head:pull/3411
PR: https://git.openjdk.java.net/jdk/pull/3411
More information about the hotspot-dev
mailing list