8390506: Several JMH benchmarks fail with java.lang.NullPointerException - #32423
8390506: Several JMH benchmarks fail with java.lang.NullPointerException#32423lgxbslgx wants to merge 2 commits into
Conversation
|
👋 Welcome back gli! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@lgxbslgx To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
|
/label add core-libs |
|
@lgxbslgx |
|
After fixing this issue JDK-8390506, a new error occurs (shown below). It seems a bug in |
Hi all,
This patch adjusts several package names from the double
corelibs(.corelibs.corelibs) to a simplecorelibsand fixes the package names of the param fields (addingsandbox.in the middle). Then thejava.lang.NullPointerExceptionof the issue can be solved.Best Regards,
-- Guoxiong
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/32423/head:pull/32423$ git checkout pull/32423Update a local copy of the PR:
$ git checkout pull/32423$ git pull https://git.openjdk.org/jdk.git pull/32423/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 32423View PR using the GUI difftool:
$ git pr show -t 32423Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/32423.diff