You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.concurrent_fat_no_vt/fat/src/test/concurrent/no/vt/ConcurrentVirtualThreadsDisabledTest.java
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.concurrent_fat_no_vt/test-applications/ConcurrentNoVTWeb/src/test/concurrent/no/vt/web/ConcurrentVTDisabledServlet.java
+52-22Lines changed: 52 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -132,10 +132,10 @@ public void testOverrideVirtualManagedExecutorFromAnno() throws Exception {
132
132
}
133
133
134
134
/**
135
-
* A managedExecutor defined in server.xml with virtual=true runs async tasks on
136
-
* platform threads instead of virtual threads when the ThreadTypeOverride SPI
137
-
* instructs Liberty to avoid creating virtual threads. The task runs
138
-
* successfully.
135
+
* A managedExecutorService defined in server.xml with virtual=true runs async
136
+
* tasks on platform threads instead of virtual threads when the
137
+
* ThreadTypeOverride SPI instructs Liberty to avoid creating virtual threads.
138
+
* The task runs successfully on Java SE 21+, but is rejected on Java SE 17.
0 commit comments