[10] RFR(S) 8184809: [AOT] AsyncGetCallTrace() code should recognize AOT code

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Jul 19 17:01:22 UTC 2017


https://bugs.openjdk.java.net/browse/JDK-8184809
webrev: http://cr.openjdk.java.net/~kvn/8184809/webrev.00/

Performance Analyzer does not recognize frames with AOT code because 
AsyncGetCallTrace() code checked only for nmethods.
Change checks for CompiledMethod instead.
The fix was verified with Analyzer.

Thanks,
Vladimir


More information about the hotspot-compiler-dev mailing list