src/cpu/zero/vm/relocInfo_zero.cpp

changeset 2729
e863062e521d
parent 2314
f95d63e2154a
child 4237
a3e2f723f2a5
     1.1 --- a/src/cpu/zero/vm/relocInfo_zero.cpp	Sun Apr 03 12:00:54 2011 +0200
     1.2 +++ b/src/cpu/zero/vm/relocInfo_zero.cpp	Mon Apr 04 03:02:00 2011 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 - * Copyright 2007, 2009 Red Hat, Inc.
     1.7 + * Copyright 2007, 2009, 2010, 2011 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11 @@ -31,7 +31,7 @@
    1.12  #include "oops/oop.inline.hpp"
    1.13  #include "runtime/safepoint.hpp"
    1.14  
    1.15 -void Relocation::pd_set_data_value(address x, intptr_t o) {
    1.16 +void Relocation::pd_set_data_value(address x, intptr_t o, bool verify_only) {
    1.17    ShouldNotCallThis();
    1.18  }
    1.19  

mercurial