8379365: [lworld] Add new JNI method IsValueObject(jobject value)#2203
8379365: [lworld] Add new JNI method IsValueObject(jobject value)#2203dholmes-ora wants to merge 11 commits intoopenjdk:lworldfrom
Conversation
|
👋 Welcome back dholmes! A progress list of the required criteria for merging this PR into |
|
@dholmes-ora This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 108 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
|
Reverted the version change as that comes after the preview cycle. |
Arraying
left a comment
There was a problem hiding this comment.
Thanks for the work! The test and change looks good, I left a question to make sure that we are considering the correct semantics.
Arraying
left a comment
There was a problem hiding this comment.
Looks good! Sorry for the confusion.
|
/integrate |
|
Going to push as commit b9a1691.
Your commit was automatically rebased without conflicts. |
|
@dholmes-ora Pushed as commit b9a1691. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This PR adds a new JNI
IsValueObjectmethod 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
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/2203/head:pull/2203$ git checkout pull/2203Update a local copy of the PR:
$ git checkout pull/2203$ git pull https://git.openjdk.org/valhalla.git pull/2203/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2203View PR using the GUI difftool:
$ git pr show -t 2203Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2203.diff
Using Webrev
Link to Webrev Comment