Sun Studio 12: Debugging a Program With dbx

Specifying 64-bit JVM Software

If you want dbx to start 64-bit JVM software to debug an application that requires 64-bit object libraries, include the -d64 option when you set the jvm_invocation environment variable:


jvm_invocation="/myjava/java -Xdebug -d64"