Skip to content

Commit c68c05f

Browse files
author
duke
committed
Backport 2a2964759c73b3b9ab6afaad109383c89952977b
1 parent 7b2a675 commit c68c05f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/jdk/javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2004, 2024, 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
@@ -26,6 +26,9 @@
2626
* @bug 6199899
2727
* @summary Tests reconnection done by a fetching notif thread.
2828
* @author Shanliang JIANG
29+
* @requires vm.compMode != "Xcomp"
30+
* @comment Running with -Xcomp is likely to cause a timeout from ServerCommunicatorAdmin
31+
* before addNotificationListener can complete.
2932
*
3033
* @run clean NotifReconnectDeadlockTest
3134
* @run build NotifReconnectDeadlockTest

0 commit comments

Comments
 (0)