File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
test/hotspot/jtreg/vmTestbase/vm/gc/compact
Compact_InternedStrings_NonbranchyTree
Humongous_InternedStrings Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2017, 2025 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3434 * This testcase uses interned strings for both first and second phases
3535 * and multiple threads.
3636 *
37+ * @requires os.maxMemory > 3G
3738 * @library /vmTestbase
3839 * /test/lib
3940 * @run main/othervm
41+ * -Xmx2G
4042 * -XX:-UseGCOverheadLimit
4143 * vm.gc.compact.Compact
4244 * -gp interned(randomString)
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2017, 2025 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3434 * This testcase uses interned strings for first phase,
3535 * random arrays for second phases and multiple threads.
3636 *
37+ * @requires os.maxMemory > 3G
3738 * @library /vmTestbase
3839 * /test/lib
3940 * @run main/othervm
41+ * -Xmx2G
4042 * -XX:-UseGCOverheadLimit
4143 * vm.gc.compact.Compact
4244 * -gp interned(randomString)
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2017, 2025 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3434 * This testcase uses random strings for first phase, array of
3535 * random strings for second phase and multiple threads.
3636 *
37+ * @requires os.maxMemory > 3G
3738 * @library /vmTestbase
3839 * /test/lib
3940 * @run main/othervm
41+ * -Xmx2G
4042 * -XX:-UseGCOverheadLimit
4143 * vm.gc.compact.Compact
4244 * -gp randomString
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2017, 2025 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3434 * This testcase uses interned strings for both first and second phases
3535 * and multiple threads.
3636 *
37+ * @requires os.maxMemory > 3G
3738 * @library /vmTestbase
3839 * /test/lib
3940 * @run main/othervm
41+ * -Xmx2G
4042 * -XX:-UseGCOverheadLimit
4143 * vm.gc.compact.Compact
4244 * -gp interned(randomString)
You can’t perform that action at this time.
0 commit comments