comparison src/share/vm/compiler/oopMap.cpp @ 7062:8c5333c80cfd

increased CompileThreshold to increase reliability of profiling information increased InitialCodeCacheSize to fit the bootstrapping added flag -XX:GraalClassPath to allow providing a .jar or .zip file that contains all Graal classes added support for the flag -XX:TraceCompilationPolicy to the Graal-specific compilation policy
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 15 Nov 2012 11:40:50 +0100
parents 957c266d8bc5
children 7d815d842ee0
comparison
equal deleted inserted replaced
6717:5bbe9618118e 7062:8c5333c80cfd
543 break; 543 break;
544 case OopMapValue::value_value: 544 case OopMapValue::value_value:
545 st->print("Value" ); 545 st->print("Value" );
546 break; 546 break;
547 case OopMapValue::narrowoop_value: 547 case OopMapValue::narrowoop_value:
548 tty->print("NarrowOop" ); 548 st->print("NarrowOop" );
549 break; 549 break;
550 case OopMapValue::callee_saved_value: 550 case OopMapValue::callee_saved_value:
551 st->print("Callers_" ); 551 st->print("Callers_" );
552 optional->print_on(st); 552 optional->print_on(st);
553 break; 553 break;