ÿþ<html> <head> <meta http-equiv=Content-Type content="text/html; charset=unicode"> <meta name=Generator content="Microsoft Word 12 (filtered)"> <title>www.virtualmachine.de</title> <style> <!-- /* Font Definitions */ @font-face {font-family:Helvetica; panose-1:2 11 6 4 2 2 2 2 2 4;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman","serif";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} p {margin-right:0cm; margin-left:0cm; font-size:12.0pt; font-family:"Times New Roman","serif";} p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {mso-style-link:"Balloon Text Char"; margin:0cm; margin-bottom:.0001pt; font-size:8.0pt; font-family:"Tahoma","sans-serif";} span.BalloonTextChar {mso-style-name:"Balloon Text Char"; mso-style-link:"Balloon Text"; font-family:"Tahoma","sans-serif";} p.msochpdefault, li.msochpdefault, div.msochpdefault {mso-style-name:msochpdefault; margin-right:0cm; margin-left:0cm; font-size:10.0pt; font-family:"Times New Roman","serif";} .MsoChpDefault {font-size:10.0pt;} @page Section1 {size:595.3pt 841.9pt; margin:72.0pt 72.0pt 72.0pt 72.0pt;} div.Section1 {page:Section1;} --> </style> </head> <body bgcolor=white lang=DE link=blue vlink=purple> <div class=Section1> <div align=center> <table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0 style='margin-left:.4pt;border-collapse:collapse;border:none'> <tr style='height:25.0cm'> <td width=802 valign=top style='width:601.8pt;border:none;padding:0cm 5.4pt 0cm 5.4pt; height:25.0cm'> <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Helvetica","sans-serif"'><img width=785 height=280 src=tokyocut.jpg alt=tokyocut.jpg></span></p> <p class=MsoNormal><i><span style='font-family:"Helvetica","sans-serif"'>&nbsp;</span></i></p> <p class=MsoNormal><i><span style='font-family:"Helvetica","sans-serif"'>Konzepte und Implementierungen moderner virtueller Maschinen</span></i><span style='font-family:"Helvetica","sans-serif"'><br> Matthias Ernst, Daniel Schneider<br> Diplomarbeit, 168 Seiten, Universität Hamburg, Dez. 2000.<br> </span><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>(</span><span style='font-family:"Helvetica","sans-serif"'><a href="http://www.virtualmachine.de/2000-ernst-schneider.pdf"><span lang=EN-US>PDF</span></a></span><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>, <b>Neu!</b> Jetzt auch als scheußliches </span><span style='font-family:"Helvetica","sans-serif"'><a href="http://www.virtualmachine.de/2000-ernst-schneider/index.html"><span lang=EN-US>HTML</span></a></span><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>, </span><span style='font-family:"Helvetica","sans-serif"'><a href="http://www.virtualmachine.de/abstract.html"><span lang=EN-US>abstract</span></a></span><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>)</span></p> <p><i><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>Automatic Persistent Memory Management For The Spotless Java Virtual Machine On The Palm Connected Organizer</span></i><span lang=EN-US style='font-family:"Helvetica","sans-serif"'><br> Daniel Schneider, Bernd Mathiske, Matthias Ernst, Matt Seidl<br> Accepted to the Java Virtual Machine Research and Technology Symposium (</span><span style='font-family:"Helvetica","sans-serif"'><a href="http://www.usenix.org/events/jvm01"><span lang=EN-US>JVM'01</span></a></span><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>), Monterey, CA, April 2001.<br> (</span><span style='font-family:"Helvetica","sans-serif"'><a href="http://www.virtualmachine.de/pspotless.pdf"><span lang=EN-US>PDF</span></a></span><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>)</span></p> <p><i><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>Automatic Persistent Memory Management for the Spotless[tm] Virtual Machine on the Palm Connected Organizer</span></i><span lang=EN-US style='font-family:"Helvetica","sans-serif"'><br> Bernd Mathiske and Daniel Schneider,<br> Sun Microsystems Technical Report <a href="http://research.sun.com/techrep/2000/abstract-89.html">TR-2000-89</a>, Palo Alto, CA, June 2000. <br> (<a href="http://research.sun.com/techrep/2000/smli_tr-2000-89.pdf">PDF</a>)</span></p> <p><i><span lang=EN-US style='font-family:"Helvetica","sans-serif"'>heapprofile</span></i><span lang=EN-US style='font-family:"Helvetica","sans-serif"'><br> Matthias Ernst<br> A zero-overhead JVMPI plugin for finding first indications of memory leaks in production environments.<br> Where commercial tools kill the performance of your application by collecting uninteresting performance data (such as 'who allocated this object'),<br> this plugin stays inactive during runtime and simply dumps a very simple image of the Java heap on request.<br> This version has been successfully tested with Java 1.3.1 and 1.4.2.<br> <b>Updated 12/15/04</b>: Using JVMPI_VERSION_1_1 resolves crashes with 1.3.1 (Thorkild Stray).<br> <b>Updated 10/19/04</b>: Tested &amp; build instructions for HP/UX.<br> <b>Updated 08/19/04</b>: Filter control characters (Bill Glover &lt;william.glover@sun.com&gt;). Put under Apache License. VC++ Toolkit build instructions (Jack Shirazi &lt;jacks@javaperformancetuning.com&gt;)<br> <b>Updated 07/22/04</b>: Build instructions for OS/X (Brian Korver &lt;briank@briank.com&gt;)<br> <b>Updated 06/18/03</b>: The first 64 chars of character arrays are printed as well. This helped me with unwanted large strings.<br> <b>Updated 04/16/03</b>: Support for pretty-printing array types. Does not work well with nested arrays (JVMPI shortcoming)<br> <b>Updated 04/14/03</b>: Visual C++ build instructions (thx to Jeppe Cramon &lt;jeppe@cramon.dk&gt;)<br> <b>Updated 04/02/03</b>: ANSI C version, Cygwin compile instructions (thx to tobias@tradedoubler.com)<br> (</span><span style='font-family:"Helvetica","sans-serif"'><a href="http://www.virtualmachine.de/heapprofile/heapprofile.c"><span lang=EN-US>C source</span></a></span><span lang=EN-US style='font-family: "Helvetica","sans-serif"'>). </span></p> <p><span style='font-family:"Helvetica","sans-serif"'>&nbsp;</span></p> </td> </tr> </table> </div> <p class=MsoNormal align=center style='text-align:center'>&nbsp;</p> <p><span lang=EN-US>&nbsp;</span></p> </div> </body> </html>