src/hotspot/share/c1/c1_Optimizer.hpp
changeset 49373 47b5652f2928
parent 47216 71c04702a3d5
child 49621 5ef28d560b6f
equal deleted inserted replaced
49372:3bb8b00832d0 49373:47b5652f2928
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    27 
    27 
    28 #include "c1/c1_IR.hpp"
    28 #include "c1/c1_IR.hpp"
    29 #include "c1/c1_Instruction.hpp"
    29 #include "c1/c1_Instruction.hpp"
    30 #include "memory/allocation.hpp"
    30 #include "memory/allocation.hpp"
    31 
    31 
    32 class Optimizer VALUE_OBJ_CLASS_SPEC {
    32 class Optimizer {
    33  private:
    33  private:
    34   IR* _ir;
    34   IR* _ir;
    35 
    35 
    36  public:
    36  public:
    37   Optimizer(IR* ir);
    37   Optimizer(IR* ir);