--- old/src/hotspot/share/prims/jvmti.xml 2020-05-20 18:00:25.638566062 -0700 +++ new/src/hotspot/share/prims/jvmti.xml 2020-05-20 18:00:25.266558920 -0700 @@ -426,8 +426,8 @@ An agent is deployed in a platform specific manner but is typically the platform equivalent of a dynamic library. On the Windows operating system, for example, an agent library is a "Dynamic Linked Library" (DLL). - On the Solaris Operating Environment, an agent library is a shared - object (.so file). + On Linux Operating Environment, an agent library is a shared object + (.so file).

An agent may be started at VM startup by specifying the agent library @@ -497,8 +497,7 @@ -agentlib:foo=opt1,opt2 is specified, the VM will attempt to load the shared library foo.dll from the system PATH under Windows or libfoo.so from the - LD_LIBRARY_PATH under the Solaris operating - environment. + LD_LIBRARY_PATH under Linux. If the agent library is statically linked into the executable then no actual loading takes place.

@@ -13327,7 +13326,7 @@ Sent by the VM to request the agent to dump its data. This is just a hint and the agent need not react to this event. This is useful for processing command-line signals from users. For - example, in the Java 2 SDK a CTRL-Break on Win32 and a CTRL-\ on Solaris + example, in the Java 2 SDK a CTRL-Break on Win32 and a CTRL-\ on Linux causes the VM to send this event to the agent. jvmpi