8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC
Reviewed-by: jpai, dholmes, alanb
This commit is contained in:
parent
475306b757
commit
b86c3b7a68
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -38,4 +38,3 @@ sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java 8307393 generic-all
|
||||
sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java 8307393 generic-all
|
||||
|
||||
com/sun/jdi/ThreadMemoryLeakTest.java 8307402 generic-all
|
||||
java/util/concurrent/locks/Lock/OOMEInAQS.java 8309218 generic-all
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,7 +27,5 @@
|
||||
#
|
||||
#############################################################################
|
||||
|
||||
java/util/concurrent/locks/Lock/OOMEInAQS.java 8309218 generic-all
|
||||
|
||||
sun/tools/jhsdb/JShellHeapDumpTest.java 8276539 generic-all
|
||||
sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java 8276539 generic-all
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -38,7 +38,8 @@ import java.util.stream.Stream;
|
||||
* @test
|
||||
* @bug 8066859
|
||||
* @summary Check that AQS-based locks, conditions, and CountDownLatches do not fail when encountering OOME
|
||||
* @run main/othervm -XX:-UseGCOverheadLimit -Xmx48M -XX:-UseTLAB OOMEInAQS
|
||||
* @requires vm.gc.G1
|
||||
* @run main/othervm -XX:+UseG1GC -XX:-UseGCOverheadLimit -Xmx48M -XX:-UseTLAB OOMEInAQS
|
||||
*/
|
||||
|
||||
public class OOMEInAQS extends Thread {
|
||||
|
Loading…
Reference in New Issue
Block a user