From wjswls99 at gtplus.co.kr Fri Jul 25 06:43:04 2025 From: wjswls99 at gtplus.co.kr (=?ks_c_5601-1987?B?wPzH/cH4?=) Date: Fri, 25 Jul 2025 06:43:04 +0000 Subject: Solaris Support in OpenJDK 21? Message-ID: Subject: Solaris Support in OpenJDK 21? Hi, I understand that Solaris and SPARC ports were deprecated in JDK 15 and removed afterward (JEP 381). However, I would like to ask if there are any community efforts, backports, or plans to support OpenJDK 21 on Solaris (SPARC or x86), even unofficially. If not, is building from source still feasible with some patching? Thank you in advance for your guidance. Best regards, Hyejin iOS? Outlook ???? -------------- next part -------------- An HTML attachment was scrubbed... URL: From tanksherman27 at gmail.com Fri Jul 25 07:38:23 2025 From: tanksherman27 at gmail.com (Julian Waters) Date: Fri, 25 Jul 2025 15:38:23 +0800 Subject: Solaris Support in OpenJDK 21? Message-ID: Hi Hyejin, I believe Peter keeps an unofficial port of Solaris (Both SPARC and x86) around and maintains them. I'm not sure what the best way to query about the state of the port is however, since it seems to entirely be resting upon the shoulders of one person and as a result not many would know about specific details of the efforts to keep Solaris Java up and running. The closest thing I can find about the Solaris port is the blog at https://ptribble.blogspot.com/2021/12/keeping-java-alive-on-illumos.html best regards, Julian From peter.tribble at gmail.com Fri Jul 25 09:35:43 2025 From: peter.tribble at gmail.com (Peter Tribble) Date: Fri, 25 Jul 2025 10:35:43 +0100 Subject: Solaris Support in OpenJDK 21? In-Reply-To: References: Message-ID: Hi! On Fri, Jul 25, 2025 at 7:44?AM ??? wrote: > Subject: Solaris Support in OpenJDK 21? > > Hi, > > I understand that Solaris and SPARC ports were deprecated in JDK 15 and > removed afterward (JEP 381). > > However, I would like to ask if there are any community efforts, > backports, or plans to support OpenJDK 21 on Solaris (SPARC or x86), even > unofficially. > Yes. I maintain an out of tree port to Solaris and illumos, scripts and patches are here: https://github.com/ptribble/jdk-sunos-builder https://github.com/ptribble/jdk-sunos-patches and binaries are also available: https://pkgs.tribblix.org/openjdk/intel-solaris/ https://pkgs.tribblix.org/openjdk/sparc-solaris/ The x86 port is current and works extremely well; I'll have jdk25 builds available when it's released. SPARC is a little trickier (with x86 the architecture itself is supported in mainline jdk, and Solaris is just a regular unix so the port is easy - SPARC is really quite odd and unsupported in mainline so is much harder). The jdk17 builds work extremely well for a lot of cases - they run the Jenkins agent just fine, for instance - but have a habit of crashing under load. To try and fix those problems, or push the SPARC port past jdk18, would be a fairly significant undertaking and I currently have neither time nor funding to make it happen. > If not, is building from source still feasible with some patching? > > Thank you in advance for your guidance. > > Best regards, > Hyejin > > iOS? Outlook ???? > -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: