changeset 32581 | 632402f18fe6 |
parent 32361 | 3de9a2e1e2d0 |
child 32627 | a48ad2501e47 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Thu Sep 03 14:29:08 2015 -0700 +++ b/hotspot/src/share/vm/runtime/globals.hpp Thu Sep 03 15:03:12 2015 -0700 @@ -836,6 +836,9 @@ product(bool, UseCRC32CIntrinsics, false, \ "use intrinsics for java.util.zip.CRC32C") \ \ + product(bool, UseAdler32Intrinsics, false, \ + "use intrinsics for java.util.zip.Adler32") \ + \ diagnostic(ccstrlist, DisableIntrinsic, "", \ "do not expand intrinsics whose (internal) names appear here") \ \