jdk/src/jdk.attach/share/classes/META-INF/services/com.sun.tools.attach.spi.AttachProvider
changeset 26216 5e46c782b43c
parent 25859 3317bb8137f4
equal deleted inserted replaced
26215:365b0c41b770 26216:5e46c782b43c
    20 #
    20 #
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 # List all Sun provided attach providers here. If there
    25 sun.tools.attach.AttachProviderImpl
    26 # are providers that are only available on a particular OS
       
    27 # then prefix the line with #[OS] and they will automatically
       
    28 # uncommented by the build process.
       
    29 #
       
    30 #[solaris]sun.tools.attach.SolarisAttachProvider
       
    31 #[windows]sun.tools.attach.WindowsAttachProvider
       
    32 #[linux]sun.tools.attach.LinuxAttachProvider
       
    33 #[macosx]sun.tools.attach.BsdAttachProvider
       
    34 #[aix]sun.tools.attach.AixAttachProvider