-
Bug
-
Resolution: Fixed
-
P2
-
7u4
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2223340 | 8 | Yumin Qi | P2 | Closed | Fixed | b34 |
JDK-8018178 | 7u45 | Yumin Qi | P2 | Closed | Fixed | b01 |
JDK-8002454 | 7u40 | Yumin Qi | P2 | Closed | Fixed | b01 |
JDK-2222744 | hs24 | Yumin Qi | P3 | Closed | Fixed | b07 |
JDK-2222829 | hs23 | Yumin Qi | P2 | Closed | Fixed | b20 |
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.
"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.
- backported by
-
JDK-2222829 Incorrect copyright headers in parts of the Serviceability agent
- Closed
-
JDK-2223340 Incorrect copyright headers in parts of the Serviceability agent
- Closed
-
JDK-8002454 Incorrect copyright headers in parts of the Serviceability agent
- Closed
-
JDK-8018178 Incorrect copyright headers in parts of the Serviceability agent
- Closed
-
JDK-2222744 Incorrect copyright headers in parts of the Serviceability agent
- Closed
- relates to
-
JDK-7088955 add C2 IR support to the SA
- Closed
(1 relates to)