On Fri, 11 Aug 2023 09:31:56 GMT, Yi Yang wrote:
> This patch reduce ~16%(24s->20s) pahse 2 merge time during dumping 32g heap
> with 96threads and fixes a memory leak of compressor
>
> You might argue why this is Linux-only optimization, because sendfile
> requires at least socket fd in other
On Mon, 4 Sep 2023 08:24:19 GMT, Alan Bateman wrote:
>> In the virtual thread implementation, thread identity switches to the
>> carrier before freezing and switches back to the virtual thread after
>> thawing. This was a forced move due to issues getting JVMTI to work with
>> virtual threads.
On Fri, 1 Sep 2023 20:38:28 GMT, Leonid Mesnik wrote:
> The fix changes test serviceability/jdwp/AllModulesCommandTest.java to accept
> VM flags.
> 1) The 'ProcessTools.createTestJvm(JDWP_OPT, DEBUGGEE);' is used to start
> debugee
> 2) The stderr is just logging and tests doesn't check if it
On Tue, 5 Sep 2023 22:49:41 GMT, Erik Joelsson wrote:
> There are a number of files in the `test` directory that have an incorrect
> copyright header, which includes the "classpath" exception text. This patch
> removes that text from all test files that I could find it in. I did this
> using a
On Tue, 5 Sep 2023 22:49:41 GMT, Erik Joelsson wrote:
> There are a number of files in the `test` directory that have an incorrect
> copyright header, which includes the "classpath" exception text. This patch
> removes that text from all test files that I could find it in. I did this
> using a
On Tue, 5 Sep 2023 22:49:41 GMT, Erik Joelsson wrote:
> There are a number of files in the `test` directory that have an incorrect
> copyright header, which includes the "classpath" exception text. This patch
> removes that text from all test files that I could find it in. I did this
> using a
There are a number of files in the `test` directory that have an incorrect
copyright header, which includes the "classpath" exception text. This patch
removes that text from all test files that I could find it in. I did this using
a combination of `sed` and `grep`. Reviewing this patch is probab
On Sat, 2 Sep 2023 00:50:08 GMT, Alex Menkov wrote:
> JDK-8226420 has been closed as a duplicate.
> The fix removes references to 8226420 from problemlist (the tests remain
> problem-listed due other issues).
This pull request has now been integrated.
Changeset: d3ee704b
Author:Alex Menkov
On Wed, 30 Aug 2023 09:23:55 GMT, Leo Korinth wrote:
>> Rename createJavaProcessBuilder so that it is not used by mistake instead of
>> createTestJvm.
>>
>> I have used the following sed script: `find -name "*.java" | xargs -n 1 sed
>> -i -e
>> "s/createJavaProcessBuilder(/createJavaProcessBu
On Sat, 2 Sep 2023 00:50:08 GMT, Alex Menkov wrote:
> JDK-8226420 has been closed as a duplicate.
> The fix removes references to 8226420 from problemlist (the tests remain
> problem-listed due other issues).
Marked as reviewed by cjplummer (Reviewer).
-
PR Review: https://git.ope
On Mon, 4 Sep 2023 14:18:55 GMT, Roman Marchenko wrote:
> This change added a simple check in
> test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java if BootstrapMethods
> attribute was dumped. (similar to test changes in PR #14556)
Marked as reviewed by cjplummer (Reviewer).
I think the
On Fri, 1 Sep 2023 23:06:15 GMT, Leonid Mesnik wrote:
>> The fix changes test serviceability/jdwp/AllModulesCommandTest.java to
>> accept VM flags.
>> 1) The 'ProcessTools.createTestJvm(JDWP_OPT, DEBUGGEE);' is used to start
>> debugee
>> 2) The stderr is just logging and tests doesn't check
On Mon, 4 Sep 2023 11:01:23 GMT, Leo Korinth wrote:
> What do you prefer? Do you have a better alternative? Do someone still think
> the current code is good? I think what we have today is inferior to all these
> improvements, and I would like to make it harder to develop bad test ca
The curre
On Tue, 5 Sep 2023 17:17:25 GMT, Daniel D. Daugherty wrote:
> A trivial fix to ProblemList
> serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
This pull request has now been integrated.
Changeset: ebe31277
Author:Daniel D. Daugherty
URL:
https://git.openjdk.org/jdk/comm
On Tue, 5 Sep 2023 17:17:25 GMT, Daniel D. Daugherty wrote:
> A trivial fix to ProblemList
> serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
It still hasn't integrated... The bot must be unhappy today... One more time:
-
PR Comment: https://git.openjdk.org/jdk/pull/1
On Tue, 5 Sep 2023 17:17:25 GMT, Daniel D. Daugherty wrote:
> A trivial fix to ProblemList
> serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
This is weird... The "/integrate" didn't work...
-
PR Comment: https://git.openjdk.org/jdk/pull/15570#issuecomment-1707036410
On Tue, 5 Sep 2023 17:20:29 GMT, Alexander Zvegintsev
wrote:
>> A trivial fix to ProblemList
>> serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
>
> Marked as reviewed by azvegint (Reviewer).
@azvegint and @kevinjwalls - Thanks for the reviews!
I did a fast "/integrate" so your re
On Tue, 5 Sep 2023 17:17:25 GMT, Daniel D. Daugherty wrote:
> A trivial fix to ProblemList
> serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
Marked as reviewed by kevinw (Committer).
Thanks Dan!
-
PR Review: https://git.openjdk.org/jdk/pull/15570#pullrequestreview-1
On Tue, 5 Sep 2023 17:20:03 GMT, Tobias Hartmann wrote:
>> A trivial fix to ProblemList
>> serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
>
> Looks good and trivial.
@TobiHartmann - Thanks for the lightning fast review!
-
PR Comment: https://git.openjdk.org/jdk/pull
A trivial fix to ProblemList
serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
-
Commit messages:
- 8315717: ProblemList serviceability/sa/TestHeapDumpForInvokeDynamic.java
with ZGC
Changes: https://git.openjdk.org/jdk/pull/15570/files
Webrev: https://webrevs.openjdk.
On Tue, 5 Sep 2023 17:17:25 GMT, Daniel D. Daugherty wrote:
> A trivial fix to ProblemList
> serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
Looks good and trivial.
-
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15570#pullr
On Tue, 5 Sep 2023 17:17:25 GMT, Daniel D. Daugherty wrote:
> A trivial fix to ProblemList
> serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC.
Marked as reviewed by azvegint (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/15570#pullrequestreview-1611581278
On Mon, 4 Sep 2023 08:24:19 GMT, Alan Bateman wrote:
>> In the virtual thread implementation, thread identity switches to the
>> carrier before freezing and switches back to the virtual thread after
>> thawing. This was a forced move due to issues getting JVMTI to work with
>> virtual threads.
On Thu, 31 Aug 2023 08:40:58 GMT, Aleksey Shipilev wrote:
> Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, each
> running exclusively. This drags the tier4 test times up. There seem to be no
> reason to run these tests exclusively, though: they complete in reasonable
On Thu, 31 Aug 2023 07:55:01 GMT, Aleksey Shipilev wrote:
> Current vmTestbase/nsk/monitoring/stress/classload tests contains 24 tests,
> each running exclusively. This drags the tier4 test times up. There seem to
> be no reason to run these tests exclusively, though: they complete in
> reason
On Thu, 31 Aug 2023 08:40:58 GMT, Aleksey Shipilev wrote:
> Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, each
> running exclusively. This drags the tier4 test times up. There seem to be no
> reason to run these tests exclusively, though: they complete in reasonable
26 matches
Mail list logo