Re: RFR: 8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries

2021-10-07 Thread Cheng Jin
On Wed, 2 Jun 2021 20:13:34 GMT, Maurizio Cimadamore wrote: >> This patch overhauls the library loading mechanism used by the Foreign >> Linker API. We realized that, while handy, the *default* lookup abstraction >> (`LibraryLookup::ofDefault`) was behaving inconsistentlt across platforms. >>

Integrated: 8274407: (tz) Update Timezone Data to 2021c

2021-10-07 Thread Naoto Sato
On Wed, 6 Oct 2021 01:24:49 GMT, Naoto Sato wrote: > This PR is to upgrade the time zone data in the JDK to IANA's tzdata2021c > level. Note that the tz data is "as is", as released by IANA. No `merged > links` are retracted. > The PR also fixes two issues along with the 2021c upgrade. This

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v2]

2021-10-07 Thread Per Liden
On Thu, 7 Oct 2021 08:27:47 GMT, Niklas Radomski wrote: >> Port the Z garbage collector >> ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux >> on ppc64le. > > Niklas Radomski has updated the pull request incrementally with two > additional commits since the last

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v2]

2021-10-07 Thread Magnus Ihse Bursie
On Thu, 7 Oct 2021 08:27:47 GMT, Niklas Radomski wrote: >> Port the Z garbage collector >> ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux >> on ppc64le. > > Niklas Radomski has updated the pull request incrementally with two > additional commits since the last

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v2]

2021-10-07 Thread Niklas Radomski
On Thu, 7 Oct 2021 07:33:47 GMT, Magnus Ihse Bursie wrote: >> Niklas Radomski has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Update autoconf error message >> - Remove copyright headers > > make/hotspot/gensrc/GensrcAdlc.gmk line 3:

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v2]

2021-10-07 Thread Niklas Radomski
> Port the Z garbage collector > ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux on > ppc64le. Niklas Radomski has updated the pull request incrementally with two additional commits since the last revision: - Update autoconf error message - Remove copyright

Re: RFR: 8274716: JDWP Spec: the description for the Dispose command confuses suspend with resume. [v2]

2021-10-07 Thread Richard Reingruber
On Tue, 5 Oct 2021 07:38:28 GMT, Richard Reingruber wrote: >> The following sentence in the JDWP Specification describing the Dispose >> command confuses resume with suspend [1]: >> >> All threads suspended by the thread-level **resume** command or the >> VM-level >> **resume** command

Integrated: 8274716: JDWP Spec: the description for the Dispose command confuses suspend with resume.

2021-10-07 Thread Richard Reingruber
On Mon, 4 Oct 2021 13:44:44 GMT, Richard Reingruber wrote: > The following sentence in the JDWP Specification describing the Dispose > command confuses resume with suspend [1]: > > All threads suspended by the thread-level **resume** command or the VM-level > **resume** command are resumed

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le

2021-10-07 Thread Magnus Ihse Bursie
On Wed, 6 Oct 2021 19:27:26 GMT, Niklas Radomski wrote: > Port the Z garbage collector > ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux on > ppc64le. Changes requested by ihse (Reviewer). make/autoconf/jvm-features.m4 line 365: > 363: AC_MSG_RESULT([yes])