On Fri, 30 Aug 2024 21:51:49 GMT, Coleen Phillimore wrote:
>> Move JVM implementation access flags that are not specified by the classfile
>> format into Klass so we can shrink AccessFlags to u2 in a future change.
>>
>> Tested with tier1-7.
>>
>> NOTE: there are arm, ppc and s390 changes to t
On Fri, 19 Jul 2024 11:50:03 GMT, Daniel Lundén wrote:
>> We are seeing quite a few timeouts for
>> `serviceability/sa/ClhsdbDumpheap.java` running with -Xcomp in testing,
>> possibly related to
>> [JDK-8324241](https://bugs.openjdk.org/browse/JDK-8324241). We should
>> disable running `Clhsd
On Fri, 19 Jul 2024 09:50:43 GMT, Daniel Lundén wrote:
>> test/hotspot/jtreg/serviceability/sa/ClhsdbDumpheap.java line 40:
>>
>>> 38: /**
>>> 39: * @test
>>> 40: * @bug 8240989 8336753
>>
>> I don't think that change makes sense because the test is not a regression
>> test for JDK-8336753.
On Fri, 19 Jul 2024 09:31:01 GMT, Daniel Lundén wrote:
>> We are seeing quite a few timeouts for
>> `serviceability/sa/ClhsdbDumpheap.java` running with -Xcomp in testing,
>> possibly related to
>> [JDK-8324241](https://bugs.openjdk.org/browse/JDK-8324241). We should
>> disable running `Clhsd
On Thu, 18 Jul 2024 15:00:41 GMT, Daniel Lundén wrote:
> We are seeing quite a few timeouts for
> `serviceability/sa/ClhsdbDumpheap.java` running with -Xcomp in testing,
> possibly related to
> [JDK-8324241](https://bugs.openjdk.org/browse/JDK-8324241). We should disable
> running `ClhsdbDump
On Sun, 28 Apr 2024 23:37:22 GMT, Vladimir Kozlov wrote:
>> Move immutable nmethod's data from CodeCache to C heap. It includes
>> `dependencies, nul_chk_table, handler_table, scopes_pcs, scopes_data,
>> speculations`. It amounts for about 30% (optimized VM) of space in CodeCache.
>>
>> Use Ho
On Thu, 26 Oct 2023 16:17:14 GMT, Thomas Stuefe wrote:
>> When using 'MemStat' CompileCommand, we accidentally register the command if
>> an invalid suboption had been specified. Fixed, added regression test
>> (verified).
>
> Thomas Stuefe has updated the pull request incrementally with one ad
On Thu, 26 Oct 2023 16:17:14 GMT, Thomas Stuefe wrote:
>> When using 'MemStat' CompileCommand, we accidentally register the command if
>> an invalid suboption had been specified. Fixed, added regression test
>> (verified).
>
> Thomas Stuefe has updated the pull request incrementally with one ad
On Tue, 3 Oct 2023 17:53:27 GMT, Daniel D. Daugherty wrote:
> Trivial fixes to ProblemList noisy tests in the JDK22 CI;
>
> [JDK-8317446](https://bugs.openjdk.org/browse/JDK-8317446) ProblemList
> gc/arguments/TestNewSizeFlags.java on macosx-aarch64 in Xcomp
> [JDK-8317448](https://bugs.openjdk
On Tue, 3 Oct 2023 17:53:27 GMT, Daniel D. Daugherty wrote:
> Trivial fixes to ProblemList noisy tests in the JDK22 CI;
>
> [JDK-8317446](https://bugs.openjdk.org/browse/JDK-8317446) ProblemList
> gc/arguments/TestNewSizeFlags.java on macosx-aarch64 in Xcomp
> [JDK-8317448](https://bugs.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 Fri, 4 Aug 2023 19:45:56 GMT, Leonid Mesnik wrote:
>> The fix adds posting VmObjectAlloc events by
>> Unsafe.allocateInstance(Class cls). The previous attempt to post event
>> directly from 'LibraryCallKit::inline_unsafe_allocate()' cause performance
>> regression even if jvmti event is not
On Tue, 30 May 2023 19:15:38 GMT, Johan Sjölen wrote:
>> A final sweep of Hotspot to remove all re-added NULLs. With only 110 changes
>> I'd appreciate if this was considered trivial.
>
> Johan Sjölen has updated the pull request incrementally with two additional
> commits since the last revisi
On Tue, 30 May 2023 19:15:38 GMT, Johan Sjölen wrote:
>> A final sweep of Hotspot to remove all re-added NULLs. With only 110 changes
>> I'd appreciate if this was considered trivial.
>
> Johan Sjölen has updated the pull request incrementally with two additional
> commits since the last revisi
On Fri, 5 May 2023 01:06:09 GMT, Leonid Mesnik wrote:
>> 8277573: VmObjectAlloc is not generated by intrinsics methods which allocate
>> objects
>>
>> caused significant regressions in some benchmarks and should be reverted.
>>
>> This fix backout changes and update problemlist bugs to new iss
On Fri, 21 Apr 2023 21:35:07 GMT, Daniel D. Daugherty
wrote:
> Trivial fixes to increase timeouts for tests that timeout under heavy stress:
> [JDK-8301377](https://bugs.openjdk.org/browse/JDK-8301377) adjust timeout for
> JLI GetObjectSizeIntrinsicsTest.java subtest again
> [JDK-8305502](https
On Wed, 5 Apr 2023 13:51:59 GMT, Daniel D. Daugherty wrote:
> A trivial fix to ProblemList com/sun/jdi/PopAndInvokeTest.java with virtual
> threads.
Looks good with now updated bug id.
-
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13351
On Tue, 31 Jan 2023 14:30:29 GMT, Justin King wrote:
> Redo [JDK-8301378](https://bugs.openjdk.org/browse/JDK-8301378), this time
> also fixing the serviceability code.
Looks good to me and Vladimir's testing all passed.
-
Marked as reviewed by thartmann (Reviewer).
PR: https://g
18 matches
Mail list logo