git: openjdk/loom: fibers: 2 new changesets
duke
duke at openjdk.java.net
Tue May 19 05:28:55 UTC 2020
Changeset: c64946f5
Author: chris.plummer <chris.plummer at oracle.com>
Date: 2020-05-19 05:24:20 +0000
URL: https://git.openjdk.java.net/loom/commit/c64946f5
Fix bug with ThreadReference.currentContendedMonitor() sending a bad reply packet when used on a vthread.
! src/jdk.jdwp.agent/share/native/libjdwp/ThreadReferenceImpl.c
Changeset: cd676202
Author: chris.plummer <chris.plummer at oracle.com>
Date: 2020-05-19 05:26:16 +0000
URL: https://git.openjdk.java.net/loom/commit/cd676202
Allow vthreads to be resumed if mounted. Also, don't invalidate FrameIDs when resuming a thread for the purpose of doing an InvokeMethod command.
! src/jdk.jdwp.agent/share/native/libjdwp/threadControl.c
More information about the loom-dev
mailing list