RFR(M): 8068013: [TESTBUG] Aix support in hotspot jtreg tests
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Wed Jan 7 11:02:36 UTC 2015
Hi,
my first upload missed the fix in Platform.shouldSAAttach():
+ if (isAix()) {
+ return false; // SA not implemented.
I added that to the webrev.
Sorry,
Goetz
From: Lindenmaier, Goetz
Sent: Mittwoch, 7. Januar 2015 11:14
To: 'hotspot-dev at openjdk.java.net'
Subject: RFR(M): 8068013: [TESTBUG] Aix support in hotspot jtreg tests
Hi,
A row of hotspot jtreg tests fail because support to test for Aix is missing.
To pass them, I would like to submit the following fixes:
* runtime/6888954/vmerrors.sh: AIX can read from address '0', then throws SIGILL.
* serviceability/dcmd/DynLibDcmdTest.java: Just add check for Aix.
* test/test_env.sh: Add support for AIX. Sort OSes alphabetical.
* test/testlibrary/com/oracle/java/testlibrary/Platform.java: add isAix(). Sort OSes alphabetical.
Please review this change, and I please need a sponsor.
http://cr.openjdk.java.net/~goetz/webrevs/8068013-jtregAix/webrev-01/
Thanks and best regards,
Goetz.
More information about the hotspot-dev
mailing list