> 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 will require a bump of the JNI version number once we are out of preview. > > 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 four additional commits since the last revision: - Forgot to add testcase files - Add missing DTrace probes - Fixed error - Revert JNI version change ------------- Changes: - all: https://git.openjdk.org/valhalla/pull/2203/files - new: https://git.openjdk.org/valhalla/pull/2203/files/bfe45d71..c7a5746f Webrevs: - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2203&range=02 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2203&range=01-02 Stats: 107 lines in 8 files changed: 96 ins; 2 del; 9 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
