RFR: 8225567: Wrong file headers with 8202414 fix changeset
Rahul Raghavan
rahul.v.raghavan at oracle.com
Tue Jun 11 08:53:42 UTC 2019
Hi,
Please review the following changes.
During 8202414 fix, by mistake committed files with wrong header.
So proposing following changes as fix
<webrev> - http://cr.openjdk.java.net/~rraghavan/8225567/webrev.00/
[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.
Thanks,
Rahul
More information about the hotspot-compiler-dev
mailing list