src/share/vm/prims/jvmtiEnter.xsl

Print this page

        

*** 1,8 **** <?xml version="1.0"?> <!-- ! Copyright (c) 2002, 2006, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. --- 1,8 ---- <?xml version="1.0"?> <!-- ! Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation.
*** 34,45 **** <xsl:template match="specification"> <xsl:call-template name="sourceHeader"/> <xsl:text> ! # include "incls/_precompiled.incl" ! # include "incls/_jvmtiEnter.cpp.incl" </xsl:text> <xsl:if test="$trace = 'Trace'"> <xsl:text> --- 34,46 ---- <xsl:template match="specification"> <xsl:call-template name="sourceHeader"/> <xsl:text> ! # include "precompiled.hpp" ! # include "prims/jvmtiEnter.hpp" ! # include "prims/jvmtiUtil.hpp" </xsl:text> <xsl:if test="$trace = 'Trace'"> <xsl:text>