RFR: JDK-8189608 Remove duplicated jni.h

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Thu Oct 19 07:21:15 UTC 2017


On 2017-10-18 15:14, coleen.phillimore at oracle.com wrote:
>
> This looks great. 
Thank you!

> There's also jvm.h too, which is a little more different but shouldn't 
> be.
That needs a bit of work to make sure no relevant differences get lost. 
I opened JDK-8189610 for the hotspot team to fix this, before I can 
proceed with the unification.
>
> Did/could you make this change in the jdk10/hs repository since it's 
> primarily hotspot files?   I can't tell from the webrev.
Sorry I was not clear on this. I started out by doing the patch in my 
jdk10/master clone, but I pushed it to jdk10/hs.

/Magnus
>
> Thanks,
> Coleen
>
>
>
> On 10/18/17 4:53 AM, Magnus Ihse Bursie wrote:
>> The file jni.h is stored twice in the repo, both in hotspot and in 
>> java.base. They are both identical, and only the java.base version is 
>> included in the final product.
>>
>> This bug is a part of the umbrella effort JDK-8167078 "Duplicate 
>> header files in hotspot and jdk". As for JDK-8189607, my reasoning is 
>> that the java.base version is the one to keep. (In this case, there 
>> was actually a small difference between the two files -- the hotspot 
>> version first copyright year was 1997, but the java.base version was 
>> 1996. It makes sense to keep the oldest one.)
>>
>> My assumption was that hotspot include files should be sorted 
>> according to the containing directory, and since jni.h no longer 
>> resides in "prims", I've rearranged the include line where needed.
>>
>> The -I path added in CompileJvm.gmk is identical to the one in 
>> JDK-8189607, and will be merged to the same change (depending on 
>> which fix enters first.)
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8189608
>> WebRev: 
>> http://cr.openjdk.java.net/~ihse/JDK-8189608-remove-duplicated-jni/webrev.01
>>
>> /Magnus
>



More information about the hotspot-dev mailing list