This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Small example of livelock regression in garbage collector for GCJ 3.3 under Win32


Øyvind Harboe writes:
 >  > 
 > >I take it that this is a null pointer exception.  Presumably 
 > >throwing any exception here would do the same thing.  Did you tyr?
 > 
 > I tried with "throw new Exception();". No livelock.

Right, so it's related to the way that null pointer exceptions are
caught on Win32.  That's weird, because I thought that platform
generated pointer checks.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]