src/share/vm/runtime/arguments.cpp

changeset 1145
e5b0439ef4ae
parent 1116
fbde8ec322d0
child 1147
6e33bfd4139b
equal deleted inserted replaced
1144:1d037ecd7960 1145:e5b0439ef4ae
2617 UseCounterDecay = false; 2617 UseCounterDecay = false;
2618 } 2618 }
2619 } 2619 }
2620 #endif // PRODUCT 2620 #endif // PRODUCT
2621 2621
2622 if (EnableMethodHandles && !AnonymousClasses) {
2623 if (!FLAG_IS_DEFAULT(AnonymousClasses)) {
2624 warning("forcing AnonymousClasses true to enable EnableMethodHandles");
2625 }
2626 AnonymousClasses = true;
2627 }
2628
2622 if (PrintGCDetails) { 2629 if (PrintGCDetails) {
2623 // Turn on -verbose:gc options as well 2630 // Turn on -verbose:gc options as well
2624 PrintGC = true; 2631 PrintGC = true;
2625 if (FLAG_IS_DEFAULT(TraceClassUnloading)) { 2632 if (FLAG_IS_DEFAULT(TraceClassUnloading)) {
2626 TraceClassUnloading = true; 2633 TraceClassUnloading = true;

mercurial