1. 12 Jul, 2000 5 commits
  2. 11 Jul, 2000 1 commit
  3. 07 Jul, 2000 2 commits
  4. 03 Jul, 2000 1 commit
  5. 30 Jun, 2000 1 commit
  6. 28 Jun, 2000 5 commits
  7. 27 Jun, 2000 4 commits
  8. 24 Jun, 2000 1 commit
  9. 23 Jun, 2000 3 commits
  10. 21 Jun, 2000 1 commit
  11. 20 Jun, 2000 1 commit
    • ThreadGroup.java: Merged with classpath. · 6dfd8a77
      2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* java/lang/ThreadGroup.java: Merged with classpath.
      	* prims.cc (_Jv_RunMain): Don't use ain_group'.
      	* gnu/gcj/runtime/FirstThread.java: Remove ThreadGroup constructor
      	argument.
      	* java/lang/Thread.java (Thread): Bootstrap initial thread from
      	ThreadGroup.root if Thread.currentThread is null. Honour the
      	ThreadGroup's max priority setting.
      
      From-SVN: r34615
      Bryce McKinlay committed
  12. 18 Jun, 2000 1 commit
  13. 16 Jun, 2000 2 commits
  14. 15 Jun, 2000 2 commits
    • 2000-06-15 Bryce McKinlay <bryce@albatross.co.nz> · 1bf89727
      	Fix for PR java.lang/258:
      	* prims.cc (_Jv_PrimClass): Set state of primitive class to
      	JV_STATE_DONE, to prevent accidental initialization.
      	* java/lang/natClass.cc (_Jv_IsAssignableFrom): Call
      	_Jv_InterfaceAssignableFrom if target is an interface and source is
      	an interface or an abstract class. Remove redundant initializeClass
      	calls. Remove duplicate if_idt test.
      	(_Jv_InterfaceAssignableFrom): New function.
      	* java/lang/Class.h (_Jv_InterfaceAssignableFrom): Prototype.
      
      From-SVN: r34563
      Bryce McKinlay committed
    • 2000-06-15 Bryce McKinlay <bryce@albatross.co.nz> · d655f87d
      	Fix for PR java.lang/258:
      	* prims.cc (_Jv_PrimClass): Set state of primitive class to
      	JV_STATE_DONE, to prevent accidental initialization.
      	* java/lang/natClass.cc (_Jv_IsAssignableFrom): Call
      	_Jv_InterfaceAssignableFrom if target is an interface and source is
      	an interface or an abstract class. Remove redundant initializeClass
      	calls. Remove duplicate if_idt test.
      	* java/lang/Class.h (_Jv_InterfaceAssignableFrom): New function.
      
      From-SVN: r34562
      Bryce McKinlay committed
  15. 13 Jun, 2000 2 commits
  16. 31 May, 2000 2 commits
    • prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well. · c74e2214
      	* prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.
      	(_Jv_PrimClass): Set `methods' by calling _Jv_FindArrayClass.
      	* include/jvm.h (struct _Jv_ArrayVTable): Declare.
      	(NUM_OBJECT_METHODS): New define.
      	* java/lang/natClassLoader.cc (_Jv_FindArrayClass): Added
      	`array_vtable' parameter.  Added assertion.
      	* java/lang/Class.h (_Jv_FindArrayClass): Added `array_vtable'
      	parameter.
      
      From-SVN: r34312
      Tom Tromey committed
    • cni.h: Include <string.h>. · f1aa7a52
      2000-05-31  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* gcj/cni.h: Include <string.h>.
      	* defineclass.cc: Include <alloca.h>.
      	* interpret.cc: Ditto.
      	* gij.cc: Include <stdlib.h>.
      
      From-SVN: r34311
      Bryce McKinlay committed
  17. 30 May, 2000 1 commit
    • name-finder.h: Include <sys/wait.h>. · efc70584
      	* include/name-finder.h: Include <sys/wait.h>.
      	(_Jv_name_finder::pid): Now of type `pid_t'.
      	(_Jv_name_finder::~_Jv_name_finder): Call waitpid().
      	* java/lang/Throwable.java (CPlusPlusDemangler.close): Call
      	`proc.waitFor()'.
      
      From-SVN: r34279
      Tom Tromey committed
  18. 29 May, 2000 1 commit
  19. 24 May, 2000 1 commit
  20. 23 May, 2000 2 commits
  21. 22 May, 2000 1 commit