Re: RFR: JDK-8276422 Add command-line option to disable finalization [v2]

2021-11-18 Thread Stuart Marks
> Pretty much what it says. The new option controls a static member in > InstanceKlass that's consulted to determine whether the finalization > machinery is activated for instances when a class is loaded. A new native > method is added so that this state can be queried from Java. This is used to

Re: RFR: JDK-8276422 Add command-line option to disable finalization [v2]

2021-11-18 Thread Alan Bateman
On Thu, 18 Nov 2021 07:44:05 GMT, Aleksey Shipilev wrote: >> @shipilev not sure what you mean by "a flag on the Java side". The Java >> code just queries the VM for the finalization enabled/disabled state and >> uses that to control things. > > Yeah, "flag" is `Holder.ENABLED` here. I mean, ar

RFR: 8277370: configure script cannot distinguish WSL version

2021-11-18 Thread Yasumasa Suenaga
configure script distinguish WSL version if it is run on WSL. It is assumed WSL 2 if `/run/WSL` exists. However it exists in spite of WSL 1 on Windows 11 at least. We need to check it with other method. The method to distinguish WSL version has been discussed on https://github.com/microsoft/WSL

Re: RFR: 8277370: configure script cannot distinguish WSL version

2021-11-18 Thread Erik Joelsson
On Thu, 18 Nov 2021 07:17:07 GMT, Yasumasa Suenaga wrote: > configure script distinguish WSL version if it is run on WSL. It is assumed > WSL 2 if `/run/WSL` exists. > However it exists in spite of WSL 1 on Windows 11 at least. We need to check > it with other method. > > The method to disting

Re: RFR: 8276927: [PPC64] Port shenandoahgc to linux on ppc64le [v2]

2021-11-18 Thread Niklas Radomski
> Port the Shenandoah garbage collector > (JDK-8241457)[https://bugs.openjdk.java.net/browse/JDK-8241457] to linux on > ppc64le. Niklas Radomski has updated the pull request incrementally with one additional commit since the last revision: Remove debug clobber code - Changes:

Re: RFR: 8276927: [PPC64] Port shenandoahgc to linux on ppc64le [v2]

2021-11-18 Thread Martin Doerr
On Thu, 18 Nov 2021 17:22:28 GMT, Niklas Radomski wrote: >> Port the Shenandoah garbage collector >> (JDK-8241457)[https://bugs.openjdk.java.net/browse/JDK-8241457] to linux on >> ppc64le. > > Niklas Radomski has updated the pull request incrementally with one > additional commit since the las

Re: RFR: 8276927: [PPC64] Port shenandoahgc to linux on ppc64le [v2]

2021-11-18 Thread Niklas Radomski
On Thu, 18 Nov 2021 17:22:28 GMT, Niklas Radomski wrote: >> Port the Shenandoah garbage collector >> [JDK-8241457](https://bugs.openjdk.java.net/browse/JDK-8241457) to linux on >> ppc64le. > > Niklas Radomski has updated the pull request incrementally with one > additional commit since the las

Integrated: 8276927: [PPC64] Port shenandoahgc to linux on ppc64le

2021-11-18 Thread Niklas Radomski
On Wed, 10 Nov 2021 09:00:04 GMT, Niklas Radomski wrote: > Port the Shenandoah garbage collector > [JDK-8241457](https://bugs.openjdk.java.net/browse/JDK-8241457) to linux on > ppc64le. This pull request has now been integrated. Changeset: 57eb8647 Author:Niklas Radomski Committer: Marti

Re: RFR: 8277370: configure script cannot distinguish WSL version [v2]

2021-11-18 Thread Yasumasa Suenaga
> configure script distinguish WSL version if it is run on WSL. It is assumed > WSL 2 if `/run/WSL` exists. > However it exists in spite of WSL 1 on Windows 11 at least. We need to check > it with other method. > > The method to distinguish WSL version has been discussed on > https://github.com

Re: RFR: 8277370: configure script cannot distinguish WSL version [v2]

2021-11-18 Thread Yasumasa Suenaga
On Thu, 18 Nov 2021 14:03:33 GMT, Erik Joelsson wrote: >> Yasumasa Suenaga has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Use $GREP to check /proc/interrupts > > make/autoconf/basic_windows.m4 line 39: > >> 37: # distinguishing b

RFR: 8277427: Update jib-profiles to use JMH 1.33 devkit

2021-11-18 Thread Claes Redestad
Use most recent devkit. Testing: staged devkit, built and verified micros locally - Commit messages: - Update jib-profiles to use JMH 1.33 devkit Changes: https://git.openjdk.java.net/jdk/pull/6468/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6468&range=00 Issue:

Re: RFR: 8277427: Update jib-profiles to use JMH 1.33 devkit

2021-11-18 Thread Aleksey Shipilev
On Fri, 19 Nov 2021 01:20:43 GMT, Claes Redestad wrote: > Use most recent devkit. > > Testing: staged devkit, built and verified micros locally Marked as reviewed by shade (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/6468