[8u] RFR: Remove stop in interpreter ForceEarlyExit
Anton Kozlov
akozlov at azul.com
Fri Apr 1 12:36:54 UTC 2016
Hi, All,
interpreter ForceEarlyExit contain stop("Not tested this") call.
In attach there is sample demo consisted from app and agent.
App throws exception and prints message when it catched and when
finally block executed.
Agent catches same exception from application, and calls ForceEarlyExit
on active thread.
When no agent attached, there should be such messages:
about to throw...
catch!
finally!
exiting...
When agent attached, now jvm crashes with "Not tested this" message.
After removing stop (patch in attach), everything should work as
expected, I see such messages:
Hello from agent
about to throw...
called callbackException 3!
exiting...
Since stop is only reason this test fails, let's delete it?
Thanks,
Anton
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jvmti-force-early-exit.patch
Type: text/x-patch
Size: 478 bytes
Desc: jvmti-force-early-exit.patch
URL: <http://mail.openjdk.java.net/pipermail/aarch32-port-dev/attachments/20160401/08bd5aad/jvmti-force-early-exit.patch>
More information about the aarch32-port-dev
mailing list