src/hotspot/cpu/x86/c1_LinearScan_x86.hpp
changeset 49364 601146c66cad
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
49363:7be58576e71a 49364:601146c66cad
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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.
   120 
   120 
   121   return false;
   121   return false;
   122 }
   122 }
   123 
   123 
   124 
   124 
   125 class FpuStackAllocator VALUE_OBJ_CLASS_SPEC {
   125 class FpuStackAllocator {
   126  private:
   126  private:
   127   Compilation* _compilation;
   127   Compilation* _compilation;
   128   LinearScan* _allocator;
   128   LinearScan* _allocator;
   129 
   129 
   130   LIR_OpVisitState visitor;
   130   LIR_OpVisitState visitor;