[linux-l] ein biscchen offtopic: php Frage

Henrik Hempelmann henrik at hempelmann.com
Di Nov 26 11:48:27 CET 2002


Zitat von Guntram Trebs <gunni at mathematik.hu-berlin.de>:

[bzgl Java GC ..]
> 
> Ich weiß jetzt nicht genau, ob die Art der Garbage-Collection für die java
> virtual machine vorgeschrieben ist, kann mir aber vorstellen, daß nur
> Minimalanforderungen dafür festgelegt sind. Dann wäre es durchaus möglich,
> daß einige virtual machines Speicherlöcher erzeugen und andere nicht bei
> bestimmten Code.

 The Java Language Specification (JLS), which is the official word on the Java
language, does not state that a JVM implementation must support a garbage
collector. For example, a JVM implementation on a smart card -- a plastic card
with an embedded processor -- might require all Java programs to fit within the
confines of that card's memory. As a result, the smart card JVM would not need a
garbage collector. However, most JVMs need garbage collectors.

-> http://www.javaworld.com/javaworld/jw-12-2001/jw-1207-java101.html
und http://java.sun.com/docs/books/jls/second_edition/html/j.title.doc.html
  
   Henrik




Mehr Informationen über die Mailingliste linux-l