JDK-8261604 : ProblemList jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: jdk.nashorn
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-02-11
  • Updated: 2021-02-18
  • Resolved: 2021-02-11
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 b10Fixed
Description
ProblemList jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java
in order to reduce the noise in the JDK17 CI. So far there are eight
Tier2 sightings.
Comments
Changeset: 75c8489c Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-02-11 18:10:42 +0000 URL: https://git.openjdk.java.net/jdk/commit/75c8489c
11-02-2021

Here's the proposed context diff: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 297e13c5e99..43f9747f9ce 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -821,6 +821,8 @@ javax/rmi/ssl/SSLSocketParametersTest.sh 8162906 generic- javax/script/Test7.java 8239361 generic-all +jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java 8261483 generic-all + ############################################################################ # jdk_jfr
11-02-2021