comparison src/share/vm/runtime/arguments.cpp @ 2616:3558ca7088c0

FrameState and Graphviz changes: * removed popx, pushx methods from GraphBuilder * FrameState subclass of Value * added String shortName() to Node * added GraphvizPrinter option to use short names * small hack in GraphvizPrinter: omit FrameState->Local connections * added GraalGraphviz to implicit classpatch (read from GRAAL env var)
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 09 May 2011 17:00:25 +0200
parents 4a36a0bd6d18
children 0ea5f12e873a
comparison
equal deleted inserted replaced
2615:5768534fd4e5 2616:3558ca7088c0
2692 scp_p->add_prefix(temp); 2692 scp_p->add_prefix(temp);
2693 sprintf(temp, "%s/graal/GraalRuntime/bin", graal_dir); 2693 sprintf(temp, "%s/graal/GraalRuntime/bin", graal_dir);
2694 scp_p->add_prefix(temp); 2694 scp_p->add_prefix(temp);
2695 sprintf(temp, "%s/graal/GraalGraph/bin", graal_dir); 2695 sprintf(temp, "%s/graal/GraalGraph/bin", graal_dir);
2696 scp_p->add_prefix(temp); 2696 scp_p->add_prefix(temp);
2697 sprintf(temp, "%s/graal/GraalGraphviz/bin", graal_dir);
2698 scp_p->add_prefix(temp);
2697 *scp_assembly_required_p = true; 2699 *scp_assembly_required_p = true;
2698 } else if (match_option(option, "-C1X:", &tail)) { // -C1X:xxxx 2700 } else if (match_option(option, "-C1X:", &tail)) { // -C1X:xxxx
2699 // Option for the C1X compiler. 2701 // Option for the C1X compiler.
2700 if (PrintVMOptions) { 2702 if (PrintVMOptions) {
2701 tty->print_cr("C1X option %s", tail); 2703 tty->print_cr("C1X option %s", tail);