classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Developing VM


From: Mark Wielaard
Subject: Re: Developing VM
Date: 11 Aug 2003 08:48:27 +0200

Hi,

On Sun, 2003-08-10 at 20:29, Peter Werno wrote:
>
> From the top of my head ... there is this "TimeZone" - class in the
> java.util - package which defines a "getDefaultTimeZoneId" - method. Would
> it make sense to redirect this to - say - the java.lang.VMSystem - class?
> (The currentTimeMillis is defined in "System" too, so it's not too far off
> :-) )

That is indeed one of the places that needs to be abstracted away. Maybe
we could even just let the VM set some System property
(gnu.classpath.vm.default-timezone) to indicate this. But since the 0.06
release is coming soon it might be better to move such a decision to
next week after the release.

Cheers,

Mark





reply via email to

[Prev in Thread] Current Thread [Next in Thread]