Hopefully final utf8 fix

This commit is contained in:
Martin 2014-04-06 00:09:49 +01:00
parent 697b28d1a4
commit b027cfc3af
1 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
---
layout: default
title: 3rd Party Issues
---
<h1>3rd Party Issues</h1>
<p><strong>JVM</strong></p>
<p>I have reported to Oracle that the Oracle JVM cant load an agent when the stack size is set to less than 200kb. There is no public bug number for this bug yet.</p>
---
layout: default
title: 3rd Party Issues
---
<h1>3rd Party Issues</h1>
<p><strong>JVM</strong></p>
<p>I have reported to Oracle that the Oracle JVM can't load an agent when the stack size is set to less than 200kb. There is no public bug number for this bug yet.</p>
<p>UPDATE (22/05/2011): This appears to have been fixed at some point. I have tested InTrace on 32 bit Windows 7 running Java 1.6u25 and was able to run with -Xss100k.</p>