Loaded 1379 changesets from repos/aarch64-port-jdk8u-shenandoah/jaxws Loaded 1375 changesets from repos/shenandoah-jdk8/jaxws Loaded 1439 changesets from repos/aarch64-port-jdk8u-shenandoah/corba Loaded 1525 changesets from repos/shenandoah-jdk8/jaxp Loaded 1739 changesets from repos/aarch64-port-jdk8u-shenandoah Loaded 1529 changesets from repos/aarch64-port-jdk8u-shenandoah/jaxp Loaded 1735 changesets from repos/shenandoah-jdk8 Loaded 1435 changesets from repos/shenandoah-jdk8/corba Loaded 1995 changesets from repos/shenandoah-jdk8/nashorn Loaded 1999 changesets from repos/aarch64-port-jdk8u-shenandoah/nashorn Loaded 3023 changesets from repos/aarch64-port-jdk8u-shenandoah/langtools Loaded 3018 changesets from repos/shenandoah-jdk8/langtools Loaded 9043 changesets from repos/aarch64-port-jdk8u-shenandoah/hotspot Loaded 9070 changesets from repos/shenandoah-jdk8/hotspot Loaded 12182 changesets from repos/aarch64-port-jdk8u-shenandoah/jdk Loaded 12166 changesets from repos/shenandoah-jdk8/jdk HG DB has 64652 records. LABEL REPORT: azul-interest ==================================================================================================== This report shows bugs with the given label, along with their backporting status. Report generated: Sun Mar 07 01:03:05 CET 2021 Minimal actionable level to display: WAITING For actionable issues, search for these strings: "MISSING" "APPROVED" "WARNING" For lingering issues, search for these strings: "WAITING for patch to bake a little" JIRA Query: labels = azul-interest AND (status in (Closed, Resolved)) AND (resolution not in ("Won't Fix", Duplicate, "Cannot Reproduce", "Not an Issue", Withdrawn, Other)) AND type != Backport Acquiring pages (226 total): ..... done Loading issues (226 total): ..... done Resolving issues (226 total): .... done ---------------------------------------------------------------------------------------------------- JDK-8253899: Make IsClassUnloadingEnabled signature match specification Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8253899 Reporter: Vladimir Kempik Assignee: Vladimir Kempik Priority: P4 Components: hotspot/jvmti Original Fix: 16: JDK-8253899, https://git.openjdk.java.net/jdk/commit/c7f00640, vkempik, 146 day(s) ago WARNING: Affected versions is not set. Backports and Forwardports: 11: Not affected 8: Not affected ---------------------------------------------------------------------------------------------------- JDK-8243470: [macos] bring back O2 opt level for unsafe.cpp Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8243470 Reporter: Vladimir Kempik Assignee: Vladimir Kempik Priority: P4 Components: hotspot/runtime Original Fix: 16: JDK-8243470, https://hg.openjdk.java.net/jdk/jdk/rev/abdc7ca79bdf, vkempik, 257 day(s) ago WARNING: Affected versions is not set. WARNING: Port to 11 was found. No relevant affected version is set, assuming one. Backports and Forwardports: 11: 11.0.9, JDK-8249049, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/0501df7c6660, 242 day(s) ago 8: Not affected ---------------------------------------------------------------------------------------------------- JDK-8213325: (props) Properties.loadFromXML does not fully comply with the spec Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8213325 Reporter: Joe Wang Assignee: Joe Wang Priority: P3 Components: core-libs/java.util Original Fix: 12: JDK-8213325, http://hg.openjdk.java.net/jdk/jdk/rev/2077a5437d43, joehw, 824 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8227274, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/4c44b5ec9bdb, 585 day(s) ago 8: MISSING (+ on Oracle backport list) Release Notes: JDK-8214820: Changed Properties.loadFromXML to Comply with Specification The implementation of the `java.util.Properties.loadFromXML` method has been changed to comply with its specification. Specifically, the underlying XML parser implementation now rejects non-compliant XML documents by throwing an `InvalidPropertiesFormatException` as specified by the `loadFromXML` method. The effect of the change is as follows: - Documents created by `Properties.storeToXML`: No change. `Properties.loadFromXML` will have no problem reading such files. - Documents not created by `Properties.storeToXML`: Any documents containing DTDs not in the format as specified in `Properties.loadFromXML` will be rejected. This means the DTD shall be exactly as follows (as generated by the `Properties.storeToXML` method): ``` ``` ---------------------------------------------------------------------------------------------------- JDK-8143925: enhancing CounterMode.crypt() for AESCrypt.implEncryptBlock() Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8143925 Reporter: Michael Berg Assignee: Michael Berg Priority: P3 Components: hotspot/compiler Original Fix: 9: JDK-8143925, http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/72f54de44772, kvn, 1895 day(s) ago Backports and Forwardports: 8: MISSING (+ on Oracle backport list) ---------------------------------------------------------------------------------------------------- JDK-8146581: Minor corrections to the patch submitted for earlier bug id - 8143925 Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8146581 Reporter: Vivek Deshpande Assignee: Vivek Deshpande Priority: P3 Components: hotspot/compiler Original Fix: 9: JDK-8146581, http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/d89ccb9d34da, kvn, 1886 day(s) ago Backports and Forwardports: 8: MISSING (+ on Oracle backport list) ---------------------------------------------------------------------------------------------------- JDK-8238758: [JVMCI] fix JVMCI jtreg events tests to work with GraalVM Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8238758 Reporter: Douglas Simon Assignee: Vladimir Kozlov Priority: P4 Components: hotspot/compiler Original Fix: 15: JDK-8238758, https://hg.openjdk.java.net/jdk/jdk/rev/374452022582, kvn, 387 day(s) ago Backports and Forwardports: 11: MISSING (+ on Oracle backport list) 8: Not affected ---------------------------------------------------------------------------------------------------- JDK-8200550: Xcode 9.3 produce warning -Wexpansion-to-defined Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8200550 Reporter: Henry Jen Assignee: Kim Barrett Priority: P2 Components: hotspot/gc Original Fix: 11: JDK-8200550, http://hg.openjdk.java.net/jdk/hs/rev/e740e1a38c96, kbarrett, 1062 day(s) ago Backports and Forwardports: 8: MISSING (+ on Oracle backport list) ---------------------------------------------------------------------------------------------------- JDK-8230706: Waiting on completion of strong nmethod processing causes long pause times with G1 Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8230706 Reporter: Thomas Schatzl Assignee: Thomas Schatzl Priority: P3 Components: hotspot/gc Original Fix: 14: JDK-8230706, https://hg.openjdk.java.net/jdk/jdk/rev/18c246ad2ff9, tschatzl, 500 day(s) ago Backports and Forwardports: 11: MISSING (+ on Oracle backport list) 8: Not affected ---------------------------------------------------------------------------------------------------- JDK-8148188: Enhance the security libraries to record events of interest Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8148188 Reporter: Sean Mullan Assignee: Sean Coffey Priority: P3 Components: security-libs/java.security Original Fix: 12: JDK-8148188, http://hg.openjdk.java.net/jdk/jdk/rev/f7309a1491d9, coffeys, 838 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8226636, https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/5f98a6a92842, 584 day(s) ago 8: MISSING (+ on Oracle backport list) Release Notes: JDK-8220239: New Java Flight Recorder (JFR) Security Events Four new JFR events have been added to the security library area. These events are disabled by default and can be enabled via the JFR configuration files or via standard JFR options. * `jdk.SecurityPropertyModification` + Records `Security.setProperty(String key, String value)` method calls * `jdk.TLSHandshake` + Records TLS handshake activity. The event fields include: + Peer hostname + Peer port + TLS protocol version negotiated + TLS cipher suite negotiated + Certificate id of peer client * `jdk.X509Validation` + Records details of X.509 certificates negotiated in successful X.509 validation (chain of trust) * `jdk.X509Certificate` + Records details of X.509 Certificates. The event fields include: + Certificate algorithm + Certificate serial number + Certificate subject + Certificate issuer + Key type + Key length + Certificate id + Validity of certificate ---------------------------------------------------------------------------------------------------- JDK-8218605: Startup Splash Screen of SwingSet2 flashes in smaller coordinates before appearing in the final size Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8218605 Reporter: Srinivas Mandalika Assignee: Alexey Ivanov Priority: P3 Components: client-libs/2d Original Fix: 8u221: JDK-8218605, N/A, N/A, N/A Backports and Forwardports: 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-7185258: [macosx] Deadlock in SunToolKit.realSync() Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-7185258 Reporter: Petrov Alexander Assignee: Sergey Bylokhov Priority: P3 Components: client-libs/java.awt Original Fix: 15: JDK-7185258, https://hg.openjdk.java.net/jdk/client/rev/818899a48897, serb, 314 day(s) ago WARNING: Port to 11 was found. No relevant affected version is set, assuming one. Backports and Forwardports: 11: 11.0.10, JDK-8252746, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/dbf186012b7f, 185 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8213017: jspawnhelper: need to handle pipe write failure when sending return code Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8213017 Reporter: Thomas Stuefe Assignee: Thomas Stuefe Priority: P4 Components: core-libs/java.lang Original Fix: 12: JDK-8213017, http://hg.openjdk.java.net/jdk/jdk/rev/6fe18b0c0e88, stuefe, 859 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8225107, http://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/f255193c8856, 646 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8209178 Reporter: Webbug Group Assignee: Julia Boes Priority: P4 Components: core-libs/java.net Original Fix: 14: JDK-8209178, https://hg.openjdk.java.net/jdk/jdk/rev/94ca05133eb2, dfuchs, 523 day(s) ago Backports and Forwardports: 11: 11.0.6, JDK-8234236, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/fcce6cdef846, 478 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8221892 Reporter: David Holmes Assignee: Martin Buchholz Priority: P3 Components: core-libs/java.util.concurrent Original Fix: 13: JDK-8221892, http://hg.openjdk.java.net/jdk/jdk/rev/c277ec29ee12, martin, 675 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8228586, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/056a435ab544, 592 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8202952: C2: Unexpected dead nodes after matching Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8202952 Reporter: Leonid Mesnik Assignee: Vladimir Ivanov Priority: P2 Components: hotspot/compiler Original Fix: 13: JDK-8202952, http://hg.openjdk.java.net/jdk/jdk/rev/80b55cf3a804, vlivanov, 774 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8229943, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/6ad83ea7dda7, 565 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8217760 Reporter: Vladimir Ivanov Assignee: Vladimir Ivanov Priority: P2 Components: hotspot/compiler Original Fix: 13: JDK-8217760, http://hg.openjdk.java.net/jdk/jdk/rev/28aa41c4165b, vlivanov, 772 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8226670, http://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/83bf9c1adc6d, 622 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8217990 Reporter: Richard Reingruber Assignee: Roland Westrelin Priority: P2 Components: hotspot/compiler Original Fix: 13: JDK-8217990, http://hg.openjdk.java.net/jdk/jdk/rev/b5b373bda814, roland, 758 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8226674, http://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/6871e76137e2, 622 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8076988: reevaluate trivial method policy Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8076988 Reporter: Aleksey Shipilev Assignee: Eric Caspole Priority: P3 Components: hotspot/compiler Original Fix: 13: JDK-8076988, http://hg.openjdk.java.net/jdk/jdk/rev/9fff411880fb, ecaspole, 789 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8229142, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/b725abdd4171, 580 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8216549: Mismatched unsafe access to non escaping object fails Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8216549 Reporter: Roland Westrelin Assignee: Roland Westrelin Priority: P3 Components: hotspot/compiler Original Fix: 12: JDK-8216549, http://hg.openjdk.java.net/jdk/jdk12/rev/f0490430ef7a, roland, 783 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8226673, http://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/d5fb6ad4203b, 622 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8163511: Allocation of compile task fails with assert: "Leaking compilation tasks?" Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8163511 Reporter: Dmitrij Pochepko Assignee: Tobias Hartmann Priority: P3 Components: hotspot/compiler Original Fix: 13: JDK-8163511, http://hg.openjdk.java.net/jdk/jdk/rev/cd701366fcf8, thartmann, 731 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8229248, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/39f9449344a2, 578 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8219993: AArch64: Compiled CI stubs are unsafely modified Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8219993 Reporter: Andrew Haley Assignee: Andrew Haley Priority: P4 Components: hotspot/compiler Original Fix: 13: JDK-8219993, http://hg.openjdk.java.net/jdk/jdk/rev/23a04fe2aca2, aph, 702 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8230205, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/3571ef738508, 558 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8224531: SEGV while collecting Klass statistics Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8224531 Reporter: Leonid Mesnik Assignee: Erik Österlund Priority: P2 Components: hotspot/gc Original Fix: 13: JDK-8224531, http://hg.openjdk.java.net/jdk/jdk13/rev/29e522153769, eosterlund, 607 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8228878, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/91f6523122f0, 585 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8227277: HeapInspection::find_instances_at_safepoint walks dead objects Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8227277 Reporter: Erik Österlund Assignee: Erik Österlund Priority: P3 Components: hotspot/jvmti Original Fix: 13: JDK-8227277, http://hg.openjdk.java.net/jdk/jdk13/rev/7a0d1616851e, eosterlund, 607 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8228875, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/0be373e26da9, 585 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8208499: NMT: Missing memory tag for Safepoint polling page Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8208499 Reporter: Zhengyu Gu Assignee: Zhengyu Gu Priority: P4 Components: hotspot/runtime Original Fix: 12: JDK-8208499, http://hg.openjdk.java.net/jdk/jdk/rev/cf34c71ca27c, zgu, 950 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8229307, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/90212879d5d1, 577 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8219370 Reporter: Zhengyu Gu Assignee: Zhengyu Gu Priority: P4 Components: hotspot/runtime Original Fix: 13: JDK-8219370, http://hg.openjdk.java.net/jdk/jdk/rev/46ef4dea49e5, zgu, 746 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8229882, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/f0a46411b60e, 566 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8214777: Avoid some GCC 8.X strncpy() errors in HotSpot Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8214777 Reporter: Severin Gehwolf Assignee: Mikael Vidstedt Priority: P4 Components: hotspot/runtime Original Fix: 13: JDK-8214777, http://hg.openjdk.java.net/jdk/jdk/rev/ca682d9d8db5, mikael, 744 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8230177, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/e24d573c677f, 559 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8233787: Break cycle in vm_version* includes Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8233787 Reporter: Lucy Schmidt Assignee: Lucy Schmidt Priority: P4 Components: hotspot/runtime Original Fix: 14: JDK-8233787, https://hg.openjdk.java.net/jdk/jdk/rev/5d73255c2d52, lucy, 475 day(s) ago Backports and Forwardports: 11: MISSING 8: Not affected ---------------------------------------------------------------------------------------------------- JDK-8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64 Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8229118 Reporter: Nick Gasson Assignee: Nick Gasson Priority: P3 Components: hotspot/svc-agent Original Fix: 14: JDK-8229118, https://hg.openjdk.java.net/jdk/jdk/rev/902cef494e66, njian, 570 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8230210, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/11811b48a625, 558 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8248495: [macos] zerovm is broken due to libffi headers location Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8248495 Reporter: Vladimir Kempik Assignee: Vladimir Kempik Priority: P4 Components: infrastructure Original Fix: 16: JDK-8248495, https://hg.openjdk.java.net/jdk/jdk/rev/b67eff87a04e, vkempik, 248 day(s) ago Backports and Forwardports: 11: 11.0.9, JDK-8249819, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/99773ae482fa, 229 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8216261: Javap ignores default modifier on interfaces Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8216261 Reporter: Webbug Group Assignee: Vicente Arturo Romero Zaldivar Priority: P4 Components: tools/javap Original Fix: 13: JDK-8216261, http://hg.openjdk.java.net/jdk/jdk/rev/77b54b2822cc, vromero, 641 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8230169, https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/7375edafd3e8, 559 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- JDK-8180901: Transformer.reset() resets the state only once Original Bug: URL: https://bugs.openjdk.java.net/browse/JDK-8180901 Reporter: Webbug Group Assignee: Joe Wang Priority: P4 Components: xml/javax.xml.transform Original Fix: 13: JDK-8180901, http://hg.openjdk.java.net/jdk/jdk/rev/0b959dfdf0d9, joehw, 761 day(s) ago Backports and Forwardports: 11: 11.0.5, JDK-8227146, http://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/6fa03f44e20c, 613 day(s) ago 8: MISSING ---------------------------------------------------------------------------------------------------- 31 issues shown.