hotspot/src/cpu/x86/vm/x86.ad
changeset 25715 d5a8dbdc5150
parent 23498 a0e67b766e5c
child 30211 442fbbb31f75
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 //
     1 //
     2 // Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     2 // Copyright (c) 2011, 2014, 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.
   484 // Method declarations/definitions which are used outside
   484 // Method declarations/definitions which are used outside
   485 // the ad-scope can conveniently be defined here.
   485 // the ad-scope can conveniently be defined here.
   486 //
   486 //
   487 // To keep related declarations/definitions/uses close together,
   487 // To keep related declarations/definitions/uses close together,
   488 // we switch between source %{ }% and source_hpp %{ }% freely as needed.
   488 // we switch between source %{ }% and source_hpp %{ }% freely as needed.
       
   489 
       
   490 class NativeJump;
   489 
   491 
   490 class CallStubImpl {
   492 class CallStubImpl {
   491  
   493  
   492   //--------------------------------------------------------------
   494   //--------------------------------------------------------------
   493   //---<  Used for optimization in Compile::shorten_branches  >---
   495   //---<  Used for optimization in Compile::shorten_branches  >---