1. 09 Dec, 1999 1 commit
  2. 06 Dec, 1999 1 commit
  3. 03 Dec, 1999 1 commit
  4. 02 Dec, 1999 2 commits
  5. 30 Nov, 1999 1 commit
  6. 29 Nov, 1999 1 commit
  7. 25 Nov, 1999 1 commit
  8. 23 Nov, 1999 1 commit
  9. 19 Nov, 1999 1 commit
  10. 18 Nov, 1999 2 commits
  11. 07 Nov, 1999 1 commit
  12. 05 Nov, 1999 3 commits
  13. 04 Nov, 1999 3 commits
    • natClass.cc (method_cache_count): Removed. · 397f674e
      	* java/lang/natClass.cc (method_cache_count): Removed.
      	(_Jv_FindMethodInCache): Don't loop looking for the hash entry.
      	(_Jv_AddMethodToCache): Don't loop.
      
      From-SVN: r30397
      Tom Tromey committed
    • configure.in: Removed `qt' threads case. · 7f80fbe5
      	* configure.in: Removed `qt' threads case.
      	* include/quick-threads.h: Removed.
      	* quick-threads.cc: Removed.
      
      From-SVN: r30393
      Tom Tromey committed
    • quick-threads.h (_Jv_ThreadCancel): Removed. · 16f39e24
      	* include/quick-threads.h (_Jv_ThreadCancel): Removed.
      	(_Jv_ThreadDestroy): Likewise.
      	* include/no-threads.h (_Jv_ThreadCancel): Removed.
      	(_Jv_ThreadDestroy): Likewise.
      	* include/posix-threads.h (struct _Jv_Thread_t): Removed
      	`exception' field.
      	(_Jv_ThreadCancel): Removed decl.
      	(_Jv_ThreadDestroy): Removed.
      	* posix-threads.cc (_Jv_ThreadCancel): Removed.
      	(throw_cleanup): Removed.
      	(really_start): Don't push or pop cleanup.
      	(_Jv_ThreadInitData): Don't initialize `exception' field.
      	* java/lang/Thread.java (stop): Officially unimplemented.
      	* java/lang/natThread.cc (stop): Officially unimplemented.
      
      From-SVN: r30392
      Tom Tromey committed
  14. 03 Nov, 1999 4 commits
  15. 02 Nov, 1999 1 commit
  16. 01 Nov, 1999 1 commit
  17. 22 Oct, 1999 1 commit
    • Makefile.in: Rebuilt. · b8c3c4f0
      	* Makefile.in: Rebuilt.
      	* Makefile.am (java/lang/ClassLoader.h): New target.
      	* java/lang/natClassLoader.cc (_Jv_FindClass): Removed reference
      	to `redirect'.
      
      	* include/java-props.h (_Jv_Compiler_Properties): Changed
      	declaration.
      	* gcj/array.h (JvRunMain, _Jv_RunMain): Don't declare.
      	* include/jvm.h (_Jv_GCSetInitialHeapSize,
      	_Jv_GCSetMaximumHeapSize): Declare.
      	(JvRunMain, _Jv_RunMain): Declare.
      	(_Jv_SetMaximumHeapSize, _Jv_SetInitialHeapSize): Declare.
      	* nogc.cc (_Jv_GCSetInitialHeapSize): New function.
      	(_Jv_GCSetMaximumHeapSize): Likewise.
      	* boehm.cc (_Jv_GCSetInitialHeapSize): New function.
      	(_Jv_GCSetMaximumHeapSize): Likewise.
      	* prims.cc (parse_heap_size): New function.
      	(_Jv_SetInitialHeapSize): Likewise.
      	(_Jv_SetMaximumHeapSize): Likewise.
      	(_Jv_Compiler_Properties): New global.
      	* gij.cc (help): New function.
      	(version): Likewise.
      	(heap_size): Likewise.
      	(heap_max_size): Likewise.
      	(main): Parse arguments.  Set _Jv_Compiler_Properties.
      	Include <config.h>, <java-props.h>.
      	(_Jv_Compiler_Properties): Removed.
      
      From-SVN: r30133
      Tom Tromey committed
  18. 20 Oct, 1999 1 commit
    • Test code for GNATS gcj/71 and GNATS gcj/72. · 92115015
      1999-10-19  Bryce McKinlay  <bryce@albatross.co.nz>
      
              * libjava.compile/invokeinterface: New directory.
              * libjava.compile/invokeinterface/Test.java: New file. Test code for
              PR gcj/71 and PR gcj/72.
              * libjava.compile/invokeinterface/A.java: New file.
              * libjava.compile/invokeinterface/B.java: New file.
      
      From-SVN: r30094
      Bryce McKinlay committed
  19. 18 Oct, 1999 1 commit
    • VMClassLoader.java (getVMClassLoader): New method. · 4b84737d
      	* gnu/gcj/runtime/VMClassLoader.java (getVMClassLoader): New
      	method.
      	(redirect): New static field.
      	* java/lang/ClassLoader.java (getSystemClassLoader): Now
      	native
      	(getVMClassLoader0): Removed.
      	* java/lang/natClassLoader.cc (getVMClassLoader0): Removed.
      	(redirect): Removed.
      	(getSystemClassLoader): Implemented.
      
      From-SVN: r30075
      Tom Tromey committed
  20. 17 Oct, 1999 1 commit
    • ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of ClassLoader.system. · 6c413a50
              * java/lang/ClassLoader.java (getSystemResource): Use
              getSystemClassLoader instead of ClassLoader.system.
              (getSystemResourceAsStream): Ditto.
      
              * java/lang/natClassLoader.cc (redirect): Make static and
              remove #ifdef INTERPRETER so it is always defined.
              (getVMClassLoader0): Remove #ifdef INTERPRETER so it always
              returns a VMClassLoader.
      
              * java/util/ResourceBundle.java (trySomeGetBundle): Create a
              PropertyResourceBundle if a properties file is found before a
              ResourceBundle class.
      
      From-SVN: r30048
      Anthony Green committed
  21. 15 Oct, 1999 3 commits
    • gij.cc (main): Formatting fixes. · 76ed0c0a
      	* gij.cc (main): Formatting fixes.
      	(_Jv_Compiler_Properties): Define.
      	* java/lang/natSystem.cc (_Jv_Environment_Properties): Don't
      	declare.
      	(init_properties): Set properites from _Jv_Compiler_Properties.
      	* include/java-props.h (_Jv_Compiler_Properties,
      	_Jv_Environment_Properties): Declare.
      
      From-SVN: r30020
      Tom Tromey committed
    • * include/java-props.h: Added copyright. · 3ae21bfc
      From-SVN: r30018
      Tom Tromey committed
    • libtool-version: Catch up by incrementing current. · ffccc6be
              * libtool-version: Catch up by incrementing current.
      
              * configure.host: Disable use of GCJ_PROPERTIES for mips-tx39.
              * configure, include/config.h.in: Rebuilt.
              * acconfig.h (DISABLE_GETENV_PROPERTIES): Undefine.
              * configure.in: Added --disable-getenv-properties and new define
              `DISABLE_GETENV_PROPERTIES'.
      
              * prims.cc (PROCESS_GCJ_PROPERTIES): Define.
              (next_property_key): New function.
              (next_property_value): New function.
              (process_gcj_properties): New function.
              (JvRunMain): Call process_gcj_properties.
              (_JvRunMain): Ditto.
      
              * java/lang/natSystem.cc (init_properties): Set properties defined
              in GCJ_PROPERTIES.  Also add 1.2 style versioning properties.
      
              * include/java-props.h: New file.
      
              * java/lang/natSystem.cc (init_properties): Add new properties to
              conform with Java Product Versioning Specification.
      
      From-SVN: r30007
      Anthony Green committed
  22. 13 Oct, 1999 1 commit
  23. 06 Oct, 1999 1 commit
  24. 04 Oct, 1999 4 commits
  25. 02 Oct, 1999 2 commits