Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/hotspot/jtreg/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ compiler/codecache/TestStressCodeBuffers.java 8272094 generic-aarch64

# :hotspot_gc

gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java 8285011 generic-all
gc/epsilon/TestMemoryMXBeans.java 8206434 generic-all
gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
* @library /test/lib
* @library /
* @requires vm.bits == "64"
* @requires os.family != "aix" & os.family != "windows"
* @requires os.family == "linux"
* @requires vm.gc != "Z"
* @run driver gc.arguments.TestUseCompressedOopsFlagsWithUlimit
*/

Expand Down