JDK-4760131 : Illegal Load Factor 0.75 exception in some hardware
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_98
  • CPU: x86
  • Submitted: 2002-10-09
  • Updated: 2002-12-10
  • Resolved: 2002-12-10
Related Reports
Duplicate :  
Relates :  
Relates :  
Description

Name: gm110360			Date: 10/08/2002


FULL PRODUCT VERSION :
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)


FULL OPERATING SYSTEM VERSION :
Windows 98 [Version 4.10.2222]


A DESCRIPTION OF THE PROBLEM :
This problem happened before and was fixed.  And now it crop
up again.  It was in the hashtable.  This time, the
exception in the hashmap.  In some machine such as Cyrix,
running Forte 4 or Netbeans 3.4 using the JDK1.4.1 will
causes some exceptions.  Note that roll back the JDK to
1.4.0 will not show any problem at all.  The jdk1.4.1 has
many bugs fixed, so we need the new and the best.  Please
fix it.

REGRESSION.  Last worked in version 1.4

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1.Install jdk1.4.1 on one of the cyrix machine (please use
the machine that you reproduce the previous bug, search the
bug database for "illegal load factor 0.75" to know which bug.
2.Install netbean 3.4 or latest Forte CE
3.Run Forte CE

EXPECTED VERSUS ACTUAL BEHAVIOR :
There should be no exception.

ERROR MESSAGES/STACK TRACES THAT OCCUR :
Illegal load factor 0.75 in the hashmap

REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 165176) 
======================================================================

Comments
EVALUATION I think this might be a duplicate of 4755500. That is the only known recent problem with NaN handling in C1. This fix has been integrated as of 1.4.2 b04. We'll try to find some Cyrix hardware to test on but if you could get this build to the customer (located in /java/jdk/1.4.2/re/promoted/beta/b04/binaries/) and confirm that that fixes the problem then please update the bug. ###@###.### 2002-10-31 The customer has verified that the fix for 4755500 fixes this problem. ###@###.### 2002-12-10
31-10-2002