RFR: 8253794: TestAbortVMOnSafepointTimeout never timeouts [v2]

Martin Doerr mdoerr at openjdk.java.net
Mon Oct 5 14:47:43 UTC 2020


On Mon, 5 Oct 2020 12:52:41 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

>> Since top frame is always different (platform dependent, e.g. clock_nanosleep) I removed that.
>> And only top frame is in output. The other frames are only in hs_err.
>> 
>> So I couldn't keep it.
>> 
>> You have some idea how to?
>
> I update comment before mail was sent, still the old comment was sent, please see edited comment :)

You're rigth, OutputAnalyzer can only see the top frame which is platform dependent. I think scanning the hs_err file
would be too complicated. So I'm ok with omitting the check.

-------------

PR: https://git.openjdk.java.net/jdk/pull/465


More information about the hotspot-runtime-dev mailing list