diff options
Diffstat (limited to 'doc/README.JEP161.txt')
-rw-r--r-- | doc/README.JEP161.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/README.JEP161.txt b/doc/README.JEP161.txt new file mode 100644 index 0000000..acedddc --- /dev/null +++ b/doc/README.JEP161.txt @@ -0,0 +1,18 @@ +JEP 161 got included in OpenJDK 8 M7 2013/06/13 (b94) +Feature Complete milestone http://openjdk.java.net/projects/jdk8/milestones +thus... it should be possible to compile a compact1 profile using the openjdk 8 sourcecode without the modular system added using jigsaw + +JEP 161 does not require Project Jigsaw. +<https://blogs.oracle.com/jtc/entry/a_first_look_at_compact> + ++++ + +hg clone http://hg.openjdk.java.net/jdk8/jdk8 +cd jdk8/ +sh ./get_source.sh + +./jdk8/README-builds.html +http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html + +sh configure && make all +# make test TEST=jdk_jigsaw |