JDK 9's source code is now modular
Mandy Chung
mandy.chung at oracle.com
Tue Aug 19 03:00:37 UTC 2014
On 8/18/2014 7:38 PM, Mandy Chung wrote:
> I believe src/demo/aix/jvmti/hprof/porting_aix.* should be removed.
> I'm going to file a bug and fix that.
Actually AIX hprof used to compile src/aix/porting/porting_aix.c and
include its own copy of dladdr in the shared library. So
src/aix/porting/porting_aix.* are moved to
src/java.desktop/aix/native/libawt/porting_aix.* and also copied to
src/demo/aix/jvmti/hprof for libawt and hprof to use. I have yet to
find out why it was detected as renamed multiple times.
The CompileDemo.gmk needs some adjustment though that I have filed a bug:
https://bugs.openjdk.java.net/browse/JDK-8055352
Mandy
More information about the jdk9-dev
mailing list