From c693857878ac724433d9fbd9546e0a950808c1f9 Mon Sep 17 00:00:00 2001 From: shshahma Date: Thu, 6 Oct 2016 00:18:00 -0700 Subject: [PATCH] 8166872: GPL header in /hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp Summary: Putting a comma after the year in GPL header. Reviewed-by: dholmes, tschatzl --- src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp | 2 +- test/gc/TestSoftReferencesBehaviorOnOOME.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp b/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp index 74fae43c3..45bc36453 100644 --- a/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp +++ b/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2016, 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 diff --git a/test/gc/TestSoftReferencesBehaviorOnOOME.java b/test/gc/TestSoftReferencesBehaviorOnOOME.java index 55fa59885..87e5616fd 100644 --- a/test/gc/TestSoftReferencesBehaviorOnOOME.java +++ b/test/gc/TestSoftReferencesBehaviorOnOOME.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 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 -- GitLab