RFR (S) 8202684: Minimal VM build is broken after JDK-8199067, JDK-8202638

Erik Osterlund erik.osterlund at oracle.com
Sat May 5 12:16:00 UTC 2018


Hi Aleksey,

When there are whole cpp files I want to conditionally compile only if a feature is enabled, I prefer adding rules in the make files to not compile those files rather than wrapping the whole file in ifdefs. Is that doable for the test file?

Thanks,
/Erik

> On 5 May 2018, at 12:52, Aleksey Shipilev <shade at redhat.com> wrote:
> 
> Bug:
>  https://bugs.openjdk.java.net/browse/JDK-8202684
> 
> Fix:
>  http://cr.openjdk.java.net/~shade/8202684/webrev.01/
> 
> Does the same thing as we do for other tests. Plus introduces NMT-specific inline macros.
> 
> Testing: x86_64 server build, x86 minimal build, x86 server build
> 
> Thanks,
> -Aleksey
> 



More information about the hotspot-dev mailing list