Changeset: 8c4603cf805f Author: jiangli Date: 2016-02-17 21:08 -0500 URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/8c4603cf805f
8150114: SystemDictionary::load_shared_class() uses '0' as the class path index when adding system package Summary: Need to use the classpath index associated with the shared class. Reviewed-by: acorn, mchung ! src/share/vm/classfile/systemDictionary.cpp ! src/share/vm/classfile/systemDictionary.hpp ! src/share/vm/classfile/vmSymbols.hpp