src/share/vm/gc_interface/collectedHeap.hpp

changeset 6626
9428a0b94204
parent 6376
cfd4aac53239
child 6627
cf9f24de0b93
     1.1 --- a/src/share/vm/gc_interface/collectedHeap.hpp	Thu Feb 13 10:05:03 2014 +0100
     1.2 +++ b/src/share/vm/gc_interface/collectedHeap.hpp	Tue Apr 15 17:02:20 2014 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -312,9 +312,6 @@
    1.11    // May be overridden to set additional parallelism.
    1.12    virtual void set_par_threads(uint t) { _n_par_threads = t; };
    1.13  
    1.14 -  // Allocate and initialize instances of Class
    1.15 -  static oop Class_obj_allocate(KlassHandle klass, int size, KlassHandle real_klass, TRAPS);
    1.16 -
    1.17    // General obj/array allocation facilities.
    1.18    inline static oop obj_allocate(KlassHandle klass, int size, TRAPS);
    1.19    inline static oop array_allocate(KlassHandle klass, int size, int length, TRAPS);

mercurial