From 332affe805c05c3a0c223df6ac9b141dea1085de Mon Sep 17 00:00:00 2001 From: genie-openj9 Date: Fri, 18 Oct 2024 01:00:15 +0000 Subject: [PATCH] Generated from commit: 46629e187d866e948e04c57184bdb31461d5818c Signed-off-by: genie-openj9 --- .../dtfj/com/ibm/dtfj/image/CorruptData.html | 12 +- .../com/ibm/dtfj/image/ImageAddressSpace.html | 8 +- .../dtfj/com/ibm/dtfj/image/ImageModule.html | 2 +- .../dtfj/com/ibm/dtfj/image/ImagePointer.html | 4 +- .../dtfj/com/ibm/dtfj/image/ImageProcess.html | 20 +- .../dtfj/com/ibm/dtfj/image/ImageSection.html | 4 +- .../com/ibm/dtfj/image/ImageStackFrame.html | 4 +- .../dtfj/com/ibm/dtfj/image/ImageThread.html | 6 +- .../image/class-use/CorruptDataException.html | 6 +- .../dtfj/image/class-use/DataUnavailable.html | 4 +- .../com/ibm/dtfj/java/JavaClassLoader.html | 2 +- .../dtfj/com/ibm/dtfj/java/JavaHeap.html | 8 +- .../dtfj/com/ibm/dtfj/java/JavaLocation.html | 12 +- .../dtfj/com/ibm/dtfj/java/JavaMember.html | 2 +- .../dtfj/com/ibm/dtfj/java/JavaMethod.html | 2 +- .../dtfj/com/ibm/dtfj/java/JavaMonitor.html | 4 +- .../dtfj/com/ibm/dtfj/java/JavaRuntime.html | 4 +- .../dtfj/java/JavaRuntimeMemoryCategory.html | 2 +- .../dtfj/com/ibm/dtfj/java/JavaThread.html | 6 +- .../dtfj/com/ibm/dtfj/java/JavaVMOption.html | 2 +- .../com/ibm/dtfj/runtime/ManagedRuntime.html | 2 +- api/jdk8/platform/dtfj/index-all.html | 6 +- sitemap.xml | 662 +++++++++--------- sitemap.xml.gz | Bin 2668 -> 2668 bytes 24 files changed, 392 insertions(+), 392 deletions(-) diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/CorruptData.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/CorruptData.html index 12e6d57d7f..8fede10848 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/CorruptData.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/CorruptData.html @@ -106,16 +106,16 @@

Interface CorruptData


public interface CorruptData
This class is used to indicate that corruption has been detected in the image. - It may indicate corruption of the image file, or it may indicate that + It may indicate corruption of the image file, or it may indicate that inconsistencies have been detected within the image file, perhaps caused by a bug in the runtime or application. - + It may be encountered in two scenarios:
  • within a CorruptDataException
  • -
  • returned as an element from an Iterator
  • +
  • returned as an element from an Iterator
- + Any iterator in DTFJ may implicitly include one or more CorruptData objects within the list of objects it provides. Normal data may be found after the CorruptData object if the DTFJ implementation is able to recover from the @@ -193,9 +193,9 @@

toString

getAddress

ImagePointer getAddress()
Return an address associated with the corruption. - + If the corruption is not associated with an address, return null. - + If the corruption is associated with more than one address, return the one which best identifies the corruption.
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageAddressSpace.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageAddressSpace.html index 2f2390eeaa..4611f3058b 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageAddressSpace.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageAddressSpace.html @@ -111,8 +111,8 @@

Interface ImageAddressSpac
public interface ImageAddressSpace

Represents a single address space within the image.

- -

On some operating systems (e.g. z/OS), there can be more than + +

On some operating systems (e.g. z/OS), there can be more than one address space per core file and more than one process per address space.

@@ -199,8 +199,8 @@

getCurrentProcess

Get the process within this address space that caused the image to be created.
Returns:
-
the process within this address space which caused - the image to be created, if any. Return null if no individual +
the process within this address space which caused + the image to be created, if any. Return null if no individual process triggered the creation of the image.
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageModule.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageModule.html index e432c996d3..5eff7b90f2 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageModule.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageModule.html @@ -185,7 +185,7 @@

getName

Returns:
the file name of the shared library.
Throws:
-
CorruptDataException - If the module is corrupt and the +
CorruptDataException - If the module is corrupt and the original file cannot be determined.
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImagePointer.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImagePointer.html index 5b2fc7a8bc..aa3cbedf18 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImagePointer.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImagePointer.html @@ -266,7 +266,7 @@

