mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8256254: Convert vmIntrinsics::ID to enum class
Reviewed-by: redestad, kvn
This commit is contained in:
parent
b5ce8af3d7
commit
f48737c7b3
52 changed files with 199 additions and 124 deletions
|
@ -1083,8 +1083,8 @@ class Compile : public Phase {
|
|||
void register_intrinsic(CallGenerator* cg); // update fn
|
||||
|
||||
#ifndef PRODUCT
|
||||
static juint _intrinsic_hist_count[vmIntrinsics::ID_LIMIT];
|
||||
static jubyte _intrinsic_hist_flags[vmIntrinsics::ID_LIMIT];
|
||||
static juint _intrinsic_hist_count[];
|
||||
static jubyte _intrinsic_hist_flags[];
|
||||
#endif
|
||||
// Function calls made by the public function final_graph_reshaping.
|
||||
// No need to be made public as they are not called elsewhere.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue