# HG changeset patch # User mseledtsov # Date 1568313123 25200 # Node ID e7754025004b34bfebc1cb1fc4619568763a477e # Parent 84b0544833c48d799bb3956e3162afedb00f098f Copyright update - round 2 diff -r 84b0544833c4 -r e7754025004b src/hotspot/share/jfr/jni/jfrJniMethod.cpp --- a/src/hotspot/share/jfr/jni/jfrJniMethod.cpp Thu Sep 12 11:35:02 2019 +0200 +++ b/src/hotspot/share/jfr/jni/jfrJniMethod.cpp Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2019, 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 -r 84b0544833c4 -r e7754025004b src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadState.cpp --- a/src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadState.cpp Thu Sep 12 11:35:02 2019 +0200 +++ b/src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadState.cpp Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. +* Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdEpoch.cpp --- a/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdEpoch.cpp Thu Sep 12 11:35:02 2019 +0200 +++ b/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdEpoch.cpp Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/Recording.java --- a/src/jdk.jfr/share/classes/jdk/jfr/Recording.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/Recording.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/ConstantLookup.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/ConstantLookup.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/ConstantLookup.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2019, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package jdk.jfr.consumer; import jdk.jfr.internal.Type; diff -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedClass.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedClass.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedClass.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedClassLoader.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedClassLoader.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedClassLoader.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedEvent.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedEvent.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedEvent.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedFrame.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedFrame.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedFrame.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedMethod.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedMethod.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedMethod.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedStackTrace.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedStackTrace.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedStackTrace.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedThread.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedThread.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedThread.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedThreadGroup.java --- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedThreadGroup.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordedThreadGroup.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/events/ActiveRecordingEvent.java --- a/src/jdk.jfr/share/classes/jdk/jfr/events/ActiveRecordingEvent.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/events/ActiveRecordingEvent.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/events/ActiveSettingEvent.java --- a/src/jdk.jfr/share/classes/jdk/jfr/events/ActiveSettingEvent.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/events/ActiveSettingEvent.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/EventControl.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/EventControl.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/EventControl.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/EventInstrumentation.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/EventInstrumentation.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/EventInstrumentation.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/LogTag.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/LogTag.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/LogTag.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataDescriptor.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataDescriptor.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataDescriptor.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataReader.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataReader.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataReader.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/SettingsManager.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/SettingsManager.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/SettingsManager.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/FileAccess.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/FileAccess.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/FileAccess.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2019, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package jdk.jfr.internal.consumer; import java.io.File; diff -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/Parser.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/Parser.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/Parser.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/StreamConfiguration.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/StreamConfiguration.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/StreamConfiguration.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,2 +1,25 @@ +/* + * Copyright (c) 2019, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package jdk.jfr.internal.consumer; diff -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/StringEncoding.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/StringEncoding.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/StringEncoding.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2019, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package jdk.jfr.internal.consumer; public final class StringEncoding { diff -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdConfigure.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdConfigure.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdConfigure.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/Health.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/Health.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/Health.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2019, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package jdk.jfr.internal.dcmd; import java.time.Duration; import java.time.Instant; diff -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/Monitor.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/Monitor.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/Monitor.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2019, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package jdk.jfr.internal.dcmd; import java.io.IOException; diff -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Disassemble.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Disassemble.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Disassemble.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 -r 84b0544833c4 -r e7754025004b src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Summary.java --- a/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Summary.java Thu Sep 12 11:35:02 2019 +0200 +++ b/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Summary.java Thu Sep 12 11:32:03 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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