Skip to content

Commit

Permalink
Reserve ProblemList.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-Fan Tsai committed Dec 4, 2023
1 parent ec75cce commit 580a2f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/os/linux/os_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4004,7 +4004,7 @@ bool os::can_commit_large_page_memory() {
}

bool os::can_execute_large_page_memory() {
return UseTransparentHugePages || UseLargePages;
return UseLargePages;
}

char* os::pd_attempt_map_memory_to_file_at(char* requested_addr, size_t bytes, int file_desc) {
Expand Down
2 changes: 2 additions & 0 deletions test/hotspot/jtreg/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ compiler/vectorapi/VectorLogicalOpIdentityTest.java 8302459 linux-x64,windows-x6

compiler/jvmci/TestUncaughtErrorInCompileMethod.java 8309073 generic-all

compiler/codecache/CheckLargePages.java 8317831 linux-x64

compiler/floatingpoint/TestSubnormalFloat.java 8317810 generic-i586
compiler/floatingpoint/TestSubnormalDouble.java 8317810 generic-i586

Expand Down

0 comments on commit 580a2f9

Please sign in to comment.