classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] RFC: WeakHashMap improvement


From: Tom Tromey
Subject: Re: [cp-patches] RFC: WeakHashMap improvement
Date: 26 Oct 2005 10:58:25 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Roman" == Roman Kennke <address@hidden> writes:

Roman> +    WeakBucket prev = null;
Roman> +    WeakBucket next = buckets[slot];
Roman> +    while (next != bucket)
Roman> +      {
Roman> +         if (next == null) throw new InternalError("WeakHashMap in 
incosistent state");

"inconsistent" is misspelled here.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]