changeset 21346:5e09292fb017

[SPARC] Remove commented out code
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Thu, 07 May 2015 05:21:23 +0200
parents 3aea74e5ada2
children 79b036f0cf0b
files src/share/vm/runtime/arguments.cpp
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed May 06 12:14:30 2015 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Thu May 07 05:21:23 2015 +0200
@@ -1502,9 +1502,6 @@
   // to use UseCompressedOops is InitialHeapSize.
   size_t max_heap_size = MAX2(MaxHeapSize, InitialHeapSize);
   // Set default on graal with sparc to not use compressed oops as long they are not implemented
-/*#if defined(GRAAL) && defined(TARGET_ARCH_sparc)
-  FLAG_SET_DEFAULT(UseCompressedOops, false);
-#else // if !(GRAAL && SOLARIS)*/
   if (max_heap_size <= max_heap_for_compressed_oops()) {
 #if !defined(COMPILER1) || defined(TIERED)
     if (FLAG_IS_DEFAULT(UseCompressedOops)) {
@@ -1529,7 +1526,6 @@
   }
 #endif // _LP64
 #endif // ZERO
-//#endif // !(GRAAL && SOLARIS)
 }