8056964: JDK-8055286 changes are incomplete

Added ccstr and ccstrlist types to compilerOracle 'option' command

Reviewed-by: roland
This commit is contained in:
Vladimir Kozlov 2014-09-02 10:26:48 -07:00
parent 4c9f643e10
commit 8b93fb04cd
4 changed files with 86 additions and 10 deletions

View file

@ -269,6 +269,8 @@ class ciMethod : public ciMetadata {
bool should_print_assembly();
bool break_at_execute();
bool has_option(const char *option);
template<typename T>
bool has_option_value(const char* option, T& value);
bool can_be_compiled();
bool can_be_osr_compiled(int entry_bci);
void set_not_compilable(const char* reason = NULL);