views:

80

answers:

2

Hey,

Can u suggest some articles or books about JVM internals: how it allocates memory, handles object inheritance, garbage collection, how it executes byte code and so on.

+1  A: 

Have a look at "The Java Virtual Machine Specification": http://java.sun.com/docs/books/jvms/

Richard Fearn
A: 

You might have a look at "Inside the JVM". Unfortunately I'm not aware of the existence of any new books on the subject.

Bozhidar Batsov