Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serkan-ozal/java-hsdis-builder
https://github.com/serkan-ozal/java-hsdis-builder
Last synced: 15 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-29T17:32:08.000Z (about 1 year ago)
- Last Synced: 2024-10-17T00:11:35.253Z (30 days 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 |