Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8137055 Prepare for JEP 260
  3. JDK-8153181

Move sun.misc.VMSupport to an internal package

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • core-libs
    • b114

      sun.misc.VMSupport is a utility class supporting two separate functions:
        1) the initialization of management Agent properties, and
        2) the retrieval of the VM temporary directory used by the attach and perf data files.

      The initialization of Agent properties is used statically by the java.managment module,
      or can be provoked by a serviceability tool on a VM that has had an agent loaded in it.
      The location of VM temporary files is a low-level interface between the libraries and VM.
      For these reasons, VMSupport should remain in the base module, but be moved to an
      internal package.

            chegar Chris Hegarty
            chegar Chris Hegarty
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: