1. 17 Oct, 2001 7 commits
  2. 16 Oct, 2001 24 commits
  3. 15 Oct, 2001 9 commits
    • AccessibleObject.java (checkPermission): Implemented. · 0e91d384
      	* java/lang/reflect/AccessibleObject.java (checkPermission):
      	Implemented.
      	Updated copyright information.
      
      From-SVN: r46272
      Tom Tromey committed
    • natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_proc near beginning. · 3a8da024
      2001-10-15  Hans Boehm <Hans_Boehm@hp.com>
      
      	* java/lang/natObject.cc (heavy_lock): Moved fields
      	old_client_data, old_finalization_proc near beginning.
      	(heavy_lock_finalization_proc): Now inline; changed type of
      	argument.
      	(JV_SYNC_TABLE_SZ): Now 2048.
      	(mp): New global.
      	(spin): `mp' now global.
      	(heavy_lock_obj_finalization_proc): Updated to correctly handle
      	heavy lock finalization.
      	(remove_all_heavy): New function.
      	(maybe_remove_all_heavy): Likewise.
      	(_Jv_MonitorEnter): Throw exception if object is NULL.
      	(_Jv_MonitorExit): Likewise.  Also, clear long lists of unlocked
      	heavy locks.
      	* include/jvm.h (_Jv_AllocTraceTwo): Declare.
      	* nogc.cc (_Jv_AllocTraceTwo): New function.
      	* boehm.cc (trace_two_vtable): New global.
      	(_Jv_AllocTraceTwo): New function.
      
      From-SVN: r46271
      Hans Boehm committed
    • lang.c (langhooks.h): Included. · c83303d8
      2001-10-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
              * lang.c (langhooks.h): Included.
              (LANG_HOOKS_INIT): Redefined.
              (LANG_HOOKS_INIT_OPTIONS): Likewise.
              (LANG_HOOKS_DECODE_OPTION): Likewise.
              (struct lang_hooks lang_hooks): New initialization.
      
      ( http://gcc.gnu.org/ml/gcc-patches/2001-10/msg00692.html )
      
      From-SVN: r46270
      Alexandre Petit-Bianco committed
    • system.h: Poison old unused target macros. · 41441dc7
      	* system.h: Poison old unused target macros.
      	* config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
      	* config/stormy16/stormy16.c: Update references to obsolete macros.
      	* config/stormy16/stormy16.h: Similarly.
      	* config/stormy16/stormy16.md: Similarly.
      	* config/cris/cris.h: Similarly.
      
      From-SVN: r46269
      Neil Booth committed
    • Makefile.in: Rebuilt. · 7d6fd8fd
      	* Makefile.in: Rebuilt.
      	* Makefile.am (awt_java_source_files): Added new file.
      	* java/beans/AppletInitializer.java: New file.
      
      From-SVN: r46267
      Tom Tromey committed
    • SocketPermission.java (hostport, actions): Now private. · e94f5bac
      	* java/net/SocketPermission.java (hostport, actions): Now
      	private.
      
      From-SVN: r46266
      Tom Tromey committed
    • Daily bump. · 7c4f13fd
      From-SVN: r46264
      GCC Administrator committed
    • Double.java: Partial merge with Classpath · 06c0908b
      	* java/lang/Double.java: Partial merge with Classpath
      	(TYPE): initialized through VMClassLoader.getPrimitiveClass()
      	(value): made final
      	(static): new static block to load native libary (not used in libgcj)
      	(Double (String)): call parseDouble()
      	(byteValue): removed, already defined in superclass Number
      	(shortValue): likewise
      	(valueOf (String)): call new Double(String) directly
      	(compare (double,double)): new 1.4 method
      	(compareTo (Double)): call new compare(double,double) method
      	(initIDs): new private method (not used in libgcj)
      	* java/lang/Float.java: Partial merge with Classpath
      	(TYPE): initialized through VMClassLoader.getPrimitiveClass()
      	(value): made final
      	(static): new static block to load native libary (not used in libgcj)
      	(Float (String)): call parseFloat()
      	(byteValue): removed, already defined in superclass Number
      	(shortValue): likewise
      	(valueOf (String)): call new Float(String) directly
      	(compare (float,float)): new 1.4 method
      	(compareTo (Float)): call new compare(double,double) method
      
      From-SVN: r46263
      Mark Wielaard committed
    • This commit was generated by cvs2svn to compensate for changes in r46260, · dd87cbbf
      which included commits to RCS files with non-trunk default branches.
      
      From-SVN: r46261
      Bryce McKinlay committed