Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6589868
Votes 0
Synopsis transition to Mercurial: need to eliminate dependencies on SCCS keywords
Category hotspot:jvmti
Reported Against
Release Fixed hs11(b07), 6-open(b11) (Bug ID:2163591) , 6u10(b09) (Bug ID:2172084) , 7(b21) (Bug ID:2177044)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 07-AUG-2007
Description
The jvmti.xml defines the variable "onedotmicroversion" value using the SCCS %I% keyword:
<specification label="JVM(TM) Tool Interface"
        majorversion="1"
        minorversion="1"
        onedotmicroversion="%I%">

There are the following dependencies on the onedotmicroversion value:
jvmtiLib.xsl:
  <xsl:variable name="microversionbase" select="100"/>

  <xsl:template name="microversion">
    <xsl:variable name="micro" select="substring-after(//specification/@onedotmicroversion, '1.')"/>
    <xsl:choose>
      <xsl:when test="string($micro)=''">
        <xsl:text>dev</xsl:text>
      </xsl:when>
      <xsl:otherwise>
        <xsl:value-of select="$micro - $microversionbase"/>
      </xsl:otherwise>
    </xsl:choose>
  </xsl:template>

All the above needs to be fixed to complete a transition from TeamWare to Mercurial.
Posted Date : 2007-08-07 01:27:07.0
Work Around
N/A
Evaluation
Please, refer to the description what needs to be done.
Posted Date : 2007-08-07 01:30:02.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang