src/share/vm/precompiled/precompiled.hpp

Print this page
rev 4773 : 8005849: JEP 167: Event-Based JVM Tracing
Reviewed-by: acorn, coleenp, sla
Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>


   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 // Precompiled headers are turned off for Sun Studion,
  26 // or if the user passes USE_PRECOMPILED_HEADER=0 to the makefiles.
  27 
  28 #ifndef DONT_USE_PRECOMPILED_HEADER
  29 
  30 # include "asm/assembler.hpp"
  31 # include "asm/assembler.inline.hpp"
  32 # include "asm/codeBuffer.hpp"
  33 # include "asm/register.hpp"
  34 # include "ci/ciArray.hpp"
  35 # include "ci/ciArrayKlass.hpp"
  36 # include "ci/ciClassList.hpp"
  37 # include "ci/ciConstant.hpp"
  38 # include "ci/ciConstantPoolCache.hpp"
  39 # include "ci/ciEnv.hpp"
  40 # include "ci/ciExceptionHandler.hpp"
  41 # include "ci/ciField.hpp"
  42 # include "ci/ciFlags.hpp"
  43 # include "ci/ciInstance.hpp"
  44 # include "ci/ciInstanceKlass.hpp"
  45 # include "ci/ciKlass.hpp"
  46 # include "ci/ciMethod.hpp"
  47 # include "ci/ciNullObject.hpp"
  48 # include "ci/ciObjArrayKlass.hpp"
  49 # include "ci/ciObject.hpp"




   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 // Precompiled headers are turned off for Sun Studion,
  26 // or if the user passes USE_PRECOMPILED_HEADER=0 to the makefiles.
  27 
  28 #ifndef DONT_USE_PRECOMPILED_HEADER

  29 # include "asm/assembler.hpp"
  30 # include "asm/assembler.inline.hpp"
  31 # include "asm/codeBuffer.hpp"
  32 # include "asm/register.hpp"
  33 # include "ci/ciArray.hpp"
  34 # include "ci/ciArrayKlass.hpp"
  35 # include "ci/ciClassList.hpp"
  36 # include "ci/ciConstant.hpp"
  37 # include "ci/ciConstantPoolCache.hpp"
  38 # include "ci/ciEnv.hpp"
  39 # include "ci/ciExceptionHandler.hpp"
  40 # include "ci/ciField.hpp"
  41 # include "ci/ciFlags.hpp"
  42 # include "ci/ciInstance.hpp"
  43 # include "ci/ciInstanceKlass.hpp"
  44 # include "ci/ciKlass.hpp"
  45 # include "ci/ciMethod.hpp"
  46 # include "ci/ciNullObject.hpp"
  47 # include "ci/ciObjArrayKlass.hpp"
  48 # include "ci/ciObject.hpp"