In the fix for 4103243 a limit of 32000 entries was placed on
size of the string tables in JDK1.1.7.
One licensee has an app that overruns this limit. In particular
the size of the app is such that the number of names and types
exceeds the limit. There is no easy workaround for this.
The size of the relevant data structure is 16 bits therefore
it should be possible to accomodate 64K entries.
size of the string tables in JDK1.1.7.
One licensee has an app that overruns this limit. In particular
the size of the app is such that the number of names and types
exceeds the limit. There is no easy workaround for this.
The size of the relevant data structure is 16 bits therefore
it should be possible to accomodate 64K entries.
- duplicates
-
JDK-4185113 *** panic: 16-bit string hash table overflow
-
- Closed
-
-
JDK-4134584 In 1.1.6: *** panic: 16-bit string hash table overflow
-
- Closed
-