This week's book giveaway is in the JDBC and Relational Databases forum.
We're giving away four copies of Resilient Oracle PL/SQL: Building Resilient Database Solutions for Continuous Operation and have Stephen Morris on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

gc ??

 
Ranch Hand
Posts: 356
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is Garbage Collection platform independent?
 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<This message was deleted by tvs sundaram>
[This message has been edited by tvs sundaram (edited August 18, 2001).]
 
tvs sundaram
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JVM implementation is platform dependent.
JVM decides on the algorithm for GC.
On this count IMHO GC is not platform independent.
Gurus may correct me if I am wrong
tvs sundaram
 
Ranch Hand
Posts: 2378
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi TVS, Farooq!
There r three kinds of JVM implmentation ---- FULLY INTERPRETED, JIT COMPILER & HOTSPOT. Last two implementations have virtually wiped out the former one. The details of them are out of scope in this forum, i think....
here u may find something here...
http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html
------------------
azaman
[This message has been edited by Ashik uzzaman (edited August 18, 2001).]
 
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ashok,


There r three kinds of JVM implmentation ---- FULLY INTERPRETED, JIT COMPILER & HOTSPOT.


Where you have got these details?
Regards,
Hassan
 
Ashik Uzzaman
Ranch Hand
Posts: 2378
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hasan, I found some very useful discussions in this forum from one of my friend Wahid Sadik who passes 4 months back and collected them, at about 1 year ago. Then Maha Anna and Ajit Kalamballa were regular participators. But now i searched this forum and not getting them. I'll give u some links later as (abt two weeks...plz mail me to remind ). After all this site is a huge source of knowledge and info i beleive....

------------------
azaman
 
Yeah. What he said. Totally. Wait. What? Sorry, I was looking at this tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic