Release Notes - Version 1.04 Thu Feb 1 09:39:00 EST 2001 This version of SPECjvm98 is released as a downloadable patch that you may install on top of a SPECjvm98 1.03 installation to update it to version 1.04. ** NOTE ** When installing this patch select the installation directory that contains the 1.03 installation of SPECjvm98, and answer YES to "Overwrite Existing Files?" ** **** ** Problems fixed in this release: (jvm98support-25), (jvm98support-66) --------- DETAIL OF CHANGES ---------- In spec/benchmarks/PepTest.java: 871c878,881 < } catch(java.lang.ArrayIndexOutOfBoundsException e) { --- > // Catch IndexOutOfBoundsException instead > // of ArrayIndexOutOfBoundsException > // (jvm98support-66) Walter Bays 12/13/2000 > } catch(java.lang.IndexOutOfBoundsException e) { 879c889,892 < } catch(java.lang.ArrayIndexOutOfBoundsException e) { --- > // Catch IndexOutOfBoundsException instead > // of ArrayIndexOutOfBoundsException > // (jvm98support-66) Walter Bays 12/13/2000 > } catch(java.lang.IndexOutOfBoundsException e) { 952c965,966 < boolean hitit = true; --- > // Fix (jvm98support-25) Walter Bays 12/13/2000 > boolean hitit = false;