Dhamoder Nalla
Dhamoder Nalla
gc.alloc.rate of final iteration drops down to ~5% of remaining iterations for benches (Als, DecTree, FjKmeans, LogRegression, MovieLens , NaiveBayes, PageRank) command to reproduce the isue: java -jar renaissance-jmh-0.14.1-10.jar -f...
Issue: [JDK-8293562](https://bugs.openjdk.org/browse/JDK-8293562): KeepAliveCache Blocks Threads while Closing Connections Backport of PR https://github.com/openjdk/jdk11u-dev/pull/1890 fromJDK11 to JDK8. The JDK11 patch doesn't apply cleanly 3/11 hunks need to be ported manually in KeepAliveCache.java....
Issue: [JDK-8155590](https://bugs.openjdk.org/browse/JDK-8155590) Dubious collection management in sun.net.www.http.KeepAliveCache Backport 2e31cc7ee1b875af7c7b3a5367ac8056fbc60650
backport of c0dce25756911ce49e7d8b034d5f12a25fc3c81d 8236917: TestInstanceKlassSize.java fails with "The size computed by SA for java.lang.Object does not match" 1. Clean backport from tip 2. validated modified test case --------- ### Progress...
In the debug build, the assert is triggered during the parsing (before Code_Gen). In the Release build, however, the compilation bails out at `Compile::check_node_count()` during the code generation phase and...