diff --git a/application/l10n/org.openjdk.jmc.docs.ja/nl/ja/html/toc.htm b/application/l10n/org.openjdk.jmc.docs.ja/nl/ja/html/toc.htm index 836ae033fb..72aed99c47 100644 --- a/application/l10n/org.openjdk.jmc.docs.ja/nl/ja/html/toc.htm +++ b/application/l10n/org.openjdk.jmc.docs.ja/nl/ja/html/toc.htm @@ -1,7 +1,7 @@ @@ -171,7 +171,7 @@


-
+ diff --git a/application/org.openjdk.jmc.docs/html/title.htm b/application/org.openjdk.jmc.docs/html/title.htm index d2cb6d1ada..6a4d58a81d 100644 --- a/application/org.openjdk.jmc.docs/html/title.htm +++ b/application/org.openjdk.jmc.docs/html/title.htm @@ -1,7 +1,7 @@ @@ -53,7 +53,7 @@

JDK Mission Control

+ + - diff --git a/application/org.openjdk.jmc.ide.ui/html/title.htm b/application/org.openjdk.jmc.ide.ui/html/title.htm index da4b05c054..1c9843935e 100644 --- a/application/org.openjdk.jmc.ide.ui/html/title.htm +++ b/application/org.openjdk.jmc.ide.ui/html/title.htm @@ -1,7 +1,7 @@ @@ -9,9 +9,9 @@ -JDK Mission Control Eclipse Plug-in Online Help, Release 5.4 +JDK Mission Control Eclipse Plug-in Online Help, Release 9.1 - + @@ -30,15 +30,15 @@

JDK Mission Control

Eclipse Plug-in Online Help

-

Release 5.4

+

Release 9.1

E21555-05

-

August 2014

+

January 2025

Contains the online help topics for the Eclipse plug-in of JDK Mission Control.


-

JDK Mission Control Eclipse Plug-in Online Help, Release 5.4

+

JDK Mission Control Eclipse Plug-in Online Help, Release 9.1

E21555-05

-

Copyright © 2018, 2019, Oracle and/or its affiliates. All rights reserved.

+

Copyright © 2018, 2025, Oracle and/or its affiliates. All rights reserved.

This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.

The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.

If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:

@@ -52,7 +52,7 @@

JDK Mission Control

- diff --git a/application/org.openjdk.jmc.ide.ui/html/using.htm b/application/org.openjdk.jmc.ide.ui/html/using.htm index 9f83f4e5f1..2cffedb822 100644 --- a/application/org.openjdk.jmc.ide.ui/html/using.htm +++ b/application/org.openjdk.jmc.ide.ui/html/using.htm @@ -1,7 +1,7 @@ @@ -41,7 +41,7 @@

Using the Eclipse Plug-in

- diff --git a/application/org.openjdk.jmc.ide.ui/html/using001.htm b/application/org.openjdk.jmc.ide.ui/html/using001.htm index 7b75814af3..4861f11de7 100644 --- a/application/org.openjdk.jmc.ide.ui/html/using001.htm +++ b/application/org.openjdk.jmc.ide.ui/html/using001.htm @@ -1,7 +1,7 @@ @@ -42,7 +42,7 @@

About the Eclipse Plug-in

- diff --git a/application/org.openjdk.jmc.ide.ui/html/using002.htm b/application/org.openjdk.jmc.ide.ui/html/using002.htm index 4f1dbca2c9..8d34e5a71c 100644 --- a/application/org.openjdk.jmc.ide.ui/html/using002.htm +++ b/application/org.openjdk.jmc.ide.ui/html/using002.htm @@ -1,7 +1,7 @@ @@ -43,7 +43,7 @@

Differences Between Eclipse IDE and RCP Versions of JDK Mission Control

- diff --git a/application/org.openjdk.jmc.ide.ui/html/using003.htm b/application/org.openjdk.jmc.ide.ui/html/using003.htm index bdd4bd1b0c..a125574308 100644 --- a/application/org.openjdk.jmc.ide.ui/html/using003.htm +++ b/application/org.openjdk.jmc.ide.ui/html/using003.htm @@ -1,7 +1,7 @@ @@ -33,7 +33,7 @@

