src/hotspot/share/classfile/vmSymbols.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/classfile/vmSymbols.hpp	Mon Oct  9 17:13:09 2017
--- new/src/hotspot/share/classfile/vmSymbols.hpp	Mon Oct  9 17:13:08 2017

*** 369,378 **** --- 369,379 ---- template(type_name, "type") \ template(findNative_name, "findNative") \ template(deadChild_name, "deadChild") \ template(getFromClass_name, "getFromClass") \ template(dispatch_name, "dispatch") \ + template(getPlatformClassLoader_name, "getPlatformClassLoader") \ template(getSystemClassLoader_name, "getSystemClassLoader") \ template(fillInStackTrace_name, "fillInStackTrace") \ template(getCause_name, "getCause") \ template(initCause_name, "initCause") \ template(depth_name, "depth") \

src/hotspot/share/classfile/vmSymbols.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File