8061467: Add UseLargePages to TestNUMAPageSize
Add flag to test for all architectures to be tested Reviewed-by: phh, pliden, tschatzl
This commit is contained in:
parent
a51aeedca0
commit
5fc4ca5c45
@ -27,7 +27,8 @@
|
|||||||
* @summary Make sure that start up with NUMA support does not cause problems.
|
* @summary Make sure that start up with NUMA support does not cause problems.
|
||||||
* @bug 8061467
|
* @bug 8061467
|
||||||
* @requires vm.opt.AggressiveOpts != true
|
* @requires vm.opt.AggressiveOpts != true
|
||||||
* @run main/othervm -Xmx128m -XX:+UseNUMA TestNUMAPageSize
|
* @requires vm.gc != "Z"
|
||||||
|
* @run main/othervm -Xmx128m -XX:+UseNUMA -XX:+UseLargePages TestNUMAPageSize
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class TestNUMAPageSize {
|
public class TestNUMAPageSize {
|
||||||
|
Loading…
Reference in New Issue
Block a user