comparison src/share/vm/runtime/arguments.cpp @ 712:6e33bfd4139b

Merge
author never
date Tue, 14 Apr 2009 12:25:54 -0700
parents 922aedc96ef5 e5b0439ef4ae
children be93aad57795
comparison
equal deleted inserted replaced
703:68cd0d7ee9bb 712:6e33bfd4139b
2625 UseCounterDecay = false; 2625 UseCounterDecay = false;
2626 } 2626 }
2627 } 2627 }
2628 #endif // PRODUCT 2628 #endif // PRODUCT
2629 2629
2630 if (EnableMethodHandles && !AnonymousClasses) {
2631 if (!FLAG_IS_DEFAULT(AnonymousClasses)) {
2632 warning("forcing AnonymousClasses true to enable EnableMethodHandles");
2633 }
2634 AnonymousClasses = true;
2635 }
2636
2630 if (PrintGCDetails) { 2637 if (PrintGCDetails) {
2631 // Turn on -verbose:gc options as well 2638 // Turn on -verbose:gc options as well
2632 PrintGC = true; 2639 PrintGC = true;
2633 if (FLAG_IS_DEFAULT(TraceClassUnloading)) { 2640 if (FLAG_IS_DEFAULT(TraceClassUnloading)) {
2634 TraceClassUnloading = true; 2641 TraceClassUnloading = true;