RFR(S) : 8043125 : compiler/types/correctness/CorrectnessTest.java: assert(layout->tag() == DataLayout::speculative_trap_data_tag) failed: wrong type
Roland Westrelin
roland.westrelin at oracle.com
Mon Nov 3 13:08:12 UTC 2014
> http://cr.openjdk.java.net/~iignatyev/8043125/webrev.00/
Wouldn’t it be better to keep the VM operation? If there’s java code running concurrently with the ClearMethodState call, profile will be updated and cleared concurrently. I’m not sure that would be safe. Or are we sure that ClearMethodState will never be run concurrently with other code?
Roland.
More information about the hotspot-compiler-dev
mailing list