--- old/src/share/classes/java/security/SecureClassLoader.java 2012-12-05 06:55:53.800363463 -0500 +++ new/src/share/classes/java/security/SecureClassLoader.java 2012-12-05 06:55:52.892313709 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2012, 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 @@ -55,7 +55,7 @@ private static final Debug debug = Debug.getInstance("scl"); static { - ClassLoader.registerAsParallelCapable(); + ClassLoader.registerAsFullyConcurrent(); } /**