hotspot/agent/test/jdi/jstack64.sh
changeset 13873 7b72e3873785
parent 5547 f4b087cbb361
equal deleted inserted replaced
13871:6f15b84496b0 13873:7b72e3873785
     1 #!/bin/sh
     1 #!/bin/sh
     2 #
     2 #
     3 # Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 #
     5 #
     6 # This code is free software; you can redistribute it and/or modify it
     6 # This code is free software; you can redistribute it and/or modify it
     7 # under the terms of the GNU General Public License version 2 only, as
     7 # under the terms of the GNU General Public License version 2 only, as
     8 # published by the Free Software Foundation.
     8 # published by the Free Software Foundation.
    21 # or visit www.oracle.com if you need additional information or have any
    21 # or visit www.oracle.com if you need additional information or have any
    22 # questions.
    22 # questions.
    23 #  
    23 #  
    24 #
    24 #
    25 
    25 
    26 OPTIONS="-Dsun.jvm.hotspot.debugger.useProcDebugger"
       
    27 
       
    28 $JAVA_HOME/bin/java -d64 -showversion ${OPTIONS} -classpath $JAVA_HOME/lib/sa-jdi.jar sun.jvm.hotspot.tools.StackTrace $*
    26 $JAVA_HOME/bin/java -d64 -showversion ${OPTIONS} -classpath $JAVA_HOME/lib/sa-jdi.jar sun.jvm.hotspot.tools.StackTrace $*