Skip to content

Commit

Permalink
Merge pull request #13497 from llxia/test7
Browse files Browse the repository at this point in the history
Enable -XX:+PortableSharedCache test on all platforms
  • Loading branch information
pshipton authored Sep 16, 2021
2 parents 3b519ed + 324efd3 commit 7d96165
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

<!--
Copyright (c) 2009, 2020 IBM Corp. and others
Copyright (c) 2009, 2021 IBM Corp. and others
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -49,6 +49,9 @@
<exclude id="-Xthr:noSecondarySpinForObjectMonitors on command line" platform="aix.*" shouldFix="false"><reason>Only for platforms that three tier spin is enabled</reason></exclude>
<exclude id="-Xthr:secondarySpinForObjectMonitors on command line" platform="aix.*" shouldFix="false"><reason>Only for platforms that three tier spin is enabled</reason></exclude>

<exclude id="Verify -XX:+PortableSharedCache -XX:-PortableSharedCache behaves as expected with the portable shared cache feature disabled" platform=".*_aarch.*" shouldFix="true"><reason>unsupported on aarch</reason></exclude>
<exclude id="Verify -XX:-PortableSharedCache -XX:+PortableSharedCache behaves as expected with the portable shared cache feature enabled" platform=".*_aarch.*" shouldFix="true"><reason>unsupported on aarch</reason></exclude>

<include id="-Xpreloaduser32" platform="win_x86.*" shouldFix="false"><reason>Only available on Windows platforms</reason></include>
<include id="-Xpreloaduser32 -Xprotectcontiguous" platform="win_x86.*" shouldFix="false"><reason>Only available on Windows platforms</reason></include>
<include id="-Xpreloaduser32 -Xnoprotectcontiguous" platform="win_x86.*" shouldFix="false"><reason>Only available on Windows platforms</reason></include>
Expand All @@ -68,7 +71,4 @@
<include id="-Xaggressive" platform="linux.*" shouldFix="false"><reason>Only available on Linux platforms</reason></include>
<include id="defaultBehaviourOfCFS" platform="linux.*" shouldFix="false"><reason>Only available on Linux platforms</reason></include>

<include id="Verify -XX:+PortableSharedCache -XX:-PortableSharedCache behaves as expected with the portable shared cache feature disabled" platform=".*x86.*" shouldFix="false"><reason>Only available on x86 platforms</reason></include>
<include id="Verify -XX:-PortableSharedCache -XX:+PortableSharedCache behaves as expected with the portable shared cache feature enabled" platform=".*x86.*" shouldFix="false"><reason>Only available on x86 platforms</reason></include>

</suite>

0 comments on commit 7d96165

Please sign in to comment.