mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8064940: JMH javac performance regressions on solaris-sparcv9 in 9-b34
Aligning code heap sizes to large page size if supported. Reviewed-by: kvn, anoll
This commit is contained in:
parent
fb0b5b0159
commit
ad9c86bc97
3 changed files with 26 additions and 18 deletions
|
@ -82,6 +82,9 @@ public class PrintCodeCacheRunner implements CodeCacheCLITestCase.Runner {
|
|||
ExitCode.OK,
|
||||
testCaseDescription.getTestOptions(options,
|
||||
CommandLineOptionTest.prepareBooleanFlag(
|
||||
"PrintCodeCache", printCodeCache)));
|
||||
"PrintCodeCache", printCodeCache),
|
||||
// Do not use large pages to avoid large page
|
||||
// alignment of code heaps affecting their size.
|
||||
"-XX:-UseLargePages"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue