https://github.com/serkan-ozal/java-hsdis-builder
https://github.com/serkan-ozal/java-hsdis-builder
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serkan-ozal/java-hsdis-builder
- Owner: serkan-ozal
- License: apache-2.0
- Created: 2023-10-17T15:52:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T17:32:08.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T12:03:16.947Z (7 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java hsdis (HotSpot Disassembler) Builder
Builds Java hsdis (HotSpot Disassembler) library for different JDKs, operating systems and CPU architectures.
## Supported JDKs
| JDK / OS | `ubuntu (x86-64)` | `macos (x86-64)` | `macos (arm64)` | `windows (x86-64)` |
|:-----------------------|:------------------:|:------------------:|:------------------:|:------------------------------------------------------------------------------------------:|
| `OpenJDK - 21` | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: Build fails with `LINK : fatal error LNK1181: cannot open input file 'rc'` error |
| `Amazon Corretto - 21` | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: Build fails with `LINK : fatal error LNK1181: cannot open input file 'rc'` error |