getAddress

Get the unwrapped address, represented as a Java long.

Use caution when comparing addresses, as some addresses may be negative.

-

Note that, on segmented memory architectures, it may not be +

Note that, on segmented memory architectures, it may not be possible to represent all addresses accurately as integers.

Returns:
@@ -365,7 +365,7 @@

getPointerAt

throws MemoryAccessException, CorruptDataException
Get the value at the given offset from this pointer. To determine the number of bytes to skip after this - call to read the next value, use ImageProcess.getPointerSize(). Note: to create an + call to read the next value, use ImageProcess.getPointerSize(). Note: to create an ImagePointer using an absolute address use com.ibm.dtfj.image.ImageAddressSpace.getPointer()
Parameters:
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageProcess.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageProcess.html index 51366f5ec4..60d2d48362 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageProcess.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageProcess.html @@ -191,14 +191,14 @@

Method Summary

String getSignalName() -
Get the name of the OS signal in this process which triggered the +
Get the name of the OS signal in this process which triggered the creation of this image.
int getSignalNumber() -
Get the OS signal number in this process which triggered the creation +
Get the OS signal number in this process which triggered the creation of this image.
@@ -339,7 +339,7 @@

getThreads

Returns:
an iterator to iterate over each ImageThread in the image - + There is not necessarily any relationship between JavaThreads and ImageThreads. A JVM implementation may use an n:m mapping of JavaThreads to ImageThreads, and not all ImageThreads are necessarily attached.
@@ -380,8 +380,8 @@

getRuntimes

Returns:
an iterator to iterate over all of the known ManagedRuntime - environments in the image. - + environments in the image. + In a typical image, there will be only one runtime, and it will be an instance of JavaRuntime. However any user of this API should be aware that there is a possibility that other runtimes may exist in the image
@@ -401,11 +401,11 @@

getSignalNumber

int getSignalNumber()
              throws DataUnavailable,
                     CorruptDataException
-
Get the OS signal number in this process which triggered the creation +
Get the OS signal number in this process which triggered the creation of this image.
Returns:
-
the OS signal number in this process which triggered the creation +
the OS signal number in this process which triggered the creation of this image, or 0 if the image was not created because of a signal in this process
Throws:
@@ -423,12 +423,12 @@

getSignalName

String getSignalName()
               throws DataUnavailable,
                      CorruptDataException
-
Get the name of the OS signal in this process which triggered the +
Get the name of the OS signal in this process which triggered the creation of this image.
Returns:
-
the name of the OS signal in this process which triggered the - creation of this image, or null if the image was not created because of a +
the name of the OS signal in this process which triggered the + creation of this image, or null if the image was not created because of a signal in this process
Throws:
DataUnavailable - if the information cannot be provided
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageSection.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageSection.html index 416353cc92..db9e6108b7 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageSection.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageSection.html @@ -226,9 +226,9 @@

getSize

getName

String getName()
Gets the name of this section. - + Some memory sections are named. For example, the executable data in a module is typically called ".text". - + For memory sections without a specific name, a placeholder string will be returned. This method will never return null.
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageStackFrame.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageStackFrame.html index 20eef1fe62..e60ac5ac28 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageStackFrame.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageStackFrame.html @@ -175,7 +175,7 @@

getProcedureAddress

the address of the current instruction within the procedure being executed, or null if not available.

- Use this address with caution, as it is provided only + Use this address with caution, as it is provided only as a best guess. It may not be correct, or even within readable memory

Throws:
@@ -214,7 +214,7 @@

getProcedureName

public *

libname(sourcefile)::entrypoint±offset

- Any portion of the template may be omitted if it is not available + Any portion of the template may be omitted if it is not available

e.g.
system32(source.c)::WaitForSingleObject+14
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageThread.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageThread.html index e8f0666ff9..84d5bc3c2c 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageThread.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/ImageThread.html @@ -204,7 +204,7 @@

getStackFrames

Get the set of stack frames on this thread.
Returns:
-
an iterator to walk the native stack frames in order from +
an iterator to walk the native stack frames in order from top-of-stack (that is, the most recent frame) to bottom-of-stack. Throws DataUnavailable if native stack frames are not available on this platform.
Throws:
@@ -245,9 +245,9 @@

getRegisters

Returns:
an iterator to iterate over the state of the CPU registers - when the image was created. The collection may be empty if the register + when the image was created. The collection may be empty if the register state is not available for this thread. - + If the CPU supports partial registers (e.g. AH, AL, AX, EAX, RAX on AMD64), only the largest version of the register will be included
See Also:
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/class-use/CorruptDataException.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/class-use/CorruptDataException.html index dac02df6ad..478e2fabe9 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/class-use/CorruptDataException.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/class-use/CorruptDataException.html @@ -272,14 +272,14 @@

