On Tue, 11 Oct 2022 20:01:32 GMT, Roman Kennke wrote:
>> This change replaces the current stack-locking implementation with a
>> fast-locking scheme that retains the advantages of stack-locking (namely
>> fast locking in uncontended code-paths), while avoiding the overload of the
>> mark word.
On Tue, 11 Oct 2022 16:46:37 GMT, Leonid Mesnik wrote:
> This test duplicates runtime/handshake/HandshakeSuspendExitTest.java and
> might be deleted.
This pull request has now been integrated.
Changeset: 0475c341
Author:Leonid Mesnik
URL:
https://git.openjdk.org/jdk/commit/0475c341
We have code in jdk.internal.jvmstat for supporting an ancient version (JDK
1.4.1). There's currently no test case for this code, so it's likely to be
further bit-rotten in the future. Let's remove it now.
If anyone wants to connect to JDK 1.4.1, they can use tools from JDK 19 or
earlier.
On Thu, 13 Oct 2022 04:06:27 GMT, Ioi Lam wrote:
> We have code in jdk.internal.jvmstat for supporting an ancient version (JDK
> 1.4.1). There's currently no test case for this code, so it's likely to be
> further bit-rotten in the future. Let's remove it now.
>
> If anyone wants to connect to