-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226074 | 14 | Rahul Raghavan | P4 | Resolved | Fixed | team |
JDK-8243361 | 11.0.8-oracle | Rahul Raghavan | P4 | Resolved | Fixed | b04 |
JDK-8239221 | 11.0.7 | Rahul Raghavan | P4 | Resolved | Fixed | b04 |
During 8202414 fix, by mistake committed files with wrong header.
So proposing following change -
[src/hotspot/share/opto/memnode.cpp]
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
[test/hotspot/jtreg/compiler/c2/Test8202414.java]
- * Copyright (c) 2019, Huawei Technologies Co. Ltd. All rights reserved.
+ * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
So proposing following change -
[src/hotspot/share/opto/memnode.cpp]
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
[test/hotspot/jtreg/compiler/c2/Test8202414.java]
- * Copyright (c) 2019, Huawei Technologies Co. Ltd. All rights reserved.
+ * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
- backported by
-
JDK-8226074 Wrong file headers with 8202414 fix changeset
- Resolved
-
JDK-8239221 Wrong file headers with 8202414 fix changeset
- Resolved
-
JDK-8243361 Wrong file headers with 8202414 fix changeset
- Resolved
- relates to
-
JDK-8202414 Unsafe write after primitive array creation may result in array length change
- Resolved