[jdk17u-dev] RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
Severin Gehwolf
sgehwolf at openjdk.org
Thu Mar 16 11:29:28 UTC 2023
On Thu, 16 Mar 2023 10:18:16 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> @jerboaa - I've already enabled them from Actions tab in my fork. Is that the one or am I missing something here?
>
> @yathamravali OK. It doesn't show it as being run here. Could you please merge the master branch and push and see if a test run gets scheduled here: https://github.com/yathamravali/jdk17u-dev/actions
> @jerboaa - Performed below steps
>
> ```
> git merge master
> git checkout master
> git merge AddClassLoader_Proxy-backport-9f9d678
> git push origin master
> ```
>
> Don't see any test runs scheduled under actions tab.
The sequence of commands should be something like this:
git checkout master
git pull https://github.com/openjdk/jdk17u-dev master
git checkout AddClassLoader_Proxy-backport-9f9d678
git merge master
git push origin HEAD
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1199
More information about the jdk-updates-dev
mailing list