equal
deleted
inserted
replaced
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") \ |