hotspot/src/share/vm/prims/jvmtiHpp.xsl
changeset 4491 212bd48525d4
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
4490:0de5bbb57c99 4491:212bd48525d4
     1 <?xml version="1.0"?> 
     1 <?xml version="1.0"?> 
     2 <!--
     2 <!--
     3  Copyright 2002-2005 Sun Microsystems, Inc.  All Rights Reserved.
     3  Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 
     5 
     6  This code is free software; you can redistribute it and/or modify it
     6  This code is free software; you can redistribute it and/or modify it
     7  under the terms of the GNU General Public License version 2 only, as
     7  under the terms of the GNU General Public License version 2 only, as
     8  published by the Free Software Foundation.
     8  published by the Free Software Foundation.
    46 
    46 
    47 class JvmtiEnv : public JvmtiEnvBase {
    47 class JvmtiEnv : public JvmtiEnvBase {
    48 
    48 
    49 private:
    49 private:
    50     
    50     
    51     JvmtiEnv();
    51     JvmtiEnv(jint version);
    52     ~JvmtiEnv();
    52     ~JvmtiEnv();
    53 
    53 
    54 public:
    54 public:
    55 
    55 
    56     static JvmtiEnv* create_a_jvmti();
    56     static JvmtiEnv* create_a_jvmti(jint version);
    57 
    57 
    58 </xsl:text>
    58 </xsl:text>
    59   <xsl:apply-templates select="functionsection"/>
    59   <xsl:apply-templates select="functionsection"/>
    60   <xsl:text>
    60   <xsl:text>
    61 };
    61 };