[8u] RFR: 8203357: Container Metrics
Severin Gehwolf
sgehwolf at redhat.com
Tue Aug 11 11:58:22 UTC 2020
Hi Andrew,
On Fri, 2020-08-07 at 14:05 +0200, Severin Gehwolf wrote:
> > Comparing the three new sets of changes with the 11u changes:
> > * LauncherHelper.java: Missing copyright header change.
>
> Fixed here:
>
> https://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8203357/jdk8/03/webrev/
Incremental diff:
diff --git a/src/share/classes/sun/launcher/LauncherHelper.java b/src/share/classes/sun/launcher/LauncherHelper.java
+++ a/src/share/classes/sun/launcher/LauncherHelper.java
--- b/src/share/classes/sun/launcher/LauncherHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Is this OK now?
Thanks,
Severin
More information about the jdk8u-dev
mailing list