3782 \ |
3782 \ |
3783 product(uintx, SharedBaseAddress, LP64_ONLY(32*G) \ |
3783 product(uintx, SharedBaseAddress, LP64_ONLY(32*G) \ |
3784 NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \ |
3784 NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \ |
3785 "Address to allocate shared memory region for class data") \ |
3785 "Address to allocate shared memory region for class data") \ |
3786 \ |
3786 \ |
3787 diagnostic(bool, EnableInvokeDynamic, true, \ |
|
3788 "support JSR 292 (method handles, invokedynamic, " \ |
|
3789 "anonymous classes") \ |
|
3790 \ |
|
3791 diagnostic(bool, PrintMethodHandleStubs, false, \ |
3787 diagnostic(bool, PrintMethodHandleStubs, false, \ |
3792 "Print generated stub code for method handles") \ |
3788 "Print generated stub code for method handles") \ |
3793 \ |
3789 \ |
3794 develop(bool, TraceMethodHandles, false, \ |
3790 develop(bool, TraceMethodHandles, false, \ |
3795 "trace internal method handle operations") \ |
3791 "trace internal method handle operations") \ |