hg: jigsaw/jake/hotspot: Fix 4 Hotspot modules/AccessCheck tests which test access from a named module to an unnamed module.

2015-10-22 Thread lois . foltan
Changeset: 9e3e01a6f042 Author:lfoltan Date: 2015-10-22 11:41 -0400 URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/9e3e01a6f042 Fix 4 Hotspot modules/AccessCheck tests which test access from a named module to an unnamed module. ! test/runtime/modules/AccessCheck/ExportAll

Re: -Xaddreads does not work on javac

2015-10-22 Thread Alan Bateman
On 22/10/2015 08:15, deven you wrote: Hi All, From the JEP261[1], the -XaddReads should be work at both compile and runtime but the below testing shows, javac won't work: That's right, javac doesn't have this option yet. There are a few areas where javac and the run-time aren't quite aligned

-Xaddreads does not work on javac

2015-10-22 Thread deven you
Hi All, >From the JEP261[1], the -XaddReads should be work at both compile and runtime but the below testing shows, javac won't work: testuser@amdtest25:~/chandra/prgs/greetings_patch$ /home/testuser/chandra/sdk/bin/javac -XaddReads:com.greetings=com.hello -modulepath mods -d mods/com.greetings s