> This PR adds a new JNI `IsValueObject` method so that native code can query > is an object is an instance of a value class. > > This requires a bump of the JNI version number - for which I'm assuming JDK > 28 (I don't think this should cause any issues). > > Added a simple functional test. > > Manually tested with -Xcheck:jni as well > > tiers 1-3 sanity testing > > Thanks
David Holmes has updated the pull request incrementally with one additional commit since the last revision: Fixed Threads::is_supported_jni_version ------------- Changes: - all: https://git.openjdk.org/valhalla/pull/2203/files - new: https://git.openjdk.org/valhalla/pull/2203/files/b60731dc..bfe45d71 Webrevs: - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2203&range=01 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2203&range=00-01 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod Patch: https://git.openjdk.org/valhalla/pull/2203.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2203/head:pull/2203 PR: https://git.openjdk.org/valhalla/pull/2203
