hotspot/test/compiler/codecache/cli/printcodecache/PrintCodeCacheRunner.java
changeset 28730 106944a21769
parent 28390 263a69157012
child 30604 b8d532cb6420
equal deleted inserted replaced
28729:062f02fa1d17 28730:106944a21769
    80                 unexpectedMessages, "JVM startup failure is not expected, "
    80                 unexpectedMessages, "JVM startup failure is not expected, "
    81                 + "since all options have allowed values", description,
    81                 + "since all options have allowed values", description,
    82                 ExitCode.OK,
    82                 ExitCode.OK,
    83                 testCaseDescription.getTestOptions(options,
    83                 testCaseDescription.getTestOptions(options,
    84                         CommandLineOptionTest.prepareBooleanFlag(
    84                         CommandLineOptionTest.prepareBooleanFlag(
    85                                 "PrintCodeCache", printCodeCache)));
    85                                 "PrintCodeCache", printCodeCache),
       
    86                         // Do not use large pages to avoid large page
       
    87                         // alignment of code heaps affecting their size.
       
    88                         "-XX:-UseLargePages"));
    86     }
    89     }
    87 }
    90 }