Skip to content

Commit

Permalink
8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times o…
Browse files Browse the repository at this point in the history
…ut with ZGC, Generational ZGC, and SerialGC

Reviewed-by: jpai, dholmes, alanb
  • Loading branch information
Viktor Klang committed Jan 10, 2024
1 parent 475306b commit b86c3b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions test/jdk/ProblemList-generational-zgc.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 1 addition & 3 deletions test/jdk/ProblemList-zgc.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
5 changes: 3 additions & 2 deletions test/jdk/java/util/concurrent/locks/Lock/OOMEInAQS.java
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -38,7 +38,8 @@
* @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 {
Expand Down

1 comment on commit b86c3b7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.