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