File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/jdk/tools/jlink/plugins/SystemModuleDescriptors/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public static void main(String... args) throws Exception {
3838
3939 checkMainClass ("com.foo" , "com.foo.Main" );
4040 checkMainClass ("net.foo" , "net.foo.Main" );
41- Stream .of ("jdk.httpserver" , "jdk.jfr" ).forEach (mn ->
41+ Stream .of ("jdk.httpserver" /* , "jdk.jfr"*/ ).forEach (mn ->
4242 ModuleFinder .ofSystem ().find (mn ).get ().descriptor ().mainClass ()
4343 .orElseThrow (() -> new RuntimeException (mn + " no main class" ))
4444 );
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public static void main(String... args) throws Exception {
3838
3939 checkMainClass ("com.foo" , "com.foo.Main" );
4040 checkMainClass ("net.foo" , "net.foo.Main" );
41- Stream .of ("jdk.httpserver" , "jdk.jfr" ).forEach (mn ->
41+ Stream .of ("jdk.httpserver" /* , "jdk.jfr"*/ ).forEach (mn ->
4242 ModuleFinder .ofSystem ().find (mn ).get ().descriptor ().mainClass ()
4343 .orElseThrow (() -> new RuntimeException (mn + " no main class" ))
4444 );
You can’t perform that action at this time.
0 commit comments