Request for review 7053130: hs_err file does not record specified CLASSPATH

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Oct 16 14:36:20 PDT 2012


Harold,

Thank you for fixing this!

I think we should always print "java_class_path:" and use "<undefined>"  (or 
something) when it is not set.

Thanks,
Vladimir

harold seigel wrote:
>   Summary:  Added code to write the value of the java.class.path 
> property to the hs_err file.  The new text in the hs_err file would look 
> like this:
> 
>                  ...
>     VM Arguments:
>     jvm_args: -XX:+CrashGCForDumpingJavaThread
>     java_command: Queens
>     java_class_path: .:/root/dir:/home
>     Launcher Type: SUN_STANDARD
> 
>     Environment Variables:
>     JAVA_HOME=/java/udrt/jdk1.8.0/
>     CLASSPATH=.:/home/:/some/where
>                       ....
> 
> 
> Open webrev at http://cr.openjdk.java.net/~coleenp/Bug7053130 
> <http://cr.openjdk.java.net/%7Ecoleenp/Bug7053130>
> 
> Bug link at http://bugs.sun.com/view_bug.do?bug_id=7053130
> 
> Tested by generating hs_err files and looking at their contents.
> 
> Thanks, Harold


More information about the hotspot-runtime-dev mailing list