comparison src/cpu/zero/vm/relocInfo_zero.cpp @ 2447:e863062e521d

7032458: Zero and Shark fixes Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Mon, 04 Apr 2011 03:02:00 -0700
parents f95d63e2154a
children a3e2f723f2a5
comparison
equal deleted inserted replaced
2446:13bc79b5c9c8 2447:e863062e521d
1 /* 1 /*
2 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
3 * Copyright 2007, 2009 Red Hat, Inc. 3 * Copyright 2007, 2009, 2010, 2011 Red Hat, Inc.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
29 #include "code/relocInfo.hpp" 29 #include "code/relocInfo.hpp"
30 #include "nativeInst_zero.hpp" 30 #include "nativeInst_zero.hpp"
31 #include "oops/oop.inline.hpp" 31 #include "oops/oop.inline.hpp"
32 #include "runtime/safepoint.hpp" 32 #include "runtime/safepoint.hpp"
33 33
34 void Relocation::pd_set_data_value(address x, intptr_t o) { 34 void Relocation::pd_set_data_value(address x, intptr_t o, bool verify_only) {
35 ShouldNotCallThis(); 35 ShouldNotCallThis();
36 } 36 }
37 37
38 address Relocation::pd_call_destination(address orig_addr) { 38 address Relocation::pd_call_destination(address orig_addr) {
39 ShouldNotCallThis(); 39 ShouldNotCallThis();