On Tue, 12 Oct 2021 21:45:03 GMT, Chris Plummer <[email protected]> wrote:
>> Richard Reingruber has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Improve @summary section of test.
>
> test/jdk/com/sun/jdi/ResumeAfterThreadResumeCallTest.java line 100:
>
>> 98: // "resumee" is suspended now because of the breakpoint
>> 99: // Calling Thread.resume() will block this thread.
>> 100:
>
> no need for empty line here
Done.
> test/jdk/com/sun/jdi/ResumeAfterThreadResumeCallTest.java line 176:
>
>> 174: mainThreadReturnedFromResumeCall = ((PrimitiveValue)
>> v).booleanValue();
>> 175: if (!resumedResumee) {
>> 176: // main thread should be still blocked.
>
> "...should still be blocked"
Done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5849