Changeset: 1bb329a71382 Author: jjg Date: 2016-11-02 13:04 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/1bb329a71382
fix tests that use normal and deep reflective access ! test/tools/javac/6304921/TestLog.java ! test/tools/javac/modules/PatchModulesTest.java ! test/tools/javac/platform/PlatformProviderTest.java ! test/tools/javac/processing/model/TestSymtabItems.java ! test/tools/javac/scope/DupUnsharedTest.java ! test/tools/javac/scope/HashCollisionTest.java ! test/tools/javac/types/ScopeListenerTest.java Changeset: aaeff93be80e Author: jjg Date: 2016-11-02 13:21 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/aaeff93be80e remove support for old provides table ! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassReader.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java Changeset: 52c488a16f7a Author: jjg Date: 2016-11-02 13:22 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/52c488a16f7a add warning and example for use of --add-opens ! src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java + test/tools/javac/diags/examples/AddOpensIgnored.java Changeset: 9f45830b5fae Author: jjg Date: 2016-11-02 14:23 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/9f45830b5fae fix JShell test using compile-time and reflective access ! test/jdk/jshell/HistoryTest.java