hotspot/src/cpu/sparc/vm/nativeInst_sparc.cpp
changeset 35135 dd2ce9021031
parent 35086 bbf32241d851
parent 34667 6b077f0ef25d
child 40032 bc2e42cd23ea
--- a/hotspot/src/cpu/sparc/vm/nativeInst_sparc.cpp	Thu Dec 17 23:36:28 2015 +0000
+++ b/hotspot/src/cpu/sparc/vm/nativeInst_sparc.cpp	Fri Dec 18 12:39:02 2015 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, 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
@@ -434,7 +434,7 @@
 
 
 void NativeMovConstReg32::print() {
-  tty->print_cr(INTPTR_FORMAT ": mov reg, " INTPTR_FORMAT, instruction_address(), data());
+  tty->print_cr(INTPTR_FORMAT ": mov reg, " INTPTR_FORMAT, p2i(instruction_address()), data());
 }