RFR: 8255883: Avoid multiple GeneratedMethodAccessor for same NativeMethod… [v6]

Jorn Vernee jvernee at openjdk.java.net
Fri Nov 13 16:05:57 UTC 2020


On Fri, 13 Nov 2020 14:01:28 GMT, Hui Shi <hshi at openjdk.org> wrote:

>> Thanks for the update, latest version looks good.
>
> Thanks all! May this test-request get approved?

Notice that the `/test` command is currently un-available (some implementation concerns are still under consideration). As an alternative, GitHub actions can be used to do basic automatic testing when pushes occur.

However, pushes to the master branch are ignored. The tests didn't run for this PR since it was created from the `master` branch instead of a feature branch (this is ill-advised https://github.com/openjdk/jdk/pull/1070#issuecomment-722108502).

@huishi-hs My advice for now would be to push the changes for this PR to a separate new branch in your fork, for which the GitHub actions workflow should run, and then simply include a link to the workflow here (if you want to share the results).

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

PR: https://git.openjdk.java.net/jdk/pull/1070


More information about the core-libs-dev mailing list