--- old/src/java.base/share/native/libjava/ClassLoader.c 2014-10-06 03:10:54.969020140 -0700 +++ new/src/java.base/share/native/libjava/ClassLoader.c 2014-10-06 03:10:54.614021068 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -224,18 +224,6 @@ return result; } -JNIEXPORT void JNICALL -Java_java_lang_ClassLoader_resolveClass0(JNIEnv *env, jobject this, - jclass cls) -{ - if (cls == NULL) { - JNU_ThrowNullPointerException(env, 0); - return; - } - - JVM_ResolveClass(env, cls); -} - /* * Returns NULL if class not found. */