Review request: 8003851: MethodHandleNatives dependency on java.sql.DriverManager (original) (raw)
David Holmes david.holmes at oracle.com
Wed Nov 28 02:39:58 UTC 2012
- Previous message: Review request: 8003851: MethodHandleNatives dependency on java.sql.DriverManager
- Next message: hg: jdk8/tl/langtools: 8004068: Fix build problems caused by on-demand imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 28/11/2012 5:34 AM, Mandy Chung wrote:
java.lang.invoke has a new dependency to java.sql.DriverManager and java.util.logging which are undesirable as they are currently not in jigsaw's base module. This also impacts the Profile work as JDBC is currently proposed in Compact2 and the JDBC dependency means a reference from Compact1 to Compact2 [1].
8003851: MethodHandleNatives dependency on java.sql.DriverManager 8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging The patch is to eliminate these dependencies. Webrev: http://cr.openjdk.java.net/~mchung/jdk8/webrevs/8003851/webrev.00/
Kind of scary that we have all these hard-wired dependencies in the first place :( Who is going to know they have to update this?
Fix looks fine of course.
David
Mandy [1] http://hg.openjd
- Previous message: Review request: 8003851: MethodHandleNatives dependency on java.sql.DriverManager
- Next message: hg: jdk8/tl/langtools: 8004068: Fix build problems caused by on-demand imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]