src/share/classes/sun/misc/VM.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/classes/sun/misc/VM.java	Thu May 16 08:24:42 2013
--- new/src/share/classes/sun/misc/VM.java	Thu May 16 08:24:41 2013

*** 1,7 **** --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 296,305 **** --- 296,308 ---- // used by java.util.zip.ZipFile props.remove("sun.zip.disableMemoryMapping"); // 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 // set for the class libraries. //

src/share/classes/sun/misc/VM.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File