[Bug 261] java.nio.channels.spi.SelectorProvider.provider() fails with -verify

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Nov 24 02:46:15 PST 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=261





------- Comment #7 from gbenson at redhat.com  2008-11-24 10:46 -------
(In reply to comment #5)
> These are build/generated and instantiated a little strangely depending on
> platform and detected kernel. See the ifeq ($(PLATFORM), blabla) bits in
> jdk/make/java/nio/Makefile and the os/kernel detection code in
> src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java
> 
> Most likely zero sets the arch or platform to something not recognized in the
> above files.

It doesn't seem to be this.  The problem is that the *Linux*-specific files are
installed but the *Solaris*-specific ones aren't.  In normal operation this
isn't a problem, but when you run with -verify the verifier can't see the
Solaris-specific class mentioned in
src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java so it fails that
class.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the distro-pkg-dev mailing list