hotspot/src/share/vm/oops/method.cpp
changeset 36615 c744e3b0f8c5
parent 36551 77f29c57ed2e
parent 36508 5f9eee6b383b
child 37179 4dbcb3a642d2
child 36822 cdc493d7bc9a
--- a/hotspot/src/share/vm/oops/method.cpp	Tue Mar 15 14:48:45 2016 -0700
+++ b/hotspot/src/share/vm/oops/method.cpp	Tue Mar 22 10:43:58 2016 +0000
@@ -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
   }