 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Andreas Jakobik Guest
|
Posted: Wed Oct 06, 2004 2:31 pm Post subject: Looking for a presentation of the JVM |
|
|
Dear JVMers,
I'd like to give a few presentations/seminars at work about the Java
Virtual Machine. The idea is to present the JVM architecture in some
depth to the engineering staff and discuss how our particular JVM (a
J2ME CDC version on top of Enea OSE) works.
The following topics should be covered:
* JVM architecture
* Class file structure
* Type/Linking
* GC
* Stack and local variable operations
* Opcodes
* Exceptions/Finally clause
* Methods invocations
* Threads
(more or less copied from Bill Venner's book Ínside the Java 2 VM)
Before I go ahead and produce the necessary slides, I wonder if there
is any material I can use directly? It would save me a lot of time.
Any pointers are most welcome!
Thanks!
/Andreas
|
|
| Back to top |
|
 |
Artur Biesiadowski Guest
|
Posted: Wed Oct 06, 2004 7:31 pm Post subject: Re: Looking for a presentation of the JVM |
|
|
Andreas Jakobik wrote:
| Quote: | Dear JVMers,
I'd like to give a few presentations/seminars at work about the Java
Virtual Machine. The idea is to present the JVM architecture in some
depth to the engineering staff and discuss how our particular JVM (a
J2ME CDC version on top of Enea OSE) works.
[...]
Before I go ahead and produce the necessary slides, I wonder if there
is any material I can use directly? It would save me a lot of time.
|
http://java.sun.com/javaone/sessions/slides/TT27/index.html
A bit outdated, but you can still try to get some slides there.
You can also find something interesting here
http://www.netrino.com/Papers/ESC2002/
Artur
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|