[12] RFR(S) 8210220: [AOT] jdwp test cases are failing with error # ERROR: TEST FAILED: Cought IOException while receiving event packet

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Sep 12 20:52:59 UTC 2018


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

Don't register AOT method if corresponding java method has breakpoints (for debugging) otherwise AOT 
method will be executed which do not stop at breakpoint. JIT has similar check [1].

I also removed AOT code which is not used and we forgot to remove.

Tested hs-tier1-3.

thanks,
Vladimir

[1] http://hg.openjdk.java.net/jdk/jdk/file/75261571c13d/src/hotspot/share/oops/method.cpp#l845


More information about the hotspot-compiler-dev mailing list