Changing Your JVM

-

While the JDK Mission Control client can work with many different JVMs, it is highly recommended that you use the Oracle JDK/JVM as your JVM when running the JDK Mission Control Client on the Eclipse platform. Make sure to use Oracle HotSpot JDK 7 Update 14 or later. Running on a JRE is not recommended, as this will disable the autodetection of local JVMs.

+

While the JDK Mission Control client can work with many different JVMs, it is highly recommended that you use the Oracle JDK/JVM as your JVM when running the JDK Mission Control Client on the Eclipse platform. Make sure to use Oracle HotSpot JDK 21 or later. Running on a JRE is not recommended, as this will disable the autodetection of local JVMs.

To change the JVM on which you run Eclipse:

  1. @@ -47,7 +47,6 @@

    Changing Your JVM

    --launcher.XXMaxPermSize
    256M
    -vmargs
    --Dosgi.requiredJavaVersion=1.5
    -Xms40m
    -Xmx512m
  2. @@ -60,9 +59,9 @@

    Changing Your JVM

    On the third line down (after org.eclipse.platform), add the following:

    -vm <Full path JAVA_HOME/jre/bin/ folder>

    The full path might look like this on Windows:

    -

    C:\Program Files\Java\jdk1.7.0\jre\bin\

    +

    C:\Program Files\Java\jdk21\jre\bin\

    Or, the path might look like this on Linux and Solaris:

    -

    $HOME/jdk1.7.0/jre/bin/

    +

    $HOME/jdk21/jre/bin/

  3. Depending upon your particular JVM implementation and the applications running on it, you can set any valid JVM command-line option.

    @@ -78,9 +77,8 @@

    Changing Your JVM

    -showsplash
    org.eclipse.platform
    -vm
    -C:\Program Files\Java\jdk1.7.0\bin\javaw.exe
    +C:\Program Files\Java\jdk21\bin\javaw.exe
    -vmargs
    --Dosgi.requiredJavaVersion=1.5
    -Xms256m
    -Xmx512m
@@ -92,7 +90,7 @@

Changing Your JVM

- diff --git a/application/org.openjdk.jmc.ide.ui/html/using004.htm b/application/org.openjdk.jmc.ide.ui/html/using004.htm index a0406f0e41..0701dbf7e3 100644 --- a/application/org.openjdk.jmc.ide.ui/html/using004.htm +++ b/application/org.openjdk.jmc.ide.ui/html/using004.htm @@ -1,7 +1,7 @@ @@ -70,7 +70,7 @@

Selecting a Perspective

- diff --git a/application/org.openjdk.jmc.ide.ui/html/using005.htm b/application/org.openjdk.jmc.ide.ui/html/using005.htm index 8f97bca000..0eda114585 100644 --- a/application/org.openjdk.jmc.ide.ui/html/using005.htm +++ b/application/org.openjdk.jmc.ide.ui/html/using005.htm @@ -1,7 +1,7 @@ @@ -41,7 +41,7 @@

Jumping to Application Source

- diff --git a/application/org.openjdk.jmc.ide.ui/html/using006.htm b/application/org.openjdk.jmc.ide.ui/html/using006.htm index 6591743ba6..68818b8b56 100644 --- a/application/org.openjdk.jmc.ide.ui/html/using006.htm +++ b/application/org.openjdk.jmc.ide.ui/html/using006.htm @@ -1,7 +1,7 @@ @@ -71,7 +71,7 @@

Using Jump-to-Source

- diff --git a/application/org.openjdk.jmc.ide.ui/html/using007.htm b/application/org.openjdk.jmc.ide.ui/html/using007.htm index 2522684ef2..0b6e0de8fa 100644 --- a/application/org.openjdk.jmc.ide.ui/html/using007.htm +++ b/application/org.openjdk.jmc.ide.ui/html/using007.htm @@ -1,7 +1,7 @@ @@ -91,7 +91,7 @@

JDK Mission Control Plug-ins with Jump-to-Source Enabled

