< prev index next >

test/hotspot/jtreg/serviceability/sa/ClhsdbLongConstant.java

Print this page
@@ -98,11 +98,11 @@
          // longConstant markWord::hash_mask_in_place 549755813632
          // ...
  
          checkLongValue("markWord::hash_mask_in_place",
                         longConstantOutput,
-                        Platform.is64bit() ? 549755813632L: 4294967168L);
+                        4294967168L);
  
          String arch = System.getProperty("os.arch");
          if (arch.equals("amd64") || arch.equals("i386") || arch.equals("x86")) {
              // Expected value obtained from the CPU_SHA definition in vm_version_x86.hpp
              checkLongValue("VM_Version::CPU_SHA",
< prev index next >