corretto-17 icon indicating copy to clipboard operation
corretto-17 copied to clipboard

Amazon Corretto 17 is a no-cost, multi-platform, production-ready distribution of OpenJDK 17

Results 24 corretto-17 issues
Sort by recently updated
recently updated
newest added

### Describe a solution you would like I would like to make a feature request for some sort of documentation containing the root CAs that are trusted by the Amazon...

### Describe the bug Recently upgraded a web application from Java 8 to Java 17 deployed via AWS Beanstalk, and we're now intermittently seeing JVM crashes due with the error...

I wrote a simple `JSlider` using `javax.swing`, but it's acting weirdly. Here's an MRE: ```java import javax.swing.SwingUtilities; public class App { public static void main(String[] args) { SwingUtilities.invokeLater(() -> new...

### Describe the bug On Windows servers we see intermittent crashes (less than 1% of runs, but happens about once a week) ### To Reproduce We haven't been able to...

bug

We've got a problem with amazon-corretto-17.0.10.7.1-windows-x64-jdk: Our application gets packed to an executable and tries to start a subprocess using kernel32.CreateProcess(...) Until amazon-corretto-17.0.9.8.1-windows-x64-jdk everything works fine, now we get an...

Recently we have updated our database connection pool to HikariCp and HeapOutofMemory fatal errors started occuring. The issue persists and stops my application to work in local. I then need...

Thank you for taking the time to help improve OpenJDK and Corretto. If your request concerns a security vulnerability then please report it by email to [email protected] instead of here....

### Describe the bug The JVM crashes, apparently it depends on Elastic APM agent but because it is transparent to the developer I can't be sure. ### To Reproduce I...

1

1 comment

[hs_err_pid28588.log](https://github.com/corretto/corretto-17/files/13256738/hs_err_pid28588.log)

We want to replace Oracle JDK in Oracle Ebusiness suite 12.2 and Oracle forms 11g,12c applications. We want to explore if Amazon Corretto could be used to replace these. Hence...