On Mon, 7 Dec 2020 14:53:25 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Conor Cleary has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - 8255583: Added original bug id to bug tag >> - 8255583: Add bug & summary tags to KeepAliveStreamCleanerTestDriver > > test/jdk/sun/net/www/http/KeepAliveStreamCleaner/KeepAliveStreamCleanerTestDriver.java > line 27: > >> 25: * @test >> 26: * @bug 8255124 8255583 >> 27: * @summary Tests that KeepAliveStreamCleaner run does not throw an >> IllegalMonitorState Exception. > > Thanks for the summary! > `@bug` should only list `8255124` ; We typically don't list issues that > affect the tests only. We only list those that affect the JDK source code and > which can be verified by running the test. Understood, I removed the additional id and now only 8255124 is present. ------------- PR: https://git.openjdk.java.net/jdk/pull/1659