src/hotspot/cpu/x86/stubGenerator_x86_32.cpp
changeset 53546 63eb7e38ce84
parent 51976 390f529f4f22
child 54534 66f5241da404
--- a/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp	Tue Jan 29 08:39:04 2019 -0500
+++ b/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp	Tue Jan 29 14:34:26 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 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
@@ -3709,8 +3709,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.