RFR: JDK-8190484 Move jvm.h, jmm.h et al to hotspot/*/include

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Mon Dec 4 12:12:37 UTC 2017


I'm not a makefile expert, but think this looks like a very nice cleanup.
Thanks!
Coleen

On 12/4/17 6:06 AM, Magnus Ihse Bursie wrote:
> JDK-8190484 was created as a follow-up bug to the unification of the 
> duplicated jvm.h, jvm_md.h and jmm.h, to determine the proper location 
> of these files. This has now been decided to be hotspot/share/include 
> and hotspot/os/$OS/include, respectively.
>
> This patch moves the relevant files there, but since this also frees 
> up the src/$MODULE/native/include directories for the original 
> purpose, it also unifies and simplifies the build logic for these 
> directories, so that common code is executed for all modules to just 
> copy any exported header files from these directories, should they exist.
>
> I'm intending to push this to jdk-hs.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8190484
> WebRev: 
> http://cr.openjdk.java.net/~ihse/JDK-8190484-move-hotspot-exported-includes/webrev.01
>
> /Magnus



More information about the hotspot-dev mailing list