|
|
|
Home General Staff Contact Partners Alumni Research Areas Projects Papers Books Reports Awards Teaching Lectures Exams B.Projects M.Theses PhD Theses Go Abroad Misc Library Seminars Gallery Links Search Webmaster
|
Special Topics in Software Engineering:
Java HotSpot VM
OverviewThis course will give an overview of Oracle's Java HotSpot VM, which is among the best-performing Java virtual machines.The focus will be on the internal data structures, the just-in-time compiler, and garbage collection. Additionally, the Graal research project will be presented. The course will also show how to use the available visualization tools. This includes c1visualizer and IdealGraphVisualizer to analyze the compilation strategies of the two virtual machines. Further we will present some of the available tools to analyze garbage collection issues and performance (Logs, JConsole, JMap, MemoryAnalyzer). There will be no exam, the participants will have to build the VM on their own computer and implement a small modification to HotSpot.
Keywords
Dates
Online Resources |