RFR(S): jdk11u-dev backport 8181143: Introduce diagnostic flag to abort VM on too long VM operations

Doerr, Martin martin.doerr at sap.com
Thu May 9 09:59:43 UTC 2019


Hi Götz,

thank you for the review.

Best regards,
Martin


From: Lindenmaier, Goetz
Sent: Donnerstag, 9. Mai 2019 11:55
To: Doerr, Martin <martin.doerr at sap.com>; hotspot-runtime-dev at openjdk.java.net; jdk-updates-dev at openjdk.java.net
Subject: RE: RFR(S): jdk11u-dev backport 8181143: Introduce diagnostic flag to abort VM on too long VM operations

Hi,

the change is all fine.

Best regards,
  Goetz.

From: Doerr, Martin
Sent: Mittwoch, 8. Mai 2019 17:37
To: hotspot-runtime-dev at openjdk.java.net<mailto:hotspot-runtime-dev at openjdk.java.net>; jdk-updates-dev at openjdk.java.net<mailto:jdk-updates-dev at openjdk.java.net>; Lindenmaier, Goetz <goetz.lindenmaier at sap.com<mailto:goetz.lindenmaier at sap.com>>
Subject: RFR(S): jdk11u-dev backport 8181143: Introduce diagnostic flag to abort VM on too long VM operations

Hi,

I'd like to backport this change to jdk11u because it's a helpful feature to diagnose too long running VM operations.

bug:
https://bugs.openjdk.java.net/browse/JDK-8181143

original change:
http://hg.openjdk.java.net/jdk/jdk/rev/c403f39ec349

jdk11u webrev:
http://cr.openjdk.java.net/~mdoerr/8181143_AbortVMOnVMOperationTimeout/jdk11u/webrev.00/

I only had to insert the #include "runtime/task.hpp" manually into vmThread.hpp because the succeeding include was changed in jdk12.

Note that this change needs to get backported together with JDK-8215374 which is a simply fix for the original change which applies cleanly.

Please review.

Best regards,
Martin



More information about the hotspot-runtime-dev mailing list