JDK 9 RFR of JDK-8081773: sun/net/www/protocol/https/ChunkedOutputStream.java references library that doesn't exist
Amy Lu
amy.lu at oracle.com
Wed Jun 3 13:10:21 UTC 2015
Thank you Chris !
/Amy
On 6/3/15 6:24 PM, Chris Hegarty wrote:
> Reviewed. I can push this for you.
>
> -Chris.
>
> On 03/06/15 11:11, Amy Lu wrote:
>> sun/net/www/protocol/https/ChunkedOutputStream.java
>>
>> This test fails with jtreg4.1/b12 because jtreg4.1/b12 adds stricter
>> checking of @library tags and the library directory defined in the test
>> doesn't exist.
>>
>> Please help to review and sponsor this fix, removed the unneeded
>> @library.
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8081773
>> webrev: http://cr.openjdk.java.net/~amlu/8081773/webrev.00/
>>
>> --- old/test/sun/net/www/protocol/https/ChunkedOutputStream.java
>> 2015-06-03 11:48:01.000000000 +0800
>> +++ new/test/sun/net/www/protocol/https/ChunkedOutputStream.java
>> 2015-06-03 11:48:01.000000000 +0800
>> @@ -1,5 +1,5 @@
>> /*
>> - * Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights
>> reserved.
>> + * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights
>> reserved.
>> * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
>> *
>> * This code is free software; you can redistribute it and/or
>> modify it
>> @@ -25,7 +25,6 @@
>> * @test
>> * @bug 5026745
>> * @modules java.base/sun.net.www
>> - * @library ../../httpstest/
>> * @build TestHttpsServer HttpCallback
>> * @run main/othervm ChunkedOutputStream
>> *
>>
>> Thanks,
>> Amy
More information about the core-libs-dev
mailing list