Re: macro expansion producing 'defined' has undefined behavior

2022-02-17 Thread David Holmes
Hi Simmias, On 14/02/2022 1:24 pm, 殷玉婷 wrote: Hi, When I ran make images in my local computer to compile the openjdk9u by guideline <>, I encountered the following problems: 9u is not expected to be built by recent Xcode, it was a much older release (not sure if anyone is actually updating

Re: RFR: JDK-8281003 - MethodHandles::lookup throws NPE if caller is null

2022-02-17 Thread Thiwa Chantarangkul

Integrated: 8188073: Add Capstone as backend for hsdis

2022-02-17 Thread Magnus Ihse Bursie
On Wed, 16 Feb 2022 21:55:36 GMT, Magnus Ihse Bursie wrote: > The Capstone library is a simple to use, efficient disassembly library, > distributed under the MIT license. > > This PR implements an hsdis backend using Capstone. It has been tested on > Linux, macOS and Windows (x64). > > The a

Integrated: JDK-8281000 ClassLoader::registerAsParallelCapable throws NPE if caller is null

2022-02-17 Thread Tim Prinzing
On Fri, 11 Feb 2022 20:36:26 GMT, Tim Prinzing wrote: > JDK-8281000 ClassLoader::registerAsParallelCapable throws NPE if caller is > null This pull request has now been integrated. Changeset: a6f8a386 Author:Tim Prinzing Committer: Mandy Chung URL: https://git.openjdk.java.net/jdk

Re: RFR: 8188073: Add Capstone as backend for hsdis [v2]

2022-02-17 Thread Erik Joelsson
On Thu, 17 Feb 2022 15:16:41 GMT, Magnus Ihse Bursie wrote: >> The Capstone library is a simple to use, efficient disassembly library, >> distributed under the MIT license. >> >> This PR implements an hsdis backend using Capstone. It has been tested on >> Linux, macOS and Windows (x64). >> >

Re: RFR: 8188073: Add Capstone as backend for hsdis [v2]

2022-02-17 Thread Magnus Ihse Bursie
> The Capstone library is a simple to use, efficient disassembly library, > distributed under the MIT license. > > This PR implements an hsdis backend using Capstone. It has been tested on > Linux, macOS and Windows (x64). > > The actual C implementation of the backend was done by @JornVernee.

Re: RFR: 8188073: Add Capstone as backend for hsdis [v2]

2022-02-17 Thread Magnus Ihse Bursie
On Thu, 17 Feb 2022 14:11:12 GMT, Erik Joelsson wrote: >> Magnus Ihse Bursie has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix indentation > > make/Hsdis.gmk line 157: > >> 155: >> 156: $(INSTALLED_HSDIS): $(BUILD_HSDIS_TARGET) >> 15

Re: RFR: 8188073: Add Capstone as backend for hsdis

2022-02-17 Thread Erik Joelsson
On Wed, 16 Feb 2022 21:55:36 GMT, Magnus Ihse Bursie wrote: > The Capstone library is a simple to use, efficient disassembly library, > distributed under the MIT license. > > This PR implements an hsdis backend using Capstone. It has been tested on > Linux, macOS and Windows (x64). > > The a

Integrated: 8203290: [AIX] Check functionality of JDK-8199712 (Flight Recorder)

2022-02-17 Thread Tyler Steele
On Fri, 17 Dec 2021 19:07:54 GMT, Tyler Steele wrote: > Just in time for the holidays I have completed an implementation of the JFR > functionality for AIX. As a side note, this is my first submission to OpenJDK > 👋 > > ### Implementation notes and alternatives considered > > After modifying