valhalla
valhalla copied to clipboard
8340125: [lw5] null checks are not being generated for method invocations and array writes
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