comparison src/share/vm/ci/ciEnv.hpp @ 14232:183bd5c00828

8028468: Add inlining information into ciReplay Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
author kvn
date Wed, 08 Jan 2014 10:25:50 -0800
parents de6a9e811145
children 96d2c94bbdd0 606acabe7b5c
comparison
equal deleted inserted replaced
14231:303c352ba1a8 14232:183bd5c00828
449 449
450 // RedefineClasses support 450 // RedefineClasses support
451 void metadata_do(void f(Metadata*)) { _factory->metadata_do(f); } 451 void metadata_do(void f(Metadata*)) { _factory->metadata_do(f); }
452 452
453 // Dump the compilation replay data for the ciEnv to the stream. 453 // Dump the compilation replay data for the ciEnv to the stream.
454 void dump_replay_data(int compile_id);
455 void dump_inline_data(int compile_id);
454 void dump_replay_data(outputStream* out); 456 void dump_replay_data(outputStream* out);
455 void dump_replay_data_unsafe(outputStream* out); 457 void dump_replay_data_unsafe(outputStream* out);
458 void dump_compile_data(outputStream* out);
456 }; 459 };
457 460
458 #endif // SHARE_VM_CI_CIENV_HPP 461 #endif // SHARE_VM_CI_CIENV_HPP