diff src/share/vm/oops/cpCache.cpp @ 22680:1179ab4c25fa

Disable instruction scheduling in cpCache.o on SPARC/Linux
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 13 Oct 2015 17:59:52 +0200
parents 9c2d52a1a921
children dd9cc155639c
line wrap: on
line diff
--- a/src/share/vm/oops/cpCache.cpp	Tue Oct 13 17:07:59 2015 +0200
+++ b/src/share/vm/oops/cpCache.cpp	Tue Oct 13 17:59:52 2015 +0200
@@ -120,7 +120,6 @@
                   ((is_volatile ? 1 : 0) << is_volatile_shift) |
                   ((is_final    ? 1 : 0) << is_final_shift),
                   field_index);
-  OrderAccess::storestore();
   set_bytecode_1(get_code);
   set_bytecode_2(put_code);
   NOT_PRODUCT(verify(tty));