RFR(s): 8167437: Fix module dependencies for tests that use internal API (java/lang)

Sergei Kovalev sergei.kovalev at oracle.com
Mon Oct 10 14:55:52 UTC 2016


Hi Alan,

sun.reflect.*

./jdk9_latest/bin/jmod describe ./jdk9_latest/jmods/jdk.unsupported.jmod

jdk.unsupported at 9-ea
   requires mandated java.base
   exports com.sun.nio.file
   exports sun.misc
*  exports sun.reflect*
   operating-system-name Linux
   operating-system-architecture amd64
   operating-system-version 2.6


10.10.16 17:51, Alan Bateman wrote:
> On 10/10/2016 14:55, Sergei Kovalev wrote:
>
>> Hello team,
>>
>> Could you please review fix for:
>>
>> BugID: https://bugs.openjdk.java.net/browse/JDK-8167437
>> WebRev: http://cr.openjdk.java.net/~skovalev/8167437/webrev.00/
>>
>> Issue: two tests from java/lang uses internal API but have no 
>> declaration in jtreg header.
>> Solution: add missed declaration.
>>
> For TestBadSignatures then what is being used in jdk.unsupported?
>
> -Alan

-- 
With best regards,
Sergei



More information about the core-libs-dev mailing list