mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8256508: Improve CompileCommand flag
Reviewed-by: redestad, kvn
This commit is contained in:
parent
7aed9b65d0
commit
cfb175dfdf
22 changed files with 796 additions and 482 deletions
|
@ -594,7 +594,7 @@ class Compile : public Phase {
|
|||
void set_clinit_barrier_on_entry(bool z) { _clinit_barrier_on_entry = z; }
|
||||
|
||||
// check the CompilerOracle for special behaviours for this compile
|
||||
bool method_has_option(const char * option) {
|
||||
bool method_has_option(enum CompileCommand option) {
|
||||
return method() != NULL && method()->has_option(option);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue