[11u] RFR: 8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?"

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Thu Jun 4 10:33:51 UTC 2020


Oops, that's just the code I had to resolve.
I didn't save the file, it was still open.

Thanks for spotting this.
New webrev:
http://cr.openjdk.java.net/~goetz/wr20/8230402-leaking_tasks-jdk11/02/

Best regards,
  Goetz.

From: Baesken, Matthias <matthias.baesken at sap.com>
Sent: Thursday, June 4, 2020 11:49 AM
To: jdk-updates-dev at openjdk.java.net; Lindenmaier, Goetz <goetz.lindenmaier at sap.com>
Subject: Re : [11u] RFR: 8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?"

Hi Götz, I noticed a small diff  regarding the timeout (and I find the timeouts in the test in https://hg.openjdk.java.net/jdk/jdk/rev/2ca886fd1d52)   when comparing to jdk/jdk , was this intentional ?


diff test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java     /jdk11u-dev/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java
29c29
<  * @run main/othervm/timeout=300 -XX:-TieredCompilation -XX:CompileThreshold=2 -XX:CICompilerCount=1
---
>  * @run main/othervm -XX:-TieredCompilation -XX:CompileThreshold=2 -XX:CICompilerCount=1
31c31
<  * @run main/othervm/timeout=300 -XX:TieredCompileTaskTimeout=1000 -XX:CompileThresholdScaling=0.001 -XX:CICompilerCount=2
---
>  * @run main/othervm -XX:TieredCompileTaskTimeout=1000 -XX:CompileThresholdScaling=0.001 -XX:CICompilerCount=2


Otherwise looks good.

Best regards, Matthias



>I am downporting this for parity with 11.0.9-oracle.

>I had to resolve the test description.

>I added the @requires, it is useful in any case.

>http://cr.openjdk.java.net/~goetz/wr20/8230402-leaking_tasks-jdk11/01/

>

>Please review.

>

> https://bugs.openjdk.java.net/browse/JDK-8230402

> https://hg.openjdk.java.net/jdk/jdk/rev/2ca886fd1d52





More information about the jdk-updates-dev mailing list