hotspot/src/share/vm/oops/method.cpp
changeset 36822 cdc493d7bc9a
parent 36819 bca375d368ed
parent 36615 c744e3b0f8c5
child 37267 ad8c0e8de29f
--- a/hotspot/src/share/vm/oops/method.cpp	Thu Mar 24 11:50:51 2016 +0000
+++ b/hotspot/src/share/vm/oops/method.cpp	Thu Mar 24 16:21:18 2016 +0100
@@ -1329,7 +1329,7 @@
   // exception: the AES intrinsics come from lib/ext/sunjce_provider.jar
   // which does not use the class default class loader so we check for its loader here
   const InstanceKlass* ik = InstanceKlass::cast(holder);
-  if ((ik->class_loader() != NULL) && !SystemDictionary::is_ext_class_loader(ik->class_loader())) {
+  if ((ik->class_loader() != NULL) && !SystemDictionary::is_platform_class_loader(ik->class_loader())) {
     return vmSymbols::NO_SID;   // regardless of name, no intrinsics here
   }