hotspot/src/share/vm/prims/jvmti.xsl
changeset 46734 e77c53775f4e
parent 42644 6c6bdb0d227c
child 46977 9e8d0f0de00e
--- a/hotspot/src/share/vm/prims/jvmti.xsl	Tue Aug 01 15:08:10 2017 +0200
+++ b/hotspot/src/share/vm/prims/jvmti.xsl	Tue Aug 01 08:53:32 2017 -0700
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> 
 <!--
- Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2002, 2017, 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
@@ -1033,10 +1033,6 @@
 <xsl:template match="externallink">
   <a>
     <xsl:attribute name="href">
-      <!-- All external links start from the same prefix -->
-      <xsl:text>http://docs.oracle.com/javase/</xsl:text>
-      <xsl:value-of select="//specification/@majorversion"/>
-      <xsl:text>/</xsl:text>
       <xsl:value-of select="@id"/>
     </xsl:attribute>
     <xsl:value-of select="."/>