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
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
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
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).
>>
>
> 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.
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
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
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