diff src/cpu/sparc/vm/macroAssembler_sparc.hpp @ 11004:87a6f2df28e2

8002160: Compilation issue with adlc using latest SunStudio compilers Summary: modify declaration of 'swap' overloading; dodge optimizer bug in c1_LIR.cpp Reviewed-by: kvn, jrose
author drchase
date Mon, 17 Jun 2013 12:35:53 -0400
parents 46c544b8fbfc
children 740e263c80c6
line wrap: on
line diff
--- a/src/cpu/sparc/vm/macroAssembler_sparc.hpp	Fri Jun 14 16:33:34 2013 -0700
+++ b/src/cpu/sparc/vm/macroAssembler_sparc.hpp	Mon Jun 17 12:35:53 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, 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
@@ -963,7 +963,7 @@
   inline void sub(Register s1, RegisterOrConstant s2, Register d, int offset = 0);
 
   using Assembler::swap;
-  inline void swap(Address& a, Register d, int offset = 0);
+  inline void swap(const Address& a, Register d, int offset = 0);
 
   // address pseudos: make these names unlike instruction names to avoid confusion
   inline intptr_t load_pc_address( Register reg, int bytes_to_skip );