From 5b9ee88b52595d3026e524fdad735a67a04fabe0 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 26 Jun 2017 17:23:02 +0300 Subject: [PATCH] Remove --add-opens options to workaround Java 9 visibility checks These options are no longer needed because the problematic code in intellij-core that was accessing these private APIs has been dealt with in the 171 branch. The remaining options in "Codegen Tests" run configurations are needed because of reflection usage on JDK internals in KtUsefulTestCase --- .../Codegen_Tests_with_JVM_target_1_6_on_JDK_9.xml | 2 +- .../Codegen_Tests_with_JVM_target_1_8_on_JDK_9.xml | 2 +- .../Codegen_Tests_with_JVM_target_9_on_JDK_9_.xml | 2 +- build.xml | 3 --- compiler/cli/bin/kotlinc | 8 -------- .../kotlin/daemon/client/KotlinCompilerClient.kt | 11 ----------- 6 files changed, 3 insertions(+), 25 deletions(-) diff --git a/.idea/runConfigurations/Codegen_Tests_with_JVM_target_1_6_on_JDK_9.xml b/.idea/runConfigurations/Codegen_Tests_with_JVM_target_1_6_on_JDK_9.xml index 147a6870a61..85093440b79 100644 --- a/.idea/runConfigurations/Codegen_Tests_with_JVM_target_1_6_on_JDK_9.xml +++ b/.idea/runConfigurations/Codegen_Tests_with_JVM_target_1_6_on_JDK_9.xml @@ -13,7 +13,7 @@