On Mon, 28 Jun 2021 20:41:35 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

> Don't let node->strongRef go below 0, or we end up thinking we still have a 
> strongref when it is a weakref. Note the fact that we are doing nesting 
> counts is still a bug (and the main cause of this issue). However, the fix 
> for that is more complex, and for 17 I would prefer to just apply this 
> simpler fix. For addressing the bigger issue, I filed the following:
> 
> [JDK-8269542](https://bugs.openjdk.java.net/browse/JDK-8269542): JDWP: 
> EnableCollection support is no longer spec compliant after 
> [JDK-8255987](https://bugs.openjdk.java.net/browse/JDK-8255987)

Looks good to me! Thanks!

-------------

Marked as reviewed by rkennke (Reviewer).

PR: https://git.openjdk.java.net/jdk17/pull/165

Reply via email to