- diff --git a/application/org.openjdk.jmc.rcp.application/plugin.properties b/application/org.openjdk.jmc.rcp.application/plugin.properties index 5d3693a488..6305dabd1e 100644 --- a/application/org.openjdk.jmc.rcp.application/plugin.properties +++ b/application/org.openjdk.jmc.rcp.application/plugin.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved. # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # @@ -39,7 +39,7 @@ MISSION_CONTROL_FILE_COMMANDS_CATEGORY=Mission Control File Commands ABOUT_TEXT=JDK Mission Control {0}{5}+{4}\n\ (Qualifier: {3}, Change id: {1}{6})\n\n\ http://www.oracle.com/missioncontrol\n\n\ -Copyright \u00A9 2018, 2022, Oracle and/or its affiliates. All rights reserved.\n\ +Copyright \u00A9 2018, 2025, Oracle and/or its affiliates. All rights reserved.\n\ Oracle and Java are registered trademarks of Oracle and/or its\n\ affiliates. Other names may be trademarks of their respective owners.\n\n\ Intel and Intel Xeon are trademarks or registered trademarks of Intel\n\ diff --git a/application/org.openjdk.jmc.rcp.product/feature.properties b/application/org.openjdk.jmc.rcp.product/feature.properties index 6b3852eeb1..5d8f9555de 100644 --- a/application/org.openjdk.jmc.rcp.product/feature.properties +++ b/application/org.openjdk.jmc.rcp.product/feature.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved. # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # @@ -32,6 +32,6 @@ # name=JDK Mission Control Product provider=Oracle Corporation -copyright=Copyright \u00A9 2018, 2022, Oracle and/or its affiliates. +copyright=Copyright \u00A9 2018, 2025, Oracle and/or its affiliates. description=JDK Mission Control descriptionUrl=http://www.oracle.com/missioncontrol diff --git a/application/org.openjdk.jmc.rcp.product/pom.xml b/application/org.openjdk.jmc.rcp.product/pom.xml index 5f5bcb5659..299b29bc96 100644 --- a/application/org.openjdk.jmc.rcp.product/pom.xml +++ b/application/org.openjdk.jmc.rcp.product/pom.xml @@ -1,6 +1,6 @@ - Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved. CFBundleDevelopmentRegion diff --git a/application/org.openjdk.jmc.updatesite.ide/src/main/resources/index.html b/application/org.openjdk.jmc.updatesite.ide/src/main/resources/index.html index ed58306960..e0e919aa91 100644 --- a/application/org.openjdk.jmc.updatesite.ide/src/main/resources/index.html +++ b/application/org.openjdk.jmc.updatesite.ide/src/main/resources/index.html @@ -1,7 +1,7 @@ @@ -38,7 +38,7 @@ @@ -147,7 +147,7 @@

-
diff --git a/application/org.openjdk.jmc.docs/html/toc.htm b/application/org.openjdk.jmc.docs/html/toc.htm index 602450b574..27d261f45c 100644 --- a/application/org.openjdk.jmc.docs/html/toc.htm +++ b/application/org.openjdk.jmc.docs/html/toc.htm @@ -1,7 +1,7 @@ @@ -170,7 +170,7 @@


-
diff --git a/application/org.openjdk.jmc.ide.ui/html/preface.htm b/application/org.openjdk.jmc.ide.ui/html/preface.htm index 07d5df0d96..7e94bad94a 100644 --- a/application/org.openjdk.jmc.ide.ui/html/preface.htm +++ b/application/org.openjdk.jmc.ide.ui/html/preface.htm @@ -1,7 +1,7 @@ @@ -94,7 +94,7 @@

Conventions


+

Previous
Previous
 

+

Next
Next

+

Previous
Previous
 

+

Previous
Previous
 

+

Previous
Previous
 

+

Previous
Previous
 

+

Previous
Previous
 

+

Previous
Previous
 

+

Previous
Previous
 

+

Previous
Previous
 

This update site provides a set of plug-ins for the Eclipse IDE designed to help develop, profile - and diagnose applications running on the Oracle® Java HotSpot VM, and (as of JDK 11) OpenJDK.

+ and diagnose applications running on the Oracle® Java HotSpot VM, and OpenJDK.

JDK Mission Control includes tools to monitor, manage and profile your Java application without introducing the performance overhead normally associated with tools of this type. JDK Mission Control's low performance overhead @@ -49,7 +49,7 @@

