[9] RFR (S): 8148940: java/lang/ref/FinalizeOverride.java can time out due to frequent safepointing
Aleksey Shipilev
aleksey.shipilev at oracle.com
Fri Feb 26 10:50:52 UTC 2016
On 02/26/2016 01:47 PM, Tobias Hartmann wrote:
> I still wonder why we then do 2x compilations with ISC enabled? Do
> the bootstrapped invokedynamic call sites invoke that many methods
> compared to the baseline without ISC?
I think that's because current ISC not only prompts the compilation of
java.lang.invoke infra, but also spins up an anonymous class that holds
the concat stub (to be switched off in a few weeks), which would also
get compiled when hot.
Anyhow, that's a trigger, and not the underlying issue. The underlying
issue is DoSing the JVM through System.gc/runFinalization busyloop.
-Aleksey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160226/1a72113f/signature.asc>
More information about the hotspot-compiler-dev
mailing list