Uses of String ImageProcess.getSignalName() -
Get the name of the OS signal in this process which triggered the +
Get the name of the OS signal in this process which triggered the creation of this image.
int ImageProcess.getSignalNumber() -
Get the OS signal number in this process which triggered the creation +
Get the OS signal number in this process which triggered the creation of this image.
@@ -579,7 +579,7 @@

Uses of String JavaMonitor.getName() -
Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is +
Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is usually present in the running VM.
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/class-use/DataUnavailable.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/class-use/DataUnavailable.html index 30831cb724..7954ad2696 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/image/class-use/DataUnavailable.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/image/class-use/DataUnavailable.html @@ -205,14 +205,14 @@

Uses of String ImageProcess.getSignalName() -
Get the name of the OS signal in this process which triggered the +
Get the name of the OS signal in this process which triggered the creation of this image.
int ImageProcess.getSignalNumber() -
Get the OS signal number in this process which triggered the creation +
Get the OS signal number in this process which triggered the creation of this image.
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaClassLoader.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaClassLoader.html index 088220ae37..72aa6a2ec4 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaClassLoader.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaClassLoader.html @@ -114,7 +114,7 @@

Interface JavaClassLoaderjava.lang.ClassLoader instance.

- +

Since Java does not define any strict inheritance structure between class loaders, there are no APIs for inspecting 'child' or 'parent' class loaders. This information may be inferred by inspecting the diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaHeap.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaHeap.html index 4062930b32..4f7f76b673 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaHeap.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaHeap.html @@ -109,10 +109,10 @@

Interface JavaHeap


public interface JavaHeap

Represents a heap of managed objects.

- -

There may be multiple heaps within a JVM, for instance a generational - heap and a class heap. Additionally, heaps may consist of non-contiguous - memory regions. For instance, an object heap may be divided into a hot + +

There may be multiple heaps within a JVM, for instance a generational + heap and a class heap. Additionally, heaps may consist of non-contiguous + memory regions. For instance, an object heap may be divided into a hot and cold section.

diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaLocation.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaLocation.html index 2614704dbb..5bf29424f6 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaLocation.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaLocation.html @@ -209,10 +209,10 @@

getAddress

getBytecodeSections() or getCompiledSections() of the method returned by getMethod().

- null may be returned, particularly for methods with no bytecode or + null may be returned, particularly for methods with no bytecode or compiled sections (e.g. some native methods)

- Although an offset into the method may be calculated using this + Although an offset into the method may be calculated using this pointer, caution should be exercised in attempting to map this offset to an offset within the original class file. Various transformations may have been applied to the bytecodes by the VM or other agents which may @@ -275,10 +275,10 @@

getFilename

getCompilationLevel

int getCompilationLevel()
                  throws CorruptDataException
-
Get the compilation level for this location. This is an implementation - defined number indicating the level at which the current location was - compiled. 0 indicates interpreted. Any positive number indicates some - level of JIT compilation. Typically, higher numbers indicate more +
Get the compilation level for this location. This is an implementation + defined number indicating the level at which the current location was + compiled. 0 indicates interpreted. Any positive number indicates some + level of JIT compilation. Typically, higher numbers indicate more aggressive compilation strategies

For native methods, a non-zero compilation level indicates that some diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMember.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMember.html index 309a7eb325..7d030443ed 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMember.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMember.html @@ -114,7 +114,7 @@

Interface JavaMember


public interface JavaMember

Base interface inherited by JavaField and JavaMethod.

- +

This interface is modeled on java.lang.reflect.Member.

diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMethod.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMethod.html index 6ef7b7e3e7..5a3ec77c85 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMethod.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMethod.html @@ -191,7 +191,7 @@

getBytecodeSections

Returns:
an iterator over a collection of ImageSections. Each ImageSection contains data (usually bytecodes) used - in executing this method in interpreted mode. + in executing this method in interpreted mode.

The collection may be empty for native methods, or pre-compiled methods. diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMonitor.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMonitor.html index 3fd0c057bd..4b058f4d5c 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMonitor.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaMonitor.html @@ -153,7 +153,7 @@

Method Summary

String getName() -
Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is +
Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is usually present in the running VM.
@@ -218,7 +218,7 @@

getObject

getName

String getName()
         throws CorruptDataException
