VMIdManager.java (getObjectId): Deal with null objects.

2007-04-25  Kyle Galloway  <kgallowa@redhat.com>

	* gnu/classpath/jdwp/VMIdManager.java (getObjectId): Deal with null
	objects.
	(get): Deal with ObjectId of 0.

From-SVN: r124164
This commit is contained in:
Kyle Galloway
2007-04-25 19:46:45 +00:00
committed by Kyle Galloway
parent aa86a51b89
commit 9f8b807381
2 changed files with 15 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2007-04-25 Kyle Galloway <kgallowa@redhat.com>
* gnu/classpath/jdwp/VMIdManager.java (getObjectId): Deal with null
objects.
(get): Deal with ObjectId of 0.
2007-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR libgcj/31084