[jdk8u-dev] RFR: 8275811: Incorrect instance to dispose

Zhengyu Gu zgu at openjdk.java.net
Tue Apr 19 13:02:10 UTC 2022


I would like to backport this patch for parity with Oracle 8u331.

Bug: https://bugs.openjdk.java.net/browse/JDK-8275811
Patch: https://github.com/openjdk/jdk/commit/cddc6ce44695cba4614c3405eb2b194d7c76489b

The original patch does not apply cleanly to 8u. The only conflicts are 
in `OutputRecord.java`, due to line shifts. Resolved manually.

Origin code review thread: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-December/014478.html

Test:

- [x] jdk_security, no new failure

-------------

Commit messages:
 - 8275811: Incorrect instance to dispose

Changes: https://git.openjdk.java.net/jdk8u-dev/pull/38/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk8u-dev&pr=38&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8275811
  Stats: 35 lines in 4 files changed: 32 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk8u-dev/pull/38.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk8u-dev pull/38/head:pull/38

PR: https://git.openjdk.java.net/jdk8u-dev/pull/38


More information about the jdk8u-dev mailing list