Revision: 14780
http://jikesrvm.svn.sourceforge.net/jikesrvm/?rev=14780&view=revAuthor: captain5050
Date: 2008-07-23 20:12:39 +0000 (Wed, 23 Jul 2008)
Log Message:
-----------
Fix javadoc warnings.
Modified Paths:
--------------
rvmroot/trunk/MMTk/ext/vm/jikesrvm/org/jikesrvm/mm/mmtk/ScanThread.java
rvmroot/trunk/MMTk/src/org/mmtk/policy/MarkSweepLocal.java
Modified: rvmroot/trunk/MMTk/ext/vm/jikesrvm/org/jikesrvm/mm/mmtk/ScanThread.java
===================================================================
--- rvmroot/trunk/MMTk/ext/vm/jikesrvm/org/jikesrvm/mm/mmtk/ScanThread.java 2008-07-23 19:55:08 UTC (rev 14779)
+++ rvmroot/trunk/MMTk/ext/vm/jikesrvm/org/jikesrvm/mm/mmtk/ScanThread.java 2008-07-23 20:12:39 UTC (rev 14780)
@@ -645,8 +645,6 @@
* the reference is invalid, dump stack and die.
*
* @param refaddr The address of the reference in question.
- * @param verbosity The level of verbosity to be used when
- * performing the scan.
*/
static void checkReference(Address refaddr) {
ObjectReference ref = refaddr.loadObjectReference();
Modified: rvmroot/trunk/MMTk/src/org/mmtk/policy/MarkSweepLocal.java
===================================================================
--- rvmroot/trunk/MMTk/src/org/mmtk/policy/MarkSweepLocal.java 2008-07-23 19:55:08 UTC (rev 14779)
+++ rvmroot/trunk/MMTk/src/org/mmtk/policy/MarkSweepLocal.java 2008-07-23 20:12:39 UTC (rev 14780)
@@ -36,7 +36,7 @@
* case when marking, while also allowing for fast sweeping, with
* minimal space overhead (2 bits per object).
*
- * @see SegregatedFreeList
+ * @see org.mmtk.utility.alloc.SegregatedFreeList
* @see MarkSweepSpace
*/
@Uninterruptible
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Jikesrvm-commits mailing list
Jikesrvm-commits@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-commits