JDK-7156960 : Incorrect copyright headers in parts of the Serviceability agent
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 7u4
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-26
  • Updated: 2017-02-16
  • Resolved: 2012-04-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u4 b19Fixed 8Fixed hs23Fixed
Related Reports
Relates :  
Description
Filing the CR after an email discussion with Dalibor Topic. 

"I'd proactively check the 7u4 source code up on Mercurial servers for bad copyright headers.

hotspot agent 
http://hg.openjdk.java.net/jdk7u/jdk7u4/hotspot/file/f6f3bb0ee072/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayData.java
http://hg.openjdk.java.net/jdk7u/jdk7u4/hotspot/file/cc347bb8cf1b/agent/src/share/classes/sun/jvm/hotspot/oops/BranchData.java
http://hg.openjdk.java.net/jdk7u/jdk7u4/hotspot/file/cc347bb8cf1b/agent/src/share/classes/sun/jvm/hotspot/oops/CounterData.java
http://hg.openjdk.java.net/jdk7u/jdk7u4/hotspot/file/cc347bb8cf1b/agent/src/share/classes/sun/jvm/hotspot/oops/DataLayout.java
http://hg.openjdk.java.net/jdk7u/jdk7u4/hotspot/file/cc347bb8cf1b/agent/src/share/classes/sun/jvm/hotspot/oops/JumpData.java
http://hg.openjdk.java.net/jdk7u/jdk7u4/hotspot/file/cc347bb8cf1b/agent/src/share/classes/sun/jvm/hotspot/oops/MultiBranchData.java
http://hg.openjdk.java.net/jdk7u/jdk7u4/hotspot/file/cc347bb8cf1b/agent/src/share/classes/sun/jvm/hotspot/oops/ReceiverTypeData.java
http://hg.openjdk.java.net/jdk7u/jdk7u4/hotspot/file/cc347bb8cf1b/agent/src/share/classes/sun/jvm/hotspot/oops/VirtualCallData.java

all start with

/*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.    

"

The headers should conform to the standard we use in other files.

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/4bec1b1f7b33
04-04-2012

EVALUATION http://hg.openjdk.java.net/hsx/hsx23/hotspot/rev/1834c6835b75
29-03-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4bec1b1f7b33
29-03-2012

EVALUATION see comments
28-03-2012