From ba140b0f11020faac78c19a46a234216a949d6e4 Mon Sep 17 00:00:00 2001 From: Thomas Stuefe Date: Wed, 14 Oct 2020 11:21:38 +0000 Subject: [PATCH] 8254748: Bad Copyright header format after JDK-8212218 Reviewed-by: shade, dholmes --- .../runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java b/test/hotspot/jtreg/runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java index 5c25df7254b..a889ae11ed1 100644 --- a/test/hotspot/jtreg/runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java +++ b/test/hotspot/jtreg/runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2020, 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