Thread.java: Declare `data' as Object, not RawData.
2000-05-18 Bryce McKinlay <bryce@albatross.co.nz> * java/lang/Thread.java: Declare `data' as Object, not RawData. * java/lang/natThread.java (initialize_native): Cast `data' to jobject. * gnu/gcj/RawData.java: Clarify documentation. From-SVN: r33981
This commit is contained in:
parent
d0d88ce35a
commit
fc5b21380e
4 changed files with 12 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1999 Free Software Foundation
|
||||
/* Copyright (C) 1999, 2000 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
|
@ -8,7 +8,8 @@ details. */
|
|||
|
||||
package gnu.gcj;
|
||||
|
||||
/** A type uses to indicate pointers to non-Java data. */
|
||||
/** A type used to indicate special data used by native code that should not
|
||||
be marked by the garbage collector. */
|
||||
|
||||
public final class RawData
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue