blob: acedddc4066ead6f6006d0c7d73c59f2128e89ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|