src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
changeset 53546 63eb7e38ce84
parent 52990 1ed8de9045a7
child 54750 1851a532ddfe
--- a/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp	Tue Jan 29 08:39:04 2019 -0500
+++ b/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp	Tue Jan 29 14:34:26 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2019, 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
@@ -5721,8 +5721,6 @@
     // Round to nearest, 24-bit mode, exceptions masked
     StubRoutines::_fpu_cntrl_wrd_24    = 0x007F;
     // Round to nearest, 64-bit mode, exceptions masked
-    StubRoutines::_fpu_cntrl_wrd_64    = 0x037F;
-    // Round to nearest, 64-bit mode, exceptions masked
     StubRoutines::_mxcsr_std           = 0x1F80;
     // Note: the following two constants are 80-bit values
     //       layout is critical for correct loading by FPU.