From 4140a2c52b0ea1d9326d42fc664d75a64f3f36d1 Mon Sep 17 00:00:00 2001 From: jfrijters Date: Mon, 9 Aug 2010 12:27:39 +0000 Subject: - Split objectWait into two. One for the nanos variant and one that does the actual waiting. - Fixed edge case where timeout == Long.MAX_VALUE and nanos >= 500000 that should cause IllegalArgumentException (to be compatible with the JDK, although that is arguably a JDK bug). - Fixed exception when timeout > Integer.MAX_VALUE. Thanks to Andy Malakov for reporting this. --- openjdk/map.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'openjdk/map.xml') diff --git a/openjdk/map.xml b/openjdk/map.xml index 2eb085c6..95d6680e 100644 --- a/openjdk/map.xml +++ b/openjdk/map.xml @@ -47,8 +47,7 @@ - - + @@ -58,8 +57,7 @@ - - + -- cgit v1.2.3