Hi Jigsaw Team,
There's new ClassLoader::getPlatformClassLoader() method introduced with project Jigsaw.
There are three ClassLoader::getSystemResource*() methods available that fallback to BootLoader if SystemClassLoader is not available. Shouldn't ClassLoader::getPlatformResource*() methods be defined as well providing similar fallback mechanism? Richard