src/share/vm/prims/jvmtiHpp.xsl

changeset 1556
98cd9901c161
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/prims/jvmtiHpp.xsl	Mon Dec 14 09:51:09 2009 -0700
     1.2 +++ b/src/share/vm/prims/jvmtiHpp.xsl	Mon Dec 14 10:05:36 2009 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  <?xml version="1.0"?> 
     1.5  <!--
     1.6 - Copyright 2002-2005 Sun Microsystems, Inc.  All Rights Reserved.
     1.7 + Copyright 2002-2009 Sun Microsystems, Inc.  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 @@ -48,12 +48,12 @@
    1.12  
    1.13  private:
    1.14      
    1.15 -    JvmtiEnv();
    1.16 +    JvmtiEnv(jint version);
    1.17      ~JvmtiEnv();
    1.18  
    1.19  public:
    1.20  
    1.21 -    static JvmtiEnv* create_a_jvmti();
    1.22 +    static JvmtiEnv* create_a_jvmti(jint version);
    1.23  
    1.24  </xsl:text>
    1.25    <xsl:apply-templates select="functionsection"/>

mercurial