Name: gm110360 Date: 03/10/2004
FULL PRODUCT VERSION :
java version "1.4.1_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-b02)
Java HotSpot(TM) Client VM (build 1.4.1_03-b02, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [Version 5.1.2600]
EXTRA RELEVANT SYSTEM CONFIGURATION :
Plugin settings (1.4.1_03)
-Xmx512M works,
-Xmx1024M crashes immediately
A DESCRIPTION OF THE PROBLEM :
Problem occurs when starting an applet.
Problem can be replicated with SDK applet samples. (see below)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
When specifying a maximum heap size beyond a certain threshold --value differs with different Windows OS�s and plugin versions-- IE simply crashes. No events in eventlog.
see the following excert from adapted SortingDemo:
<OBJECT codebase="."
classid="CLSID:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH=400 HEIGHT=100>
<PARAM NAME = CODE VALUE = SortItem.class />
<PARAM NAME = CODEBASE VALUE = "."/>
alt="Your browser understands the <OBJECT > tag but isn't running the applet, for some reason."Your browser is completely ignoring the <OBJECT > tag!
</OBJECT>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Normal demonstration
ACTUAL -
Crash IE, no traces
ERROR MESSAGES/STACK TRACES THAT OCCUR :
None available
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
See SortingDemo.
Change first <APPLET> occurence to code above using the <OBJECT> tag.
---------- END SOURCE ----------
(Incident Review ID: 225527)
======================================================================
- duplicates
-
JDK-4898900 proper handling of HeapCreate failure through invocation interface
- Closed