1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: ''
6 assignees: ''
7
8 ---
9
10 Thank you for taking the time to help improve OpenJDK and Corretto.
11
12 If your request concerns a security vulnerability then please report it by email to aws-security@amazon.com instead of here. (You can find more information regarding security issues at https://aws.amazon.com/security/vulnerability-reporting/.)
13
14 Otherwise, if your issue concerns OpenJDK and is not specific to Corretto we ask that you raise it to the OpenJDK community. Depending on your contributor status for OpenJDK, please use the [JDK bug system](https://bugs.openjdk.java.net/) or the appropriate [mailing list](http://mail.openjdk.java.net/mailman/listinfo) for the given problem area or [update project](http://mail.openjdk.java.net/mailman/listinfo/jdk-updates-dev).
15
16 If your issue is specific to Corretto, then you are in the right place. Please proceed with the following.
17
18 ### Describe the bug
19 A clear and concise description of what the bug is.
20
21 ### To Reproduce
22 Steps and (source) code to reproduce the behavior.
23
24 ### Expected behavior
25 A clear and concise description of what you expected to happen.
26
27 ### Screenshots
28 If applicable, add screenshots to help explain your problem.
29
30 ### Platform information
31 OS: [e.g. Amazon Linux 2]
32 Version [e.g. "Corretto-15.0.1.9.1" (output from "java -version")]
33
34 ### Additional context
35 Add any other context about the problem here.
36
37 For VM crashes, please attach the error report file. By default the file name is `hs_err_pidpid.log`, where pid is the process ID of the process.