On Thu, 11 Aug 2022 00:06:35 GMT, David Holmes wrote:
> Forward port JDK 19 -> JDK 20
This pull request has now been integrated.
Changeset: 85a60235
Author:David Holmes
URL:
https://git.openjdk.org/jdk/commit/85a602355ff6e92bb468135d712e0b0b41753db4
Stats: 686 lines in 44 files
Forward port JDK 19 -> JDK 20
-
Commit messages:
- Merge remote-tracking branch 'jdk19/master' into Merge_jdk19
- 8288769: Revert unintentional change to deflate.c
- 8291496: Allocating card table before heap causes underflow asserts in
CardTable::addr_for()
- 8290889: JDK 19 RDP
On Wed, 10 Aug 2022 22:02:52 GMT, Bill Huang wrote:
>> This task converts 5 shell tests below to java version.
>> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
>> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
>> test/java/lang/management/MemoryMXBean/MemoryMan
On Wed, 3 Aug 2022 09:18:26 GMT, Alan Bateman wrote:
>> xpbob has updated the pull request incrementally with two additional commits
>> since the last revision:
>>
>> - remove line
>> - add export
>
> What happened with the experiment to move ContainerInfoMXBean to
> jdk.management?
Hi, @Al
On Mon, 8 Aug 2022 19:52:47 GMT, Leonid Mesnik wrote:
> The test should use the same locales in all processes, the default language
> should work fine.
This pull request has now been integrated.
Changeset: 36ef4c1a
Author:Leonid Mesnik
URL:
https://git.openjdk.org/jdk/commit/36ef4c
On Wed, 10 Aug 2022 22:02:52 GMT, Bill Huang wrote:
>> This task converts 5 shell tests below to java version.
>> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
>> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
>> test/java/lang/management/MemoryMXBean/MemoryMan
> This task converts 5 shell tests below to java version.
> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementSerialGC.sh
> test/java/lang/management/MemoryMXBe
On Wed, 10 Aug 2022 21:17:10 GMT, Leonid Mesnik wrote:
>> The test should use the same locales in all processes, the default language
>> should work fine.
>
> Leonid Mesnik has updated the pull request incrementally with one additional
> commit since the last revision:
>
> fix
Marked as rev
On Wed, 10 Aug 2022 21:09:42 GMT, Leonid Mesnik wrote:
>> Bill Huang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Removed GC settings.
>
> test/jdk/java/lang/management/MemoryMXBean/MemoryManagement.java line 35:
>
>> 33: * @modules
> The test should use the same locales in all processes, the default language
> should work fine.
Leonid Mesnik has updated the pull request incrementally with one additional
commit since the last revision:
fix
-
Changes:
- all: https://git.openjdk.org/jdk/pull/9798/files
-
On Wed, 10 Aug 2022 18:50:51 GMT, Bill Huang wrote:
>> This task converts 5 shell tests below to java version.
>> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
>> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
>> test/java/lang/management/MemoryMXBean/MemoryMan
On Tue, 9 Aug 2022 20:29:42 GMT, Leonid Mesnik wrote:
>> The test should use the same locales in all processes, the default language
>> should work fine.
>
> Leonid Mesnik has updated the pull request incrementally with one additional
> commit since the last revision:
>
> fixed print
test/j
> This task converts 5 shell tests below to java version.
> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementSerialGC.sh
> test/java/lang/management/MemoryMXBe
On Tue, 9 Aug 2022 21:14:39 GMT, Bill Huang wrote:
> This task converts 5 shell tests below to java version.
> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
> test/java/lang/management/MemoryMXBean/MemoryManageme
On Tue, 9 Aug 2022 21:14:39 GMT, Bill Huang wrote:
> This task converts 5 shell tests below to java version.
> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
> test/java/lang/management/MemoryMXBean/MemoryManageme
On Tue, 9 Aug 2022 21:14:39 GMT, Bill Huang wrote:
> This task converts 5 shell tests below to java version.
> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
> test/java/lang/management/MemoryMXBean/MemoryManageme
On Wed, 10 Aug 2022 15:23:46 GMT, Axel Boldt-Christmas wrote:
>> The proposal is to encapsulate the nmethod mark for deoptimization logic in
>> one place and only allow access to the `mark_for_deoptimization` from a
>> closure object:
>> ```C++
>> class DeoptimizationMarkerClosure : StackObj {
Hi Chris!
some context from our side: this combination is used for "watch return
value" feature which shows the last returned value after the step
(over). At first this was implemented with one method exit request, but
then it appeared that a combination of method entry+exit works much
faster
> The proposal is to encapsulate the nmethod mark for deoptimization logic in
> one place and only allow access to the `mark_for_deoptimization` from a
> closure object:
> ```C++
> class DeoptimizationMarkerClosure : StackObj {
> public:
> virtual void marker_do(Deoptimization::MarkFn mark_fn)
19 matches
Mail list logo