-
Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is +
Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is usually present in the running VM. If there is no name for the monitor a synthetic name will be created by DTFJ.
diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaRuntime.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaRuntime.html index 7e0b15a44d..3fc53a3825 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaRuntime.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaRuntime.html @@ -405,7 +405,7 @@

getCompiledMethods

  • getMonitors

    Iterator getMonitors()
    -
    Provides access to the collection of monitors used in the JavaVM. This +
    Provides access to the collection of monitors used in the JavaVM. This collection includes both monitors associated with managed objects (e.g. object monitors) and monitors associated with internal control structures (e.g. raw monitors)
    @@ -470,7 +470,7 @@

    getTraceBuffer

    Parameters:
    bufferName - a String naming the buffer to be fetched
    -
    formatted - true if formatting should be performed on the buffer, or +
    formatted - true if formatting should be performed on the buffer, or false if the raw buffer contents should be returned
    Returns:
    an implementation specific result, depending on the parameters
    diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaRuntimeMemoryCategory.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaRuntimeMemoryCategory.html index a5b4fb4ebe..6d0505a3a4 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaRuntimeMemoryCategory.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaRuntimeMemoryCategory.html @@ -111,7 +111,7 @@

    Interface JavaRunt
    public interface JavaRuntimeMemoryCategory

    Represents a category of native memory allocated by the Java runtime.

    - +

    A category is a high-level grouping of memory allocations such as "Threads", "Classes" or "Java Heap".

    diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaThread.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaThread.html index e4f1c73f63..6b1174acf9 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaThread.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaThread.html @@ -672,7 +672,7 @@

    getImageThread

    Throws:
    CorruptDataException - If the underlying resource describing the native representation of the thread is damaged
    -
    DataUnavailable - If no mapping is provided due to missing or limited underlying resources (this +
    DataUnavailable - If no mapping is provided due to missing or limited underlying resources (this exception added in DTFJ 1.1)
    See Also:
    ImageThread
    @@ -710,7 +710,7 @@

    getStackFrames

    Get the set of stack frames.
    Returns:
    -
    an iterator to walk the managed stack frames in order from +
    an iterator to walk the managed stack frames in order from top-of-stack (that is, the most recent frame) to bottom-of-stack
    See Also:
    JavaStackFrame, @@ -727,7 +727,7 @@

    getName

    String getName()
             throws CorruptDataException
    Return the name of the thread. - + Usually this is derived from the object associated with the thread, but if the name cannot be derived this way (e.g. there is no object associated with the thread) DTFJ will synthesize a name for the thread.
    diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaVMOption.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaVMOption.html index 89ef2807ef..2d4ebb06f2 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaVMOption.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/java/JavaVMOption.html @@ -107,7 +107,7 @@

    Interface JavaVMOption

    public interface JavaVMOption

    Represents the JavaVMOption C structures passed to JNI_CreateJavaVM to create the VM.

    - +

    Each JavaVMOption consists of two components:

    1. an optionString string, used to identify the option.
    2. diff --git a/api/jdk8/platform/dtfj/com/ibm/dtfj/runtime/ManagedRuntime.html b/api/jdk8/platform/dtfj/com/ibm/dtfj/runtime/ManagedRuntime.html index 3e5bef9045..0219a9f82a 100644 --- a/api/jdk8/platform/dtfj/com/ibm/dtfj/runtime/ManagedRuntime.html +++ b/api/jdk8/platform/dtfj/com/ibm/dtfj/runtime/ManagedRuntime.html @@ -110,7 +110,7 @@

      Interface ManagedRuntime


      public interface ManagedRuntime

      Represents a generic managed runtime instance.

      - +

      No class should implement this interface directly. Instead, they should implement another interface which extends this interface and provides APIs for a specific language runtime environment.

      diff --git a/api/jdk8/platform/dtfj/index-all.html b/api/jdk8/platform/dtfj/index-all.html index 820eca27ba..eb2c5ce58f 100644 --- a/api/jdk8/platform/dtfj/index-all.html +++ b/api/jdk8/platform/dtfj/index-all.html @@ -676,7 +676,7 @@

      G

    getName() - Method in interface com.ibm.dtfj.java.JavaMonitor
    -
    Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is +
    Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is usually present in the running VM.
    getName() - Method in interface com.ibm.dtfj.java.JavaRuntimeMemoryCategory
    @@ -868,12 +868,12 @@

    G

  • getSignalName() - Method in interface com.ibm.dtfj.image.ImageProcess
    -
    Get the name of the OS signal in this process which triggered the +
    Get the name of the OS signal in this process which triggered the creation of this image.
    getSignalNumber() - Method in interface com.ibm.dtfj.image.ImageProcess
    -
    Get the OS signal number in this process which triggered the creation +
    Get the OS signal number in this process which triggered the creation of this image.
    getSignature() - Method in interface com.ibm.dtfj.java.JavaMember
    diff --git a/sitemap.xml b/sitemap.xml index e55b476610..5220b32d75 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,1657 +2,1657 @@ https://www.eclipse.org/openj9/docs/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/allocation/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/aot/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-conditionhandling/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-cuda/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-daa/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-dtfj/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-gpu/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-jdk11/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-jdk17/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-jdk21/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-jdk23/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-jvm/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-langmgmt/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-overview/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/api-shrc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/attachapi/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/builds/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/cmdline_general/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/cmdline_migration/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/cmdline_specifying/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/configuring/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/criusupport/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/d_jvm_commands/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmenableclasscaching/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmenablelegacydumpsecurity/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmenablelegacylogsecurity/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmenablelegacytracesecurity/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmgpudisable/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmgpuenable/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmgpuverbose/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmlangmanagementosmxbeaniscputime100ns/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmlangmanagementverbose/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmotisharedsharedclassglobalfilterclass/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachcommand_timeout/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachdirectory/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachdisplayname/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachenable/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachfileaccessupdatetime/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachid/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachlogging/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachlogname/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachretry/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachshutdown_timeout/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dcomibmtoolsattachtimeout/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dfileencoding/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/diag_overview/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djavacompiler/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djavalangstringbuffergrowaggressively/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djavalangstringsubstringnocopy/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativecbc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativechacha20/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativecrypto/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativedigest/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativeec/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativeeckeygen/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativegcm/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativersa/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativexdhkeyagreement/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/djdknativexdhkeygen/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dorgeclipseopenj9criuimmutableenvvars/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dump_heapdump/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dump_javadump/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/dump_systemdump/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/enhancementstoopenjdksecurity/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/env_var/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/gc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/gc_overview/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/interface_dtfj/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/interface_jvmti/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/interface_lang_management/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/introduction/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/jit/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/jitserver/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/jitserver_tuning/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/legal/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/messages_intro/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/migrating11to17/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/migrating17to21/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/migrating8to11/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/openj9_defaults/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/openj9_directories/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/openj9_newuser/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/openj9_releases/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/openj9_signals/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/openj9_support/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/openssl/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/shrc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/shrc_diag_util/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_builder/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_jcmd/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_jdmpview/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_jextract/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_jmap/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_jps/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_jstack/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_jstat/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_migration/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/tool_traceformat/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.10/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.11/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.12/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.13/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.14/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.15/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.16/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.17/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.18/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.19/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.20/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.21/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.22/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.23/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.24/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.25/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.26/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.27/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.29.1/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.29/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.30.1/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.30/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.32/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.33/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.35/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.36/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.37/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.38/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.39/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.40/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.41/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.42/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.43/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.44/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.45/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.46.1/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.46/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.47/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.48/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.8/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/version0.9/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/vgclog/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/vgclog_examples/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/x/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/x_jvm_commands/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xaggressive/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xalwaysclassgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xaot/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xargencoding/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xbootclasspath/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xceehdlr/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xcheck/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xclassgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xcodecache/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xcodecachetotal/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xcomp/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xcompactexplicitgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xcompactgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xcompilationthreads/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xcompressedrefs/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xconcurrentbackground/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xconcurrentlevel/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xconcurrentslack/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xconmeter/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xdisablejavadump/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xdump/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xdynamicheapadjustment/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xenableexcessivegc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xenableexplicitgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xenablestringconstantgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xfastresolve/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xfuture/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xgcmaxthreads/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xgcpolicy/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xgcsplitheap/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xgcthreads/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xgcworkpackets/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xint/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xjit/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xjni/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xlinenumbers/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xloa/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xloaminimum/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xlockreservation/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xlockword/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xlog/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xlp/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xlpcodecache/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xlpobjectheap/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmca/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmcrs/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmine/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xminf/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmint/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmn/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmo/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmoi/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmr/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xms/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xmso/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xnumanone/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xoptionsfile/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xquickstart/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xrs/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xrsonrestoresynconrestore/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xsamplingexpirationtime/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xscdmx/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xscminaot/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xscminjitdata/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xscmx/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xshareclasses/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xshareclassesdisableonrestore/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xsigcatch/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xsigchain/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xsignal/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xsoftmx/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xsoftrefthreshold/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xss/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xsyslog/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xtgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xthr/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xtlhprefetch/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xtrace/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xtunevirtualized/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xverbosegclog/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xverify/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xx_jvm_commands/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxactiveprocessorcount/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxadaptivegcthreading/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxallowvmshutdown/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxalwayspretouch/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcheckpointgcthread/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxclassrelationshipverifier/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcodecachetotal/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcodecachetotalmaxrampercentage/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcompactstrings/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcompatibility/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxconcgcthreads/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcontinuationcache/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcpuloadcompatibility/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcriurestorenonportablemode/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxcriusecprovider/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxdiagnosesynconvaluebasedclasses/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxdisableexplicitgc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxdisclaimjitscratch/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxenable3164interoperability/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxenablecpumonitor/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxenablecriusupport/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxenabledynamicagentloading/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxenableextendedhcr/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxensurehashed/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxexitonoutofmemoryerror/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxgloballockreservation/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxhandlesigabrt/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxhandlesigusr2/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxhandlesigxfsz/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxheapdumponoutofmemory/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxheapdumppath/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxheapmanagementmxbeancompatibility/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxidletuningcompactonidle/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxidletuninggconidle/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxidletuningminfreeheaponidle/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxidletuningminidlewaittime/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxignoreunrecognizedrestoreoptions/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxignoreunrecognizedvmoptions/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxignoreunrecognizedxxcolonoptions/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxinitialheapsize/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxinitialrampercentage/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxinterleavememory/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxiprofileduringstartupphase/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitinlinewatches/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserveraddress/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserveraotcachedir/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserveraotcacheignorelocalscc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserveraotcachename/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserveraotcachepersistence/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserveraotmx/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserverlocalsynccompiles/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserverlogconnections/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitservermetrics/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitservermetricsport/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitservermetricssslkey/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserverport/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitservershareromclasses/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserversslcert/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitservertimeout/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxjitserveruseaotcache/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxlazysymbolresolution/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxlegacyxlogoption/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxmaxdirectmemorysize/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxmergecompileroptions/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxnosuballoc32bitmem/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxonoutofmemoryerror/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxopenj9commandlineenv/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxoriginaljdk8heapsizecompatibilitymode/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxpagealigndirectmemory/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxparallelcmsthreads/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxparallelgcmaxthreads/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxparallelgcthreads/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxperftool/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxportablesharedcache/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxpositiveidentityhash/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxprintcodecache/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxprintflagsfinal/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxreadipinfoforras/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxreducecpumonitoroverhead/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxrequirejitserver/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxruntimeinstrumentation/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxsethwprefetch/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshareanonymousclasses/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshareclassesenablebci/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxsharedcachehardlimit/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshareorphans/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshareunsafeclasses/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshowcarrierframes/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshowcodedetailsinexceptionmessages/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshowhiddenframes/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshownativestacksymbols/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxshowunmountedthreadstacks/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxstacktraceinthrowable/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxtransparenthugepage/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxusecompressedoops/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxusecontainersupport/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxusegcstartuphints/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxusejitserver/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxusenogc/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxusezlibnx/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxutfcache/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxverboseverification/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xxvmlockclassloader/ - 2024-10-11 + 2024-10-18 daily https://www.eclipse.org/openj9/docs/xzero/ - 2024-10-11 + 2024-10-18 daily \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index ce2f1efb3c3229246dcfb276b61791d61e4fb3a6..976afbf2e99424e648a2279178f13d59e3e31ace 100644 GIT binary patch delta 2492 zcmV;t2}Abm6zmiSABzYGrm_){2h4xI@g>`9A1>3Q3Ip|t{(3RWy8Dl(53j65Pj5*7 zE1YtCr7Apf!Z~9R4mjD*ItF9gSn}Cf^hhpEbkJe$jIhk^MO z0&|Zsn)?F)=GDuGbbMDocmSOl*>JmBy2&TaW75JYOHq8=$;!s;s&z)VU95k7GvMen zP@tq72CTP30w6@HtVSt>uLA=95UbsLHY_}v3XR9%=&xLLW7H)a=mqh z(((etCn+(yy!t7d`aiWv6l+1lH#U(jG2QXN^W@Y$C{JkUKtlclHLp=pnk@jf&5bJ5 zCOq0_um+8o4aNb*O8*@jab+edc#<%WwU~Gds455pyNSQo{dnQ1RtZI<}3B z{WA=2x=$sd&>A~XE-195aY!$8A1I*k4%(xjrmRpjoqq8mI0W*sL z>EW9<%u}gBdh83T6Pp0|X-8|YTEbX~BqCUT@Q$iQYh1m!?j5t4V?ZNkj{vNwG`A$?f`Hnp_5m=bj6j)-(iad=gxLvF zqP4ItWea^wUiyE?ZoNOAA9v3vpgR=MJqqXn1@wpl`VSP)FDRg2Q9!?;fPM!7-J@ux zJ&I=9qiCi*ie}oQXr?`iX4<1@rag*g+JAq95l|?)>F^9QrUw)?dO*=m2NdmeKoR-} z6rq1W5&8!dcjSN~@{cHT^oXLFjwk~Eh$8ThDDKD+MKgaLzrYxJM-(M`L{Xwg6eWtn zDP7kO+Qk8Z@kF!olaroLHVelC>Zv%tm;Or!bvJd-Yr`!qomKi73A0KAMkkQDi?J-< z`lQMzoK+Kz#wF>LBT3IBnlaWnFCc0?XbFY0#3H>YXKuZ801%ZfG*8ZITL9+i!VAG^ z-IA48#zcQgy!F(8oB2d0Q7<1h=$aCR(kXozQmnziAUnE}gQ3k%$yc#4cq-D%2Q6`@FWBrCG18s(3~A$_rv2thj3@Jr)bOs30G@=ReH4 zH#+g5i@uhcq(h4Tz6b5qjA0fIdWyXA@8U5t3#fn6G=X?hlrR1k(}jJl3rVlepRIVU zFTQcid=A2!8_n%}uTXtQ(tGjEE-Lwi-UjQd7Z0j0Y#LFz0#rCIv@AA_cueVAC2kTA zh!Qb(Q|!*95o{x`m3Tt&%7^7T$w%zvBTBc}ymW2oqj*5+Hm{c+)Ar)UVU|7%*{4w< ziWh&{acTy5ZYS>uC;h8heaS^hZ+bS1wZ0e7w+ip9I%(8=4MUMcOqq0Fh zW)Pnqm}6h$uYQJ1)VEEmJVqxyw3)?=sC$2wAAXgeGQsmvI-wgUUN|IQrY}7ir8Cw* zSDQ*z&i*3lQs_#liw(+yaa+|NtArA(c$KhLR!z~i?8$XTh$n7tU!t|hk2;`YGn{Zca{RL{APbr7(!$vXYuD_uq;YIc$)x0IC$$7cq^r26E2jd zXaM}b*UGd)!H^j>z|_dB4@Z?p@d2!vW?pO|))ITqDm&dNCHaeQaItG)0i>MqneS;F zWjm-&zO;CQtvT&sVCO#n5)VsiYBkrttvVEFfR08B>-&-De(p#GD1XZGWL|&I%ih8m zY!Mmp*?1qYTSYb&am!RsL~ZH-qPHhEWeY&|+icl`O;kf79f#2N__ol&mUoKBfAz5F zEkNd25rOctV`!CYi!?Jm2rg9Ie2E%3Qdh#TOYD?l%TzaY3G}yIaQ4R8^%6hQXPz9P zl{(*ATuFZLuEoIE)1stIlh}Viys<2ie`6CI^D43V2Fhiv;qZg<1P48}9^JW6&`|8+ z6HMP}*ZF)8dTpKvB>P-!u1z2fVK2R5dn(ClI9`OP`rnyzb{D$CP(uyzQuUFd2ifj? z=gv+O&^Wg+LaaEvHPfr|md@oa|tOa%Xe-_8O}D zZTkfwF>F!;DaY>jM@b?dI`MiWr+o%V&wM2YYLxnc83mY9Ut$!WasHY(x|sO}!kn98 zwym1R8VZF)Tg&+o&zyg3C@4+sR@&aFA@^2(rT4s)R82PYv5zUKET7j@{UPfzvO6^b z6an$wDr@F97f?KJU0T!FkV~p9Ed?TDEmIk9AjQpVPmtDNiw(@0L1IK78=0(muAR0J z(5r&xN9>n)@m;T1=9nhFH^!u>A*-HXrg6M!m6BysGbs-O%r<|Jp~8P9vu8bPTH-DY zpV|3?_ynUhYt)&PD0V8U%%)uEDp;elnZCx8REhZ=<+)5Y4udQE{{trE=mw(t(fB7$eKX8?*8NH!z(M%(;L$N z3a1=jsS1yraL!nS15Wm{j=|VAmVA5Tc=`b#SEJ-p8ifE^`m=n>VXE>W&*rk*VPJlR zz}#bu=KcVHdG+!k9pBXt9zbVCHr%e3Zt_XhZL z^AuF)_!^b7W+5wnF8qe=Xi)lYs^=>;PvmlkgLiR&WiLr-f}&?H(b(KR0SfLq-YB$e z^mZ|0;4Z#|3Thyp)Foy=ccg!U&3dZEdfGidhYa{ZkiLRgY#vo2v;JPR(BNXHTyI^W zw7dZENlJ_^uYSs={!eWZ#ahttjZLIWOm{r+JUMj_$`cwokdXgC&1;mDW($CAbE68i z36J&}tU)7YgKZ*7` zOgy*=0JYiPxwH^kSNopQkm5}ZLt>?9ujKAfA0gLneGsCKlX!M>399fY>rTU>gZ3z>DJvAz*^E356zjGn&V+?6fA;bV+k5NF zZPUwoUrP%OP`F-Ik{*8wtA09-q^9-&0JRxEAgKAC3wiml)KWzCA|En4bnP8;!Pp_< zC3fO9CL40l()mFAOdATNUTHeXPj7u^JzssXD6q}1JiYHriN{XSR4qTt=xmF4z|0~* zdidrI^HgdOAHr)17s9jkJmt)5J)f4fB%F24C=A1HSEBS>_jiBTuO&*)cz=Wa#se#y zb$xs?)T`=B#(>?n=PhCI2D;TOT^DSui5#g6GO*bWK{*gsgyh}!IA`HXR(`QYBRnlT zjbKJ9#FK?0Yy6t3y4||T0-G0u}Ck-bV^@_6l*Xr$d0b$U}&>b@>OgMo{ID`f_dwH zjnVpIMnG&0XRU5+Pn0=VrVwB2KCkU&Y1XT&DqfMj@`Bh0EAHA!kHtbRD#(ZK`46-1 zjZS>%qOYYU>5$^T??HPtW0-}5o+7XOyLimZ0;+#BO(32W<%_??bYWlXLei`AXDeRo zi*Fn=pM&t`MsqvgD^%Z+^j>_ki%LGBx54`A#e?b#n?{tb02Pi4EsISf9#i^OiJQa& zqD0Ky6uUEN1l!1KC7w{c@?p77@)3Lah|(=KFI^k@C>~I{&FiJdw7qz7n5EA`_Gwgz z;)Q>9oSFfi+sQk^N&l)=Uvg2>o1V?$ZHbg)VDGC${&f%f?TK*g+)_U+-*%qt+8Iaw z@pyCA#?Rsz*)Ecw61ZTVZ854S`KaQ*^mab%lEo%IoBAW_w%ZOPv+ST%(IWunsBDmr z8N{at=GYhctDhkg^=;ECkI_jFZD#Qz>Yjh)hhOEVOz?b^PUyyo7Y@mn=}S*W>5Mhd z)uvLFv%g5X6uMICVkUrUxrSFFI%b!fBF?d-cL#g^k2la5tKv+*b9+Dxt(GUL~xRRa3Mrdvcu-;)$EvmuRiI$fKPW$!5i8g=2q} zH2sa%t2rq@QPLEO8c06LM!;k~n5PRTq`P zni0v?E%+83+YfgI@*tyTY#KV%BTFv!us}2Pkprg^k`hFz3pF2_k%Ac}4nb&{wvbQh> zTSP{DHr@y9R*{WG+%nY@QJXq|=!6V;GN$04*mzAbdH<(=a3Up*{( z3y?WhL?Ha^7+U4pBF#(>f(sQlU!n$%)Ri#o5<8{XGSy980{tx)oV{^&y~L07nI}hR zrOvk&SCSvRYcVkPv?wXlBsPB#Z!AmX-`E7lyh?1ofpS@EIQ*bI!9h>0M|Un1G!(n| z1k-ogbw1yNUYjQZ$vzjGYZFLA*h_ENo=UPBju#=S{&(h_-G%Nj)KEjbRDGoALAE>J zxwF#*G|nxI5GxLE&Gf3gr87JA>z?nvi*D%ySP}Lu91Tj}TQiw8P9T4s*Q=Rreb&*d z3yTmc@RSDHtf2%FjR`T=brbHe?`#`v>BM;Zoa?hKAHD?(C|t!eCp*}n+}T{dy@u+3 z+kQbv44c$I%CYU>|;tQ%jY#!f5^Iw>`sjU zML>MF%9{Dj1r*O)m)0~k{-v6mbeSU zXLkM|KEY@W8=g2L9#k`yb5Z)T20Cns@ zGW*wTAB}aO2_Rvrl@Gq1s2AguA%NNbWRaIZDwk^Ou(IWLjXa$Z#u&ykVb&1kmtr#J zFK4?TKFg(+9wIETvb8Q+n`dYUcl7F8#n)mIx6(!NYwH)K|3gpe