[15] RFR(XS): 8245801: StressRecompilation triggers assert "redundunt OSR recompilation detected. memory leak in CodeCache!"
Tobias Hartmann
tobias.hartmann at oracle.com
Tue May 26 12:52:29 UTC 2020
Hi,
please review the following patch:
https://bugs.openjdk.java.net/browse/JDK-8245801
http://cr.openjdk.java.net/~thartmann/8245801/webrev.00/
Running with -XX:+StressRecompilation triggers the assert added by JDK-8222670 [1] because
re-compiling an OSR method is not expected. The assert is too strong.
I've also fixed the indentation and a typo in the assert ("redundunt" -> "redundant").
Thanks,
Tobias
[1] https://bugs.openjdk.java.net/browse/JDK-8222670
More information about the hotspot-compiler-dev
mailing list