Java Virtal Machine.net

[ News ] rss

March 15, 2010

Joe Darcy: Beware of Covariant Overriding in Interface Hierarchies. One of the changes to the Java programming language made back in JDK 5 was the introduction of covariant returns, that is, the ability in a subtype to override a method in a supertype and return a more specific type. For example,

More »

March 14, 2010

Stephen Colebourne: Java language design by use case. In a blog in 2006 Neal Gafter wrote about how language design was fundamentally different to API design and how use cases were a bad approach to language design. This blog questions some of those conclusions in the context of the Java language.

More »

March/2008
SunMonTueWedThuFriSat
      1
23 45 67 8
910111213 1415
16171819202122
232425 2627 28 29
3031      

[ Archives News ]

home > news > march 2008 > 05

March 05, 2008

Debugging fef the JVM Using dbx

category: Developers

See how to use the Sun Studio tool dbx to debug a particularly thorny JVM crash on a Solaris x86 system.

Comment here

More »


Debugging the JVM Using dbx

category: Developers

See how to use the Sun Studio tool dbx to debug a particularly thorny JVM crash on a Solaris x86 system.

Comment here

More »


©2002-2008Java-Virtual-Machine.net