Skip to content

Commit

Permalink
OpenJDK 17 for SPARC
Browse files Browse the repository at this point in the history
  • Loading branch information
psumbera committed Mar 27, 2024
1 parent d83359a commit 66b6ce0
Show file tree
Hide file tree
Showing 35 changed files with 66,249 additions and 279 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Note that this was done based on great job of Peter Tribble:
https://ptribble.blogspot.com/2021/12/keeping-java-alive-on-illumos.html

At this time only amd64 platform is expected to work (for SPARC it can build
up to version 16 only).
up to version 17 only, but version 17 seems to be broken now).


You just need to have:
- Oracle Solaris 11.4 (at least S11.4.24) with installed system header files
Expand Down Expand Up @@ -75,7 +76,7 @@ bootstaping (at least when you have previous version).
Alternately you can use your own bootstrap version.

```
./build-all.sh --build-from=13 --boot-jdk=/export/home/build/jdk-13-bootstrap
./build-all.sh --build-from=17 --boot-jdk=/export/home/build/jdk-17-bootstrap
```

--
Expand Down
2 changes: 1 addition & 1 deletion jdk-17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CONFIGURE_OPTIONS+=" CXX=$GXX"

git clone ${JDK_GITHUB_REPO}/$SRC_DIR "$BUILD_DIR"/$SRC_DIR
cd "$BUILD_DIR"/$SRC_DIR
git checkout jdk-17.0.5-ga
git checkout jdk-17.0.8-ga

apply_patch_series

Expand Down
Loading

0 comments on commit 66b6ce0

Please sign in to comment.