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

8249678: @ignore should be used instead of ProblemList for 8158860, 8163894, 8193479, 8194310

Open amosshi opened this issue 5 months ago • 6 comments

Backport of JDK-8249678

Testing

  • Local:
  • Pipeline: All passed except macOS
    • macOS: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here The issue exists in all recent PR in jdk11u-dev and not caused by Current PR
  • Testing Machine:

Progress

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

Issue

  • JDK-8249678: @ignore should be used instead of ProblemList for 8158860, 8163894, 8193479, 8194310 (Sub-task - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2925

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

Using diff file

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

Webrev

Link to Webrev Comment

amosshi avatar Aug 27 '24 01:08 amosshi