comparison src/share/vm/runtime/globals.hpp @ 14408:ec28f9c041ff

8019972: PPC64 (part 9): platform files for interpreter only VM. Summary: With this change the HotSpot core build works on Linux/PPC64. The VM succesfully executes simple test programs. Reviewed-by: kvn
author goetz
date Fri, 02 Aug 2013 16:46:45 +0200
parents 94c202aa2646
children b55e4bd0389e
comparison
equal deleted inserted replaced
14407:94c202aa2646 14408:ec28f9c041ff
3612 \ 3612 \
3613 product(uintx, SharedBaseAddress, LP64_ONLY(32*G) \ 3613 product(uintx, SharedBaseAddress, LP64_ONLY(32*G) \
3614 NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \ 3614 NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \
3615 "Address to allocate shared memory region for class data") \ 3615 "Address to allocate shared memory region for class data") \
3616 \ 3616 \
3617 diagnostic(bool, EnableInvokeDynamic, true PPC64_ONLY(&& false), \ 3617 diagnostic(bool, EnableInvokeDynamic, true, \
3618 "support JSR 292 (method handles, invokedynamic, " \ 3618 "support JSR 292 (method handles, invokedynamic, " \
3619 "anonymous classes") \ 3619 "anonymous classes") \
3620 \ 3620 \
3621 diagnostic(bool, PrintMethodHandleStubs, false, \ 3621 diagnostic(bool, PrintMethodHandleStubs, false, \
3622 "Print generated stub code for method handles") \ 3622 "Print generated stub code for method handles") \