src/share/vm/prims/jvmtiHpp.xsl

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/prims/jvmtiHpp.xsl	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/prims/jvmtiHpp.xsl	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -1,6 +1,6 @@
     1.4  <?xml version="1.0"?> 
     1.5  <!--
     1.6 - Copyright (c) 2002, 2009, Oracle and/or its affiliates. All rights reserved.
     1.7 + Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
     1.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  
    1.10   This code is free software; you can redistribute it and/or modify it
    1.11 @@ -37,6 +37,13 @@
    1.12    <xsl:call-template name="includeHeader"/>
    1.13    <xsl:text>
    1.14      
    1.15 +
    1.16 +#ifndef GENERATED_JVMTIFILES_JVMTIENV_HPP
    1.17 +#define GENERATED_JVMTIFILES_JVMTIENV_HPP
    1.18 +
    1.19 +#include "prims/jvmtiEnvBase.hpp"
    1.20 +#include "prims/jvmtiImpl.hpp"
    1.21 +
    1.22  enum {
    1.23      JVMTI_INTERNAL_CAPABILITY_COUNT = </xsl:text>
    1.24    <xsl:value-of select="count(//capabilityfield)"/>
    1.25 @@ -59,6 +66,8 @@
    1.26    <xsl:apply-templates select="functionsection"/>
    1.27    <xsl:text>
    1.28  };
    1.29 +
    1.30 +#endif // GENERATED_JVMTIFILES_JVMTIENV_HPP
    1.31  </xsl:text>
    1.32  </xsl:template>
    1.33  

mercurial