On Fri, 14 Jun 2024 03:51:28 GMT, Leonid Mesnik wrote:
>> The nsk.share.Log has 3 parameters that might be configured by tests or
>> using command-line:
>> - verbose, traceLevel and timestamp
>>
>> The main purpose of these modes was to minimize output and use command-line
>> arguments to e
On Tue, 11 Jun 2024 08:17:02 GMT, Albert Mingkun Yang wrote:
> Obsolete OldSize and related code. An internal variable `OldSize` is kept to
> capture the capacity of old-gen size.
Al seems reasonable.
Thanks.
src/hotspot/share/runtime/arguments.cpp line 543:
> 541: { "UseNeon",
> The nsk.share.Log has 3 parameters that might be configured by tests or
> using command-line:
> - verbose, traceLevel and timestamp
>
> The main purpose of these modes was to minimize output and use command-line
> arguments to enable them during bug reproducing/debugging for vmTestbase when
On Fri, 14 Jun 2024 03:09:26 GMT, Chris Plummer wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> reverted traceLevel
>
> test/hotspot/jtreg/vmTestbase/nsk/share/Log.java line 226:
>
>> 224: if (!verbose) {
On Fri, 14 Jun 2024 00:49:28 GMT, Leonid Mesnik wrote:
>> The nsk.share.Log has 3 parameters that might be configured by tests or
>> using command-line:
>> - verbose, traceLevel and timestamp
>>
>> The main purpose of these modes was to minimize output and use command-line
>> arguments to e
On Fri, 14 Jun 2024 00:49:28 GMT, Leonid Mesnik wrote:
>> The nsk.share.Log has 3 parameters that might be configured by tests or
>> using command-line:
>> - verbose, traceLevel and timestamp
>>
>> The main purpose of these modes was to minimize output and use command-line
>> arguments to e
On Fri, 14 Jun 2024 00:31:41 GMT, Chris Plummer wrote:
>> The intention is to print always all logged messages. So we should set the
>> highest tracing level for the logger to work in debug mode.
>
> I'm not so sure I agree with this. Do we have examples of debug logging? I
> think in general v
> The nsk.share.Log has 3 parameters that might be configured by tests or
> using command-line:
> - verbose, traceLevel and timestamp
>
> The main purpose of these modes was to minimize output and use command-line
> arguments to enable them during bug reproducing/debugging for vmTestbase when
On Fri, 14 Jun 2024 00:03:32 GMT, Leonid Mesnik wrote:
>> test/hotspot/jtreg/vmTestbase/nsk/share/Log.java line 130:
>>
>>> 128: * Default value is 0 a.k.a.
>>> TraceLevel.INFO;
>>> 129: */
>>> 130: private final int traceLevel = TraceLevel.TRACE_DEBUG + 1;
>>
>> Can you explain
On Thu, 13 Jun 2024 21:38:48 GMT, Damon Nguyen wrote:
> Hi all,
>
> This pull request contains a backport of commit
> [c4702ca8](https://github.com/openjdk/jdk/commit/c4702ca8c026e2d265aca0126fd3fb7bc5bb392a)
> from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit bei
On Thu, 13 Jun 2024 21:38:48 GMT, Damon Nguyen wrote:
> Hi all,
>
> This pull request contains a backport of commit
> [c4702ca8](https://github.com/openjdk/jdk/commit/c4702ca8c026e2d265aca0126fd3fb7bc5bb392a)
> from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit bei
On Thu, 13 Jun 2024 21:38:48 GMT, Damon Nguyen wrote:
> Hi all,
>
> This pull request contains a backport of commit
> [c4702ca8](https://github.com/openjdk/jdk/commit/c4702ca8c026e2d265aca0126fd3fb7bc5bb392a)
> from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit bei
Hi all,
This pull request contains a backport of commit
[c4702ca8](https://github.com/openjdk/jdk/commit/c4702ca8c026e2d265aca0126fd3fb7bc5bb392a)
from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
The commit being backported was authored by Damon Nguyen on 13 Jun 2024 and was
rev
On Fri, 7 Jun 2024 22:46:44 GMT, Damon Nguyen wrote:
> This issue is responsible for updating the translations of all the
> localize(able) resources in the JDK. Primarily, the changes between JDK 22
> RDP 1 and the integration of the JDK 23 RDP 1 L10n drop will be translated.
>
> The translati
On Tue, 11 Jun 2024 19:01:45 GMT, Weijun Wang wrote:
>> Thanks I'll go through the above comments and update - some of the changes I
>> see are unnecessary and from when I was trying migrating to callAs, and
>> doPrivileged, and yes they can be simpler.
>>
>> On the allowSecurityMananger check
> JMX uses APIs related to the Security Mananger which are deprecated. Use of
> AccessControlContext will be removed when Security Manager is removed.
>
> Until then, updates are needed to not require setting
> -Djava.security.manager=allow to use JMX authentication.
Kevin Walls has updated t
On Wed, 12 Jun 2024 08:45:46 GMT, Inigo Mediavilla Saiz
wrote:
>> Print the stack traces of mounted virtual threads when calling `jcmd
>> Thread.print`.
>
> Inigo Mediavilla Saiz has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Remove unn
On Thu, 13 Jun 2024 14:37:45 GMT, Inigo Mediavilla Saiz
wrote:
> Would you mind explaining why unparking the main (virtual) thread can end up
> with the main thread observing the dummy thread in transition ?
The unpark of main requires queueing the task for main. This can trigger a new
FJP wo
On Thu, 13 Jun 2024 10:28:06 GMT, Alan Bateman wrote:
>> Inigo Mediavilla Saiz has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove unneeded line
>
> I've created [JDK-8334215](https://bugs.openjdk.org/browse/JDK-8334215) with
> issue
> JMX uses APIs related to the Security Mananger which are deprecated. Use of
> AccessControlContext will be removed when Security Manager is removed.
>
> Until then, updates are needed to not require setting
> -Djava.security.manager=allow to use JMX authentication.
Kevin Walls has updated t
On Wed, 12 Jun 2024 16:41:36 GMT, Daniel Fuchs wrote:
>> Kevin Walls has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>>Undo test policy updates
>
> src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java
>
> JMX uses APIs related to the Security Mananger which are deprecated. Use of
> AccessControlContext will be removed when Security Manager is removed.
>
> Until then, updates are needed to not require setting
> -Djava.security.manager=allow to use JMX authentication.
Kevin Walls has updated t
> JMX uses APIs related to the Security Mananger which are deprecated. Use of
> AccessControlContext will be removed when Security Manager is removed.
>
> Until then, updates are needed to not require setting
> -Djava.security.manager=allow to use JMX authentication.
Kevin Walls has updated t
On Wed, 12 Jun 2024 08:45:46 GMT, Inigo Mediavilla Saiz
wrote:
>> Print the stack traces of mounted virtual threads when calling `jcmd
>> Thread.print`.
>
> Inigo Mediavilla Saiz has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Remove unn
On Wed, 12 Jun 2024 20:42:27 GMT, Sean Mullan wrote:
>> Kevin Walls has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>>Undo test policy updates
>
> src/java.management/share/classes/com/sun/jmx/remote/security/MBeanServerFileAccessControll
25 matches
Mail list logo