jdk11u-dev icon indicating copy to clipboard operation
jdk11u-dev copied to clipboard

8286694: Incorrect argument processing in java launcher

Open zzambers opened this issue 2 months ago • 6 comments

Backport fixes compiler warning on newer gcc. (Also has been backported to oracle jdk 11)

Backport was clean except for copyright header.


Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8286694 needs maintainer approval

Issue

  • JDK-8286694: Incorrect argument processing in java launcher (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/3092/head:pull/3092
$ git checkout pull/3092

Update a local copy of the PR:
$ git checkout pull/3092
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/3092/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 3092

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/3092.diff

Using Webrev

Link to Webrev Comment

zzambers avatar Sep 10 '25 16:09 zzambers