< prev index next >

test/runtime/ReservedStack/ReservedStackTest.java

Print this page
rev 12502 : 8172144: AArch64: Implement "JEP 270: Reserved Stack Areas for Critical Sections"
Reviewed-by: duke

*** 198,208 **** // The feature is not fully implemented on all platforms, // corruptions are still possible. boolean supportedPlatform = Platform.isAix() || (Platform.isLinux() && ! (Platform.isPPC() || Platform.isS390x() || Platform.isX64() || Platform.isX86())) || Platform.isOSX() || Platform.isSolaris(); if (supportedPlatform && !result.contains("PASSED")) { System.out.println(result); throw new Error(result); --- 198,208 ---- // The feature is not fully implemented on all platforms, // corruptions are still possible. boolean supportedPlatform = Platform.isAix() || (Platform.isLinux() && ! (Platform.isPPC() || Platform.isS390x() || Platform.isX64() || Platform.isX86()) || Platform.isAArch64()) || Platform.isOSX() || Platform.isSolaris(); if (supportedPlatform && !result.contains("PASSED")) { System.out.println(result); throw new Error(result);
< prev index next >