ibmruntimes / openj9-openjdk-jdk

Extensions for OpenJDK for Eclipse OpenJ9
GNU General Public License v2.0
17 stars 73 forks source link

Temporarily restore Thread/ThreadGroup suspend/resume/stop #729

Closed keithc-ca closed 8 months ago

keithc-ca commented 8 months ago

Until https://github.com/eclipse-openj9/openj9/issues/18758 can be addressed, this restores referenced API in Thread and ThreadGroup, by partially reverting

pshipton commented 8 months ago

The copyright check failed because there is no IBM copyright added to ThreadGroup. Is that intentional?

pshipton commented 8 months ago

jenkins test sanity amac jdknext

keithc-ca commented 8 months ago

The copyright check failed because there is no IBM copyright added to ThreadGroup. Is that intentional?

I thought that was appropriate given all the code is from upstream.

keithc-ca commented 8 months ago

The tests now compile; the only failures I see are covered by https://github.com/eclipse-openj9/openj9/issues/18693.