hotspot/src/cpu/x86/vm/globalDefinitions_x86.hpp
changeset 40015 524230a0f4ca
parent 35135 dd2ce9021031
--- a/hotspot/src/cpu/x86/vm/globalDefinitions_x86.hpp	Tue Jul 26 17:25:58 2016 -0400
+++ b/hotspot/src/cpu/x86/vm/globalDefinitions_x86.hpp	Tue Jul 26 23:52:25 2016 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2016, 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
@@ -56,7 +56,7 @@
   #endif
 #endif
 
-#if defined(COMPILER2) && !defined(JAVASE_EMBEDDED)
+#if defined(COMPILER2)
 // Include Restricted Transactional Memory lock eliding optimization
 #define INCLUDE_RTM_OPT 1
 #endif