< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ArgumentHandler.java

Print this page
rev 59103 : imported patch hotspot

*** 518,538 **** * This connector can be used by a debugger application to attach to * a currently running target VM through the shared memory transport. It is * available only on the Microsoft Windows platform. * " */ - {"solaris-sparc", "com.sun.jdi.SharedMemoryAttach"}, - {"solaris-sparcv9", "com.sun.jdi.SharedMemoryAttach"}, - {"solaris-i586", "com.sun.jdi.SharedMemoryAttach"}, - {"solaris-amd64", "com.sun.jdi.SharedMemoryAttach"}, - {"solaris-x64", "com.sun.jdi.SharedMemoryAttach"}, {"linux-i586", "com.sun.jdi.SharedMemoryAttach"}, {"linux-ia64", "com.sun.jdi.SharedMemoryAttach"}, {"linux-amd64", "com.sun.jdi.SharedMemoryAttach"}, {"linux-x64", "com.sun.jdi.SharedMemoryAttach"}, - {"linux-sparc", "com.sun.jdi.SharedMemoryAttach"}, - {"linux-sparcv9", "com.sun.jdi.SharedMemoryAttach"}, {"linux-aarch64", "com.sun.jdi.SharedMemoryAttach"}, {"linux-arm", "com.sun.jdi.SharedMemoryAttach"}, {"linux-ppc64", "com.sun.jdi.SharedMemoryAttach"}, {"linux-ppc64le", "com.sun.jdi.SharedMemoryAttach"}, {"linux-s390x", "com.sun.jdi.SharedMemoryAttach"}, --- 518,531 ----
*** 548,568 **** * connection from a separately invoked target VM through the shared memory * transport. * It is available only on the Microsoft Windows platform. * " */ - {"solaris-sparc", "com.sun.jdi.SharedMemoryListen"}, - {"solaris-sparcv9", "com.sun.jdi.SharedMemoryListen"}, - {"solaris-i586", "com.sun.jdi.SharedMemoryListen"}, - {"solaris-amd64", "com.sun.jdi.SharedMemoryListen"}, - {"solaris-x64", "com.sun.jdi.SharedMemoryListen"}, {"linux-i586", "com.sun.jdi.SharedMemoryListen"}, {"linux-ia64", "com.sun.jdi.SharedMemoryListen"}, {"linux-amd64", "com.sun.jdi.SharedMemoryListen"}, {"linux-x64", "com.sun.jdi.SharedMemoryListen"}, - {"linux-sparc", "com.sun.jdi.SharedMemoryListen"}, - {"linux-sparcv9", "com.sun.jdi.SharedMemoryListen"}, {"linux-aarch64", "com.sun.jdi.SharedMemoryListen"}, {"linux-arm", "com.sun.jdi.SharedMemoryListen"}, {"linux-ppc64", "com.sun.jdi.SharedMemoryListen"}, {"linux-ppc64le", "com.sun.jdi.SharedMemoryListen"}, {"linux-s390x", "com.sun.jdi.SharedMemoryListen"}, --- 541,554 ----
*** 578,606 **** * This connector can be used by a debugger application to launch a * Sun VM or any other VM which supports the same invocation options with * respect to debugging. The details of launching the VM and specifying the * necessary debug options are handled by the connector. The underlying * transport used by this connector depends on the platform. On Microsoft ! * Windows, the shared memory transport is used. On Solaris and Linux the ! * socket transport is used. * " */ - {"solaris-sparc", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, - {"solaris-sparc", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, - - {"solaris-sparcv9", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, - {"solaris-sparcv9", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, - - {"solaris-i586", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, - {"solaris-i586", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, - - {"solaris-amd64", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, - {"solaris-amd64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, - - {"solaris-x64", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, - {"solaris-x64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, - {"linux-i586", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, {"linux-i586", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, {"linux-ia64", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, {"linux-ia64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, --- 564,576 ---- * This connector can be used by a debugger application to launch a * Sun VM or any other VM which supports the same invocation options with * respect to debugging. The details of launching the VM and specifying the * necessary debug options are handled by the connector. The underlying * transport used by this connector depends on the platform. On Microsoft ! * Windows, the shared memory transport is used. On Linux the socket transport is used. * " */ {"linux-i586", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, {"linux-i586", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, {"linux-ia64", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, {"linux-ia64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"},
*** 609,624 **** {"linux-amd64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, {"linux-x64", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, {"linux-x64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, - {"linux-sparc", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, - {"linux-sparc", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, - - {"linux-sparcv9", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, - {"linux-sparcv9", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, - {"linux-aarch64", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, {"linux-aarch64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, {"linux-arm", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, {"linux-arm", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, --- 579,588 ----
*** 652,672 **** {"aix-ppc64", "com.sun.jdi.CommandLineLaunch", "dt_shmem"}, {"aix-ppc64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"}, // shared memory transport is implemented only on windows platform - {"solaris-sparc", "dt_shmem"}, - {"solaris-sparcv9", "dt_shmem"}, - {"solaris-i586", "dt_shmem"}, - {"solaris-amd64", "dt_shmem"}, - {"solaris-x64", "dt_shmem"}, {"linux-i586", "dt_shmem"}, {"linux-ia64", "dt_shmem"}, {"linux-amd64", "dt_shmem"}, {"linux-x64", "dt_shmem"}, - {"linux-sparc", "dt_shmem"}, - {"linux-sparcv9", "dt_shmem"}, {"linux-aarch64", "dt_shmem"}, {"linux-arm", "dt_shmem"}, {"linux-ppc64", "dt_shmem"}, {"linux-ppc64le", "dt_shmem"}, {"linux-s390x", "dt_shmem"}, --- 616,629 ----
< prev index next >