Skip to content

Commit 4f48fb5

Browse files
committed
Last txt
1 parent 1c7fbdf commit 4f48fb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/jvm/test/resources/expected_logs/semaphore_switch_jdk11.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Detailed trace:
5757
| | tryAcquireShared(1): -1 at AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1031) | |
5858
| | AbstractQueuedSynchronizer.shouldParkAfterFailedAcquire(Node#2, Node#3): true at AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1038) | |
5959
| | parkAndCheckInterrupt(): false at AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039) | |
60-
| | LockSupport.park(NonfairSync#3) at AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885) | |
61-
| | LockSupport.setBlocker(Thread#1, NonfairSync#3) at LockSupport.park(LockSupport.java:193) | |
60+
| | LockSupport.park(NonfairSync#4) at AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885) | |
61+
| | LockSupport.setBlocker(Thread#1, NonfairSync#4) at LockSupport.park(LockSupport.java:193) | |
6262
| | PARK at LockSupport.park(LockSupport.java:194) | |
6363
| | switch (reason: thread is parked) | |
6464
| | | run() |

0 commit comments

Comments
 (0)