bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22716] java.io.File.listInternal() uses too many native r


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22716] java.io.File.listInternal() uses too many native references
Date: 16 Oct 2005 01:26:45 -0000

The JNI spec only allows 16 simultaneous native
references to be used by native code.

File.listInternal() can use arbitrarily many of
them while reading a directory.

The attached patch fixes this bug.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-01-16 
11:27 -------
Fixed in CVS.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22716





reply via email to

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