eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

Update release notes related to "Signal Handling" #6207

Closed babsingh closed 5 years ago

babsingh commented 5 years ago

0.14 Release Notes

In the above release notes, the following issue is reported:

Issue number Description Platform Impact Workaround
#54 Signal handling All platforms Currently, shutdown signals (SIGINT, SIGHUP and SIGTERM) and SIGCONT are fully supported on Unix platforms (pLinux, zLinux, xLinux, AIX, and z/OS). Support for other POSIX signals is pending. See SunMiscSignalTest.java for the list of signals that need to be supported. None

The last set of code changes (eclipse/omr#3921 and eclipse/openj9#5923) to close eclipse/openj9#54 have been delivered. All POSIX signals listed in SunMiscSignalTest.java are supported by OpenJ9. In the next release notes, the Signal Handling issue should be removed from the Known Issues section. In the Notable changes section, it should be noted that OpenJ9 supports all POSIX signals.

Links to issue eclipse/openj9#54 and eclipse/openj9#2507 were incorrectly reported in the release notes. https://github.com/eclipse/openj9/pull/6206 has been created to fix the incorrect links.

SunMiscSignalTest.java: https://github.ibm.com/runtimes/openj9-openjdk-jdk/blob/openj9/test/jdk/sun/misc/SunMiscSignalTest.java

babsingh commented 5 years ago

fyi @SueChaplain @pshipton

pshipton commented 5 years ago

Please create this at https://github.com/eclipse/openj9-docs

babsingh commented 5 years ago

Created issue in https://github.com/eclipse/openj9-docs: https://github.com/eclipse/openj9-docs/issues/296. Closing duplicate issue since it was created in the wrong repository.