This update site also includes plug-ins for the Eclipse IDE designed to either extend JDK Mission Control in various ways or assist in developing such extensions.

-

Version 9.1.0 is now available. It supports the HotSpot VM (Oracle JDK 8 and up, OpenJDK 11). +

Version 9.1.0 is now available. It supports the HotSpot VM (Oracle JDK 8 and up, OpenJDK 8 and up). For JRockit JVM support, use an Oracle® JRockit Mission Control 4.x version.

Note that any prior versions of JMC MUST BE UNINSTALLED from Eclipse before installing JMC 9.1.0.

@@ -58,8 +58,8 @@
  • Supports JDK Flight Recorder.
  • -
  • Supports HotSpot VM, JDK 8 and later.
  • -
  • Supports OpenJDK 11 and later.
  • +
  • Supports Oracle JDK 8 and later.
  • +
  • Supports OpenJDK 8 and later.
  • Integrates with the Eclipse IDE offering jump-to-source code from classes and methods.
  • Core plug-in set contains JMX console, JFR tooling and Heap memory usage analysis.
  • Subscriptions tab for the Management Console.
  • @@ -71,9 +71,9 @@

    Requirements

      -
    • Requires Eclipse 4.31.
    • +
    • Requires Eclipse 4.34.
    • Requires any previously installed versions of JMC 4.x, 5.x, 6.x or 7.x to be uninstalled before installing JMC 9.
    • -
    • Note that you need to run your Eclipse on a JDK (version 11 or above) installation for all features to work. For more information on this, +
    • Note that you need to run your Eclipse on a JDK (version 21 or above) installation for all features to work. For more information on this, please see the Run Eclipse on JDK HOWTO.
    @@ -102,13 +102,12 @@ Bullet Use Update Site -
    - +

    Prerequisites
    - JDK Mission Control is a set of plug-ins for Eclipse 4.31.

    + JDK Mission Control is a set of plug-ins for Eclipse 4.34.

    Bullet @@ -136,7 +135,7 @@
- Copyright © 1999, 2024, Oracle and/or its affiliates.
+ Copyright © 1999, 2025, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective owners.
Eclipse is a trademark of Eclipse Foundation, Inc. diff --git a/application/org.openjdk.jmc.updatesite.rcp/src/main/resources/index.html b/application/org.openjdk.jmc.updatesite.rcp/src/main/resources/index.html index 4506f2dbf3..ae92cc8aad 100644 --- a/application/org.openjdk.jmc.updatesite.rcp/src/main/resources/index.html +++ b/application/org.openjdk.jmc.updatesite.rcp/src/main/resources/index.html @@ -157,7 +157,7 @@ - Copyright © 1999, 2024, Oracle and/or its affiliates.
+ Copyright © 1999, 2025, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective owners.
Eclipse is a trademark of Eclipse Foundation, Inc. diff --git a/license/COPYRIGHT b/license/COPYRIGHT index 8b48cd4090..7a42888b51 100644 --- a/license/COPYRIGHT +++ b/license/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright © 1993, 2024, Oracle and/or its affiliates. +Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a diff --git a/releng/platform-definitions/platform-definition-2024-06/.project b/releng/platform-definitions/platform-definition-2024-06/.project new file mode 100644 index 0000000000..7b9c3a0b3e --- /dev/null +++ b/releng/platform-definitions/platform-definition-2024-06/.project @@ -0,0 +1,17 @@ + + + platform-definition-2024-06 + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/releng/platform-definitions/platform-definition-2024-09/.project b/releng/platform-definitions/platform-definition-2024-09/.project new file mode 100644 index 0000000000..449df32c64 --- /dev/null +++ b/releng/platform-definitions/platform-definition-2024-09/.project @@ -0,0 +1,17 @@ + + + platform-definition-2024-09 + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/releng/platform-definitions/platform-definition-2024-12/.project b/releng/platform-definitions/platform-definition-2024-12/.project new file mode 100644 index 0000000000..c253dff03e --- /dev/null +++ b/releng/platform-definitions/platform-definition-2024-12/.project @@ -0,0 +1,17 @@ + + + platform-definition-2024-12 + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + +