valhalla icon indicating copy to clipboard operation
valhalla copied to clipboard

8340125: [lw5] null checks are not being generated for method invocations and array writes

Open vicente-romero-oracle opened this issue 5 months ago • 4 comments

javac is not generating null checks for runtime execution for method invocations and array writes


Progress

  • [x] Change must not contain extraneous whitespace

Issue

  • JDK-8340125: [lw5] null checks are not being generated for method invocations and array writes (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/1251/head:pull/1251
$ git checkout pull/1251

Update a local copy of the PR:
$ git checkout pull/1251
$ git pull https://git.openjdk.org/valhalla.git pull/1251/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1251

View PR using the GUI difftool:
$ git pr show -t 1251

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1251.diff

Webrev

Link to Webrev Comment

vicente-romero-oracle avatar Sep 24 '24 21:09 vicente-romero-oracle