changeset in /hg/icedtea6: 2008-03-03 Joshua Sumali <jsumali at r...

Joshua Sumali jsumali at redhat.com
Tue Mar 4 04:18:23 PST 2008


Gary Benson wrote:
> Hi Josh,
>
> You lost a chunk of the tzdata patch with this commit
>
>   diff -r 5e96a8bfa20f openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp
>   --- a/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp
>   +++ b/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp
>   @@ -397,10 +397,6 @@ void os::init_system_properties_values()
>      Arguments::PropertyList_add (&sp,
>                                  "javax.net.ssl.trustStorePassword",
>                                  "");
>   -
>   -  // Use the system zoneinfo files, if present
>   -  Arguments::PropertyList_add (&sp,
>   -                              "user.zoneinfo.dir", "/usr/share/javazi");
>   
>    #undef malloc
>    #undef getenv
>
> Was that intentional?
>    
> Cheers,
> Gary
>   
Nope, this was not intentional. I think I missed this in the rebasing... 
os_linux.cpp is one of those files that has patches on top of patches 
across different files. Thanks for noticing this.

Josh



More information about the distro-pkg-dev mailing list