Review request: 8003851: MethodHandleNatives dependency on java.sql.DriverManager

Florian Weimer fweimer at redhat.com
Wed Nov 28 09:05:35 UTC 2012


On 11/27/2012 08:55 PM, Mandy Chung wrote:
> On 11/27/2012 11:46 AM, Alan Bateman wrote:
>> This looks fine to me but when we move to module it means a reflection
>> scope dependency on JDBC
>
> Right - this only removes the static dependency but the reflection scope
> dependency from base to JDBC remains.

Are all the classes involved expected to be loaded by the bootstrap 
class loader?  Perhaps we could just check that, and then compare the 
class name only.

-- 
Florian Weimer / Red Hat Product Security Team



More information about the core-libs-dev mailing list