On Fri, 19 Mar 2021 20:33:26 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update testcases > > The changes look good. Just curious though, why are all the debugd tests > excluded on windows? @plummercj Thanks for your reivew! > The changes look good. Just curious though, why are all the debugd tests > excluded on windows? It is caused by JDK-8224252. I left a [comment](https://bugs.openjdk.java.net/browse/JDK-8224252?focusedCommentId=14265851&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14265851) on it that we cannot destroy debugd process normally on Windows. ------------- PR: https://git.openjdk.java.net/jdk/pull/3027