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

8337102: JITTester: Fix breaks in static initialization blocks

Open kirill-shirokov opened this issue 2 months ago • 9 comments


Progress

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

Issue

  • JDK-8337102: JITTester: Fix breaks in static initialization blocks (Bug - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 3094

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

Using diff file

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

Using Webrev

Link to Webrev Comment

kirill-shirokov avatar Sep 13 '25 00:09 kirill-shirokov