--- old/src/share/classes/sun/misc/VM.java 2013-05-21 16:49:16.000000000 -0400 +++ new/src/share/classes/sun/misc/VM.java 2013-05-21 16:49:16.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2013, 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 @@ -298,6 +298,9 @@ // used by sun.launcher.LauncherHelper props.remove("sun.java.launcher.diag"); + + // used by java.util.zip.CRC32 + props.remove("sun.zip.clmulSupported"); } // Initialize any miscellenous operating system settings that need to be