RFR(XS): 8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on.

Doerr, Martin martin.doerr at sap.com
Mon Aug 27 12:54:02 UTC 2018


Hi Götz,

the fix looks good. Only the indentation looks odd, but I don't need to see a new webrev for that.

Thanks,
Martin


-----Original Message-----
From: hotspot-runtime-dev <hotspot-runtime-dev-bounces at openjdk.java.net> On Behalf Of Lindenmaier, Goetz
Sent: Freitag, 24. August 2018 12:34
To: hotspot-runtime-dev at openjdk.java.net
Subject: RFR(XS): 8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on.

Hi,

could I please get reviews for this tiny test fix?
http://cr.openjdk.java.net/~goetz/wr18/8209939-fixPollPageTest/01/

Per default, ppc does not use polling pages. It uses the trap instruction
to do the polling, which is faster. 
Setting -UseSIGTRAP makes ppc behave as other platforms.

Best regards,
  Goetz.


More information about the hotspot-runtime-dev mailing list