mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8056964: JDK-8055286 changes are incomplete
Added ccstr and ccstrlist types to compilerOracle 'option' command Reviewed-by: roland
This commit is contained in:
parent
4c9f643e10
commit
8b93fb04cd
4 changed files with 86 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue