-
Bug
-
Resolution: Unresolved
-
P4
-
9, 10, 11
On 11/05/2014 04:00 PM, Roland Westrelin wrote:
FWIW, I find this use of clean_method_data() misleading. clean_method_data only removes the klass/method references and it doesn’t reset counters or remove recorded traps so WB_ClearMethodState() doesn’t really clear the method state. It would be better, I think, if you had your own method in MethodData to clean everything.
FWIW, I find this use of clean_method_data() misleading. clean_method_data only removes the klass/method references and it doesn’t reset counters or remove recorded traps so WB_ClearMethodState() doesn’t really clear the method state. It would be better, I think, if you had your own method in MethodData to clean everything.
- relates to
-
JDK-8066173 compiler/types/correctness/OffTest.java failed with assert
- Resolved