JDK-8260381 : ProblemList com/sun/management/DiagnosticCommandMBean/DcmdMBeanTestCheckJni.java on Win with ZGC
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2021-01-25
  • Updated: 2025-01-16
  • Resolved: 2021-01-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b07Fixed
Related Reports
Relates :  
Description
com/sun/management/DiagnosticCommandMBean/DcmdMBeanTestCheckJni.java
was recently integrated via:

    JDK-8258836 JNI local refs exceed capacity getDiagnosticCommandInfo

However, the test fails on Win* with ZGC. In order to reduce the
noise in the JDK17 CI, I'm ProblemListing the test in that config.
Comments
Changeset: 5b0b24b5 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-01-25 18:20:21 +0000 URL: https://git.openjdk.java.net/jdk/commit/5b0b24b5
25-01-2021

Here's the proposed context diff: $ git diff diff --git a/test/jdk/ProblemList-zgc.txt b/test/jdk/ProblemList-zgc.txt index 8fd7a85d1c4..d6db2da1b8d 100644 --- a/test/jdk/ProblemList-zgc.txt +++ b/test/jdk/ProblemList-zgc.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -26,3 +26,5 @@ # List of quarantined tests for testing with ZGC. # ############################################################################# + +com/sun/management/DiagnosticCommandMBean/DcmdMBeanTestCheckJni.java 8260378 windows-all
25-01-2021