[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug xml/38149] SPECjvm2008 xml.validation fails with NullPointerExcepti
From: |
mark at gcc dot gnu dot org |
Subject: |
[Bug xml/38149] SPECjvm2008 xml.validation fails with NullPointerException |
Date: |
16 Nov 2008 15:50:30 -0000 |
------- Comment #1 from mark at gcc dot gnu dot org 2008-11-16 15:50 -------
Code is wrong. In DatatypeLibraryLoader.java Loader2 does a direct
cl.getResources, but if the classloader is null then you need to use the
bootstrap classloader through ClassLoader.getSystemResources(). This is what
Loader (in the same file) does.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38149