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.27k stars 721 forks source link

Re-enable protectedWriteThreadsWithNativeStacks on OSX #4419

Open babsingh opened 5 years ago

babsingh commented 5 years ago

protectedWriteThreadsWithNativeStacks should be re-enabled on OSX once the omrintrospect library is properly supported on OSX. In https://github.com/eclipse/omr/issues/3507, Task 1 (https://github.com/eclipse/omr/pull/3478) and Task 2 (https://github.com/eclipse/omr/issues/3505) should be finished before re-enabling protectedWriteThreadsWithNativeStacks on OSX.

protectedWriteThreadsWithNativeStacks is disabled in OpenJ9-OSX via https://github.com/eclipse/openj9/pull/4402.

babsingh commented 5 years ago

fyi @DanHeidinga @pshipton