VM Overview
•
Three major subsystems
•
Two compilers, two VMs, same infrastructure
>
-client fast, small footprint
>
-server peak generated code performance
•
Java heap management: three garbage collectors
>
Serial (client), Parallel (high throughput),
Concurrent (low pause
•
Runtime: everything else
>
Interpreter
>
Default class loader, thread management,
synchronization, exception handling, ...
评论0
最新资源