1. 04 Aug, 2000 1 commit
    • warrenl's avatar
      * java/io/ObjectInputStream.java (readFields): Turn off · aeb49f85
      warrenl authored
      	readDataFromBlock while reading via GetField.
      	(GetField$1.get(String, Object)): Pass Class of default value to
      	getField.
      	(getField): Allow for null default values.
      
      	* java/io/ObjectOutputStream.java: Fixed typo in comment.
      	(PutField$1.put): Fixed calls of checkType in most of the put
      	methods to pass the correct parameter.
      	(PutField$1.put(String, Object)): Allow for null value arg.
      	(PutField$1.write): Turn off writeDataAsBlocks while writing via
      	PutField.
      
      	* java/io/ObjectStreamClass.java (serialPersistentFields): Fixed
      	typo in spec'ed field name.
      	(getSerialPersistentFields): Changed spelling of method to match
      	the correct spelling of the spec'ed field name.
      
      More serialization fixes per Mauve errors.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35468 138bc75d-0d04-0410-961f-82ee72b054a4
      aeb49f85
  2. 27 Jul, 2000 1 commit
    • warrenl's avatar
      * mauve-libgcj: Activated serialization tests. · 05a79342
      warrenl authored
      	* gcj/field.h (getModifiers): Mask off unknown flags.
      	* gnu/java/security/provider/SHA.java (munch): Reset buffer to 0 so
      	spurious bits don't cause discrepancies.
      	* java/io/ObjectOutputStream.java: Fixed typo in comment.
      	* java/io/ObjectStreamClass.java: Fixed typos in comments.
      	(lookup): Applied patch from Brian Jones <cbj@gnu.org> to optimize.
      	(hasClassInitializer): Call getDeclaredMethod instead of getMethod.
      	* java/lang/Throwable.java (serialVersionUID): New field.
      	* java/lang/reflect/Modifier.java (ALL_FLAGS): Preserve STRICT if used.
      	* java/lang/reflect/natConstructor.cc (getModifiers): Mask off
      	unknown flags.
      	* java/lang/reflect/natMethod.cc: Ditto.
      	* java/security/Key.java (serialVersionUID): Removed field for now.
      	* java/security/interfaces/DSAPrivateKey.java (serialVersionUID): Ditto.
      	* java/security/interfaces/DSAPublicKey.java (serialVersionUID): Ditto.
      
      Serialization mods.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35302 138bc75d-0d04-0410-961f-82ee72b054a4
      05a79342
  3. 28 Jun, 2000 1 commit
  4. 19 May, 2000 1 commit