1. 20 Jul, 2000 5 commits
  2. 19 Jul, 2000 1 commit
  3. 15 Jul, 2000 2 commits
  4. 12 Jul, 2000 5 commits
  5. 11 Jul, 2000 1 commit
  6. 07 Jul, 2000 2 commits
  7. 03 Jul, 2000 1 commit
  8. 30 Jun, 2000 1 commit
  9. 28 Jun, 2000 5 commits
  10. 27 Jun, 2000 4 commits
  11. 24 Jun, 2000 1 commit
  12. 23 Jun, 2000 3 commits
  13. 21 Jun, 2000 1 commit
  14. 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
  15. 18 Jun, 2000 1 commit
  16. 16 Jun, 2000 2 commits
  17. 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
  18. 13 Jun, 2000 2 commits