Skip to content

Commit efde2e1

Browse files
thegreystoneaptmac
authored andcommitted
Copyright fixes, plus jemmy retry for disconnects
1 parent d9e682e commit efde2e1

15 files changed

Lines changed: 36 additions & 25 deletions

File tree

application/org.openjdk.jmc.flightrecorder.flamegraph/plugin.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
3-
# Copyright (c) 2023, 2025, Datadog, Inc. All rights reserved.
2+
# Copyright (c) 2023, 2026, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2023, 2026, Datadog, Inc. All rights reserved.
44
#
55
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
#

application/org.openjdk.jmc.flightrecorder.flamegraph/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
4-
Copyright (c) 2023, Datadog, Inc. All rights reserved.
3+
Copyright (c) 2023, 2026, Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2023, 2026, Datadog, Inc. All rights reserved.
55
66
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
77

application/org.openjdk.jmc.flightrecorder.flamegraph/src/main/java/org/openjdk/jmc/flightrecorder/flamegraph/Messages.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2023, 2025, Datadog, Inc. All rights reserved.
2+
* Copyright (c) 2023, 2026, Oracle and/or its affiliates. All rights reserved.
3+
* Copyright (c) 2023, 2026, Datadog, Inc. All rights reserved.
44
*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
*

application/org.openjdk.jmc.flightrecorder.flamegraph/src/main/resources/org/openjdk/jmc/flightrecorder/flamegraph/messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
3-
# Copyright (c) 2023, 2025, Datadog, Inc. All rights reserved.
2+
# Copyright (c) 2023, 2026, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2023, 2026, Datadog, Inc. All rights reserved.
44
#
55
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
#

application/org.openjdk.jmc.flightrecorder.flamegraph/src/main/resources/org/openjdk/jmc/flightrecorder/flamegraph/messages_ja.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
3-
# Copyright (c) 2023, 2025, Datadog, Inc. All rights reserved.
2+
# Copyright (c) 2023, 2026, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2023, 2026, Datadog, Inc. All rights reserved.
44
#
55
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
#

application/org.openjdk.jmc.flightrecorder.flamegraph/src/main/resources/org/openjdk/jmc/flightrecorder/flamegraph/messages_zh.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
3-
# Copyright (c) 2023, 2025, Datadog, Inc. All rights reserved.
2+
# Copyright (c) 2023, 2026, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2023, 2026, Datadog, Inc. All rights reserved.
44
#
55
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
#

application/org.openjdk.jmc.flightrecorder.ui/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
3+
Copyright (c) 2018, 2026, Oracle and/or its affiliates. All rights reserved.
44
55
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66

application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/pages/MethodProfilingPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2026, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*

application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/pages/ThreadsPageLayoutUI.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ abstract class ThreadsPageLayoutUI extends ChartAndTableUI {
9696
private static final int Y_OFFSET = 0;
9797
protected ChartControlBar controlBar;
9898
protected ChartTextCanvas textCanvas;
99-
protected IPageContainer pageContainer;
10099
private Composite zoomPanContainer;
101100
private ChartButtonGroup buttonGroup;
102101
private IItemCollection selectionItems;

application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/selection/StacktraceFrameSelection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2026, Oracle and/or its affiliates. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*

0 commit comments

Comments
 (0)