Re: RFR: JDK-8248547 Use SetupJdkLibrary for hotspot libraries

2020-06-30 Thread Erik Joelsson
Looks good. /Erik On 2020-06-30 02:55, Magnus Ihse Bursie wrote: We should use SetupJdkLibrary instead of SetupNativeCompilation for hotspot libraries. This does not make any difference right now, but will facilitate upcoming changes. I have tested with COMPARE_BUILD on linux to verify that

RFR: JDK-8248547 Use SetupJdkLibrary for hotspot libraries

2020-06-30 Thread Magnus Ihse Bursie
We should use SetupJdkLibrary instead of SetupNativeCompilation for hotspot libraries. This does not make any difference right now, but will facilitate upcoming changes. I have tested with COMPARE_BUILD on linux to verify that libjvm.so is bit-by-bit identical after this change. Other platform