RFR(XS) 8133984) print_compressed_class_space() is only defined in 64-bit VM
Coleen Phillimore
coleen.phillimore at oracle.com
Wed Aug 19 23:48:28 UTC 2015
Can you do:
LP64_ONLY(*static void print_compressed_class_space(outputStream* st,
const char* requested_addr = 0)__*_*;)*_
instead so that we verify that it's not called unless under LP64?
thanks and sorry, I think I caused this bug.
Coleen
On 8/19/15 7:26 PM, Vladimir Kozlov wrote:
> http://cr.openjdk.java.net/~kvn/8133984/webrev/
>
> The call to Metaspace::print_compressed_class_space(st) in vmError.cpp
> is not guarded by #ifdef _LP64. So some C++ compilers complain.
>
> I will push it into hs-comp.
>
> Thanks,
> Vladimir
More information about the hotspot-runtime-dev
mailing list