<Beans Dev> Review Request for test bug JDK-813711 - Two java.beans tests need to be updated to work with JDK 9 modularized filesystem
Alexander Scherbatiy
alexandr.scherbatiy at oracle.com
Thu Nov 5 13:34:37 UTC 2015
The fix looks good to me.
Thanks,
Alexandr.
On 11/5/2015 4:11 PM, Sergey Bylokhov wrote:
> The fix looks fine.
>
> On 05.11.15 2:52, Rocky Sloan wrote:
>> Hello,
>>
>> Please review the test fix for JDK9:
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8137113
>> webrev: http://cr.openjdk.java.net/~yan/8137113/webrev.01/
>>
>> Updated to use the new run-time modular filesystem in JDK9. Removed
>> JDK8 compatible code which accesses rt.jar.
>>
>> The test originally used the set of classes in rt.jar. These classes
>> are now spread throughout the new filesystem in JDK9, so the updated
>> code will access a representation of these classes from their new
>> locations.
>>
>> Removed calls to System.exit() and replaced with calls to
>> RuntimeException().
>>
>> Thanks,
>>
>> Rocky
>
>
More information about the beans-dev
mailing list