Re: RFR: 8253757: Add LLVM-based backend for hsdis

2020-12-21 Thread Ludovic Henry
On Mon, 21 Dec 2020 16:03:31 GMT, Magnus Ihse Bursie wrote: >> FWIW, I started working on a framework which would add support for >> selectable backends for hsdis. Unfortunately it was not as simple as I >> initially thought, so I had to put it on hold while directing my time to >> working on

Re: RFR: 8253757: Add LLVM-based backend for hsdis

2020-12-21 Thread Magnus Ihse Bursie
On Mon, 23 Nov 2020 15:55:43 GMT, Magnus Ihse Bursie wrote: >> I think a proper solution to both this and the Capstone implementation is to >> provide a proper framework for selecting the hsdis backend as a first step, >> and refactor the existing bfd implementation as the first such backend.

Build and test problems on Windows with gtest

2020-12-21 Thread Matthias Perktold - ASA
I wanted to create a pull request in OpenJDK, but I struggle to make the tests of tier 1 pass before making any changes. At some point, I was able to run the tests of tier1, but got some failures (roughly about 60). Then I noticed that the document says "Building of Hotspot Gtest suite requires

Integrated: 8257620: Do not use objc_msgSend_stret to get macOS version

2020-12-21 Thread Anton Kozlov
On Wed, 2 Dec 2020 17:34:00 GMT, Anton Kozlov wrote: > Please review a small change that replaces use of objc_msgSend_stret in macOS > platform code with pure ObjC code. It's also a prerequisite for macOS/AArch64 > support, where objc_msgSend_stret is not available. This pull request has now b