LWN.net Logo

Oracle sues Google over use of Java in Android (ars technica)

Oracle sues Google over use of Java in Android (ars technica)

Posted Aug 15, 2010 10:53 UTC (Sun) by alextingle (subscriber, #20593)
In reply to: Oracle sues Google over use of Java in Android (ars technica) by mikov
Parent article: Oracle sues Google over use of Java in Android (ars technica)

"precise garbage collection" is a contradiction in terms, at least when applied to Java-style GC.

C++'s garbage collection is *precise* -- objects are destroyed when they go out of scope. In Java, you never know when you're going to get your memory back.


(Log in to post comments)

Oracle sues Google over use of Java in Android (ars technica)

Posted Aug 15, 2010 17:44 UTC (Sun) by mikov (subscriber, #33179) [Link]

Precise as opposed to a conservative gc like Boehm's.
C++ destructors are not gc.

Oracle sues Google over use of Java in Android (ars technica)

Posted Aug 16, 2010 17:16 UTC (Mon) by Cyberax (subscriber, #52523) [Link]

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds