[jdk13u-dev] RFR: 8278416: Crash during execution of ClassInitBarrier test

Sergey Nazarkin snazarki at openjdk.java.net
Wed Dec 8 17:22:47 UTC 2021


This is missed aarch64 part of JDK-8227260 (JNI upcalls should bypass class initialization barrier in c2i adapter). It was not implemented in time due to lack of link between 8227260 and 8223173 (Implement fast class initialization checks on AARCH64).

The code is taken from jdk15 and verified with tier1 and ClassInitBarrier.

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

Commit messages:
- 8278416: Crash during execution of ClassInitBarrier test

Changes: https://git.openjdk.java.net/jdk13u-dev/pull/300/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk13u-dev&pr=300&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8278416
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk13u-dev/pull/300.diff
Fetch: git fetch https://git.openjdk.java.net/jdk13u-dev pull/300/head:pull/300

PR: https://git.openjdk.java.net/jdk13u-dev/pull/300



More information about the jdk-updates-dev mailing list