× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Not sure where you heard that "the iSeries JVM actually pauses execution in
the JVM to do clean up," but it's simply not the case.  In fact, the
asynchronous nature of the iSeries' GC algorithms helped push us to our
early domination of the specJBB benchmark.

The only exception to this generally asynchronous behavior -- where mutator
threads are actually paused -- occurs when an attempt to allocate storage
would cause the JVM to exceed its maximum heap size.  (Before throwing an
OutOfMemoryError the JVM is required to "try real hard" to collect
everything it can.)

FWIW, the design of the iSeries JVM GC was originally based on "Portable,
Unobtrusive Garbage Collection for Multiprocessor Systems", Doligez and
Gonthier, POPL 1/94, but has seen several improvements over the years from
colleagues in IBM Research division (notably Haifa).

Just wanted to set the record straight.

-blair


  ___   _           Blair Wyman                  IBM Rochester
 ( /_)  /  _  ' _   (507)253-2891            blairw@xxxxxxxxxx
__/__)_/_<_/_/_/_'  Opinions expressed may not be those of IBM



                                                                           
             "Jim McLean"                                                  
             <Jim.McLean@farro                                             
             w.com>                                                     To 
             Sent by:                  java400-l@xxxxxxxxxxxx              
             java400-l-bounces                                          cc 
             @midrange.com                                                 
                                                                   Subject 
                                       System wide JVMs                    
             07/06/2004 12:58                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
             Java Programming                                              
             on and around the                                             
              iSeries / AS400                                              
                                                                           
                                                                           




Guys,

I think the main reason why there aren't system wide JVMs is for code
security/stability.  Wouldn't it be kinda crazy if all Java processes were
using the same JVM?  Processes could just start screwing with other
processes session type objects whenever they felt like it.  What about
garbage collection in this huge JVM?  As far as I know the iSeries is a bit
different in terms of GC compared to the typical background process.  The
iSeries JVM actually pauses execution in the JVM to do clean up.  I think
we would have alot of clean-up to do if we have processes entering and
leaves the same JVM all the time.

Just throwing out what I see as some potential problems...




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.