From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aef01dc1d0a3a8bd X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: Dummy Date: 2000/02/04 Message-ID: <87bt5wlt8l.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 581616894 References: <387b154a.3533365@newsread.albacom.net> <3898C380.BC01EC03@earthlink.net> <3899DB45.B481F8E2@averstar.com> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 949688762 29631 192.168.1.2 (4 Feb 2000 18:26:02 GMT) Organization: Penguin on board User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.4 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 4 Feb 2000 18:26:02 GMT Newsgroups: comp.lang.ada Date: 2000-02-04T18:26:02+00:00 List-Id: Tucker Taft writes: > Finally, Ada has local/stack-resident composite objects; all composite > objects in Java are allocated out of the heap -- there is no compile-time > way to ensure their lifetime is limited to a single function invocation.) Does this mean that that the finalization of local variables is non-deterministic in Java? Ugh.