On Thu, 9 Jan 2025 20:48:21 GMT, Simon Tooke wrote:
>> This test fixes an issue with incomplete Windows threads not yet having a
>> stack. A test for a null stack_base is added to guard against the potential
>> null dereference. An additional test using ZGC is added to the jtreg
>> SystemMap
On Thu, 9 Jan 2025 16:34:08 GMT, Robert Toyonaga wrote:
> Say **thread_A** is the only thread started. It does not acquire the lock
> (since single threaded) and enters the critical section. While **thread_A**
> is in the critical section, **thread_B** is started,
Hold on there - who is starti
> This is a fix of one more deadlock issue related to `interruptLock` critical
> sections. When the `interruptLock` is hold by the target virtual thread it is
> unsafe to suspend or post JVMTI events. This update is to ignore the JVMTI
> events when the `interruptLock` is hold. It is additionall
> This is a fix of one more deadlock issue related to `interruptLock` critical
> sections. When the `interruptLock` is hold by the target virtual thread it is
> unsafe to suspend or post JVMTI events. This update is to ignore the JVMTI
> events when the `interruptLock` is hold. It is additionall
On Thu, 9 Jan 2025 21:01:19 GMT, Leonid Mesnik wrote:
>> This is a fix of one more deadlock issue related to `interruptLock` critical
>> sections. When the `interruptLock` is hold by the target virtual thread it
>> is unsafe to suspend or post JVMTI events. This update is to ignore the
>> JVMT
On Thu, 9 Jan 2025 16:28:00 GMT, Chris Plummer wrote:
>> This is a fix of one more deadlock issue related to `interruptLock` critical
>> sections. When the `interruptLock` is hold by the target virtual thread it
>> is unsafe to suspend or post JVMTI events. This update is to ignore the
>> JVMT
On Thu, 9 Jan 2025 12:24:59 GMT, Kevin Walls wrote:
> A redundant policy file exists, it is unused and must have been missed during:
> 8338411: Implement JEP 486: Permanently Disable the Security Manager
>
> Test in test/jdk/javax/management/modelmbean/ModelMBeanInfoSupport still
> passes after
On Thu, 9 Jan 2025 21:47:47 GMT, Matias Saavedra Silva
wrote:
>> Coleen Phillimore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Restore copyright and macro.
>
> src/hotspot/share/runtime/objectMonitor.cpp line 2500:
>
>> 2498: //
On Tue, 7 Jan 2025 12:51:33 GMT, Coleen Phillimore wrote:
>> There are a lot of format modifiers that are noisy and unnecessary in the
>> code. This change removes the INTX variants. It's not that disruptive even
>> for backporting because %z modifier has been available for a long time so
>>
On Thu, 9 Jan 2025 20:48:21 GMT, Simon Tooke wrote:
>> This test fixes an issue with incomplete Windows threads not yet having a
>> stack. A test for a null stack_base is added to guard against the potential
>> null dereference. An additional test using ZGC is added to the jtreg
>> SystemMap
On Thu, 9 Jan 2025 15:13:01 GMT, Matthias Baesken wrote:
> When running ubsan-enabled binaries on macOS aarch64, in test
> javax/management/MBeanServer/OldMBeanServerTest.java
> the following division by zero is shown :
> src/jdk.management/macosx/native/libmanagement_ext/UnixOperatingSystem.c:67
On Thu, 9 Jan 2025 03:05:47 GMT, David Holmes wrote:
>> Simon Tooke has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> test SystemMap with and without ZGC
>
> test/hotspot/jtreg/serviceability/dcmd/vm/SystemMapTest.java line 39:
>
>> 37:
On Thu, 9 Jan 2025 05:03:33 GMT, Serguei Spitsyn wrote:
> This is a fix of one more deadlock issue related to `interruptLock` critical
> sections. When the `interruptLock` is hold by the target virtual thread it is
> unsafe to suspend or post JVMTI events. This update is to ignore the JVMTI
>
> This test fixes an issue with incomplete Windows threads not yet having a
> stack. A test for a null stack_base is added to guard against the potential
> null dereference. An additional test using ZGC is added to the jtreg
> SystemMapTest.
Simon Tooke has updated the pull request incrementa
On Tue, 7 Jan 2025 12:51:33 GMT, Coleen Phillimore wrote:
>> There are a lot of format modifiers that are noisy and unnecessary in the
>> code. This change removes the INTX variants. It's not that disruptive even
>> for backporting because %z modifier has been available for a long time so
>>
On Thu, 9 Jan 2025 15:13:01 GMT, Matthias Baesken wrote:
> When running ubsan-enabled binaries on macOS aarch64, in test
> javax/management/MBeanServer/OldMBeanServerTest.java
> the following division by zero is shown :
> src/jdk.management/macosx/native/libmanagement_ext/UnixOperatingSystem.c:67
On Tue, 7 Jan 2025 12:51:33 GMT, Coleen Phillimore wrote:
>> There are a lot of format modifiers that are noisy and unnecessary in the
>> code. This change removes the INTX variants. It's not that disruptive even
>> for backporting because %z modifier has been available for a long time so
>>
On Thu, 9 Jan 2025 12:24:59 GMT, Kevin Walls wrote:
> A redundant policy file exists, it is unused and must have been missed during:
> 8338411: Implement JEP 486: Permanently Disable the Security Manager
>
> Test in test/jdk/javax/management/modelmbean/ModelMBeanInfoSupport still
> passes after
On Tue, 7 Jan 2025 04:40:36 GMT, David Holmes wrote:
>>> In case my comment within the existing conversations gets missed I will
>>> re-state that I don't think you need any new "is bootstrapping" logic
>>> because you can just use `Threads::number_of_threads() > 0` to tell you if
>>> you need
On Thu, 9 Jan 2025 14:18:52 GMT, Patricio Chilano Mateo
wrote:
> Hi all,
>
> This pull request contains a backport of commit
> [ea495377](https://github.com/openjdk/jdk/commit/ea49537726db6530f0ddcc04d9938df3d6d18250)
> from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The
On Thu, 9 Jan 2025 05:03:33 GMT, Serguei Spitsyn wrote:
> This is a fix of one more deadlock issue related to `interruptLock` critical
> sections. When the `interruptLock` is hold by the target virtual thread it is
> unsafe to suspend or post JVMTI events. This update is to ignore the JVMTI
>
When running ubsan-enabled binaries on macOS aarch64, in test
javax/management/MBeanServer/OldMBeanServerTest.java
the following division by zero is shown :
src/jdk.management/macosx/native/libmanagement_ext/UnixOperatingSystem.c:67:40:
runtime error: division by zero
UndefinedBehaviorSanitizer:DE
Hi all,
This pull request contains a backport of commit
[ea495377](https://github.com/openjdk/jdk/commit/ea49537726db6530f0ddcc04d9938df3d6d18250)
from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
The commit being backported was authored by Patricio Chilano Mateo on 8 Jan
2025 an
> This is a redo of [JDK-8304824](https://bugs.openjdk.org/browse/JDK-8304824)
> which was backed out by
> [JDK-8343726](https://bugs.openjdk.org/browse/JDK-8343726) due to problems
> documented in [JDK-8343244](https://bugs.openjdk.org/browse/JDK-8343244).
>
> The problem was that `NmtVirtualM
> This is a redo of [JDK-8304824](https://bugs.openjdk.org/browse/JDK-8304824)
> which was backed out by
> [JDK-8343726](https://bugs.openjdk.org/browse/JDK-8343726) due to problems
> documented in [JDK-8343244](https://bugs.openjdk.org/browse/JDK-8343244).
>
> The problem was that `NmtVirtualM
On Tue, 7 Jan 2025 08:32:27 GMT, Kim Barrett wrote:
>> This is a relic and not the legal copyright that got updated since nobody
>> noticed. Until you did. Removed.
>
> Not sure we're allowed to remove a copyright statement, even if not in the
> usual place.
put copyright back.
A redundant policy file exists, it is unused and must have been missed during:
8338411: Implement JEP 486: Permanently Disable the Security Manager
Test in test/jdk/javax/management/modelmbean/ModelMBeanInfoSupport still passes
after this change.
-
Commit messages:
- remove old pol
On Tue, 17 Dec 2024 21:01:51 GMT, Serguei Spitsyn wrote:
> The JVMTI NotifyFramePop should return JVMTI_ERROR_DUPLICATE in a case the
> specified FramePop event was already requested. This makes it consistent with
> the SetBreakpoint which returns the JVMTI_ERROR_DUPLICATE on an attempt to
> a
On Tue, 7 Jan 2025 07:58:18 GMT, Ramkumar Sunderbabu
wrote:
> Trivial logging message change.
This pull request has now been integrated.
Changeset: 33f9be8d
Author:Ramkumar Sunderbabu
Committer: David Holmes
URL:
https://git.openjdk.org/jdk/commit/33f9be8de730e664e335e368487323973
29 matches
Mail list logo