Merged gcj-eclipse branch to trunk.

From-SVN: r120621
This commit is contained in:
Tom Tromey
2007-01-09 19:58:05 +00:00
parent c648dedbde
commit 97b8365caf
17478 changed files with 606493 additions and 100744 deletions
+8 -1
View File
@@ -1,6 +1,6 @@
// natReference.cc - Native code for References
/* Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation
/* Copyright (C) 2001, 2002, 2003, 2005, 2006 Free Software Foundation
This file is part of libgcj.
@@ -368,3 +368,10 @@ void
add_to_hash (this);
}
}
::java::lang::Object *
::java::lang::ref::Reference::get()
{
JvSynchronize sync (lock);
return referent;
}