src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider

Print this page
rev 8975 : 8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests


  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  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
  23 # questions.
  24 #
  25 # List all Sun provided attach providers here. If there
  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



  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  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
  23 # questions.
  24 #
  25 # List all Sun provided attach providers here. If there
  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