Relates :
|
Raw Method*s are used in AdvancedThresholdPolicy::update_rate, but there are places where safepoint can occur and raw pointers become stale. Method handles should be used instead. Also, I filed an RFE to consider completely removing safepoints in ATP::update_rate (see JDK-8042925).
|