# HG changeset patch # User rkennke # Date 1444142273 -7200 # Node ID edd77b2146e02565a139a10b1c54716ec731ea1b # Parent 09c6aa9c4a338a7baef52f29c3917990639477c2 Fix copyright header for all new Shenandoah files. diff -r 09c6aa9c4a33 -r edd77b2146e0 src/cpu/x86/vm/shenandoahBarrierSet_x86.cpp --- a/src/cpu/x86/vm/shenandoahBarrierSet_x86.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/cpu/x86/vm/shenandoahBarrierSet_x86.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2015 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #include "gc/shenandoah/brooksPointer.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shared/cmBitMap.cpp --- a/src/share/vm/gc/shared/cmBitMap.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shared/cmBitMap.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ // Concurrent marking bit map wrapper diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shared/cmBitMap.hpp --- a/src/share/vm/gc/shared/cmBitMap.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shared/cmBitMap.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,29 @@ +/* + * Copyright (c) 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ -#ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_HPP -#define SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_HPP +#ifndef SHARE_VM_GC_SHARED_CMBITMAP_HPP +#define SHARE_VM_GC_SHARED_CMBITMAP_HPP #include "memory/memRegion.hpp" #include "oops/oop.inline.hpp" @@ -115,4 +138,4 @@ virtual void clearAll(); }; -#endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_HPP +#endif // SHARE_VM_GC_SHARED_CMBITMAP_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shared/cmBitMap.inline.hpp --- a/src/share/vm/gc/shared/cmBitMap.inline.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shared/cmBitMap.inline.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,29 @@ +/* + * Copyright (c) 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ -#ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_INLINE_HPP -#define SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_INLINE_HPP +#ifndef SHARE_VM_GC_SHARED_CMBITMAP_INLINE_HPP +#define SHARE_VM_GC_SHARED_CMBITMAP_INLINE_HPP #include "gc/shared/cmBitMap.hpp" #include "utilities/bitMap.inline.hpp" @@ -62,4 +85,4 @@ #undef check_mark -#endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_INLINE_HPP +#endif // SHARE_VM_GC_SHARED_CMBITMAP_INLINE_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/brooksPointer.cpp --- a/src/share/vm/gc/shenandoah/brooksPointer.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/brooksPointer.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #include "memory/universe.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/brooksPointer.hpp --- a/src/share/vm/gc/shenandoah/brooksPointer.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/brooksPointer.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #ifndef SHARE_VM_GC_SHENANDOAH_BROOKSPOINTER_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahBarrierSet.cpp --- a/src/share/vm/gc/shenandoah/shenandoahBarrierSet.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahBarrierSet.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #include "precompiled.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahBarrierSet.hpp --- a/src/share/vm/gc/shenandoah/shenandoahBarrierSet.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahBarrierSet.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHBARRIERSET_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHBARRIERSET_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.cpp --- a/src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ + #include "gc/shenandoah/shenandoahCollectorPolicy.hpp" #include "gc/shenandoah/shenandoahHeap.inline.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.hpp --- a/src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* - Copyright 2014 Red Hat, Inc. and/or its affiliates. -*/ + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAH_COLLECTOR_POLICY_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAH_COLLECTOR_POLICY_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahConcurrentMark.cpp --- a/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,9 +1,5 @@ /* - Copyright 2014 Red Hat, Inc. and/or its affiliates. -*/ -/* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahConcurrentMark.hpp --- a/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTMARK_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahConcurrentMark.inline.hpp --- a/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.inline.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.inline.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,25 @@ /* - Copyright 2015 Red Hat, Inc. and/or its affiliates. -*/ + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTMARK_INLINE_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTMARK_INLINE_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahConcurrentThread.cpp --- a/src/share/vm/gc/shenandoah/shenandoahConcurrentThread.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentThread.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #include "gc/shenandoah/shenandoahConcurrentThread.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahConcurrentThread.hpp --- a/src/share/vm/gc/shenandoah/shenandoahConcurrentThread.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentThread.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTTHREAD_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTTHREAD_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahHeap.cpp --- a/src/share/vm/gc/shenandoah/shenandoahHeap.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahHeap.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #include "precompiled.hpp" #include "asm/macroAssembler.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahHeap.hpp --- a/src/share/vm/gc/shenandoah/shenandoahHeap.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahHeap.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahHeap.inline.hpp --- a/src/share/vm/gc/shenandoah/shenandoahHeap.inline.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahHeap.inline.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2015 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_INLINE_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahHeapRegion.cpp --- a/src/share/vm/gc/shenandoah/shenandoahHeapRegion.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahHeapRegion.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #include "memory/allocation.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahHeapRegion.hpp --- a/src/share/vm/gc/shenandoah/shenandoahHeapRegion.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahHeapRegion.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.cpp --- a/src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #include "gc/shenandoah/brooksPointer.hpp" #include "gc/shenandoah/shenandoahHeap.inline.hpp" #include "gc/shenandoah/shenandoahHeapRegion.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.hpp --- a/src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahHumongous.hpp --- a/src/share/vm/gc/shenandoah/shenandoahHumongous.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahHumongous.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,7 +1,26 @@ +/* + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ -/* -Copyright 2015 Red Hat, Inc. and/or its affiliates. - */ #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHUMONGOUS_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHUMONGOUS_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahJNICritical.cpp --- a/src/share/vm/gc/shenandoah/shenandoahJNICritical.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahJNICritical.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2015 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #include "gc/shenandoah/shenandoahJNICritical.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahJNICritical.hpp --- a/src/share/vm/gc/shenandoah/shenandoahJNICritical.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahJNICritical.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2015 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHJNICRITICAL_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHJNICRITICAL_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahMarkCompact.cpp --- a/src/share/vm/gc/shenandoah/shenandoahMarkCompact.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahMarkCompact.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,25 @@ /* - Copyright 2014 Red Hat, Inc. and/or its affiliates. -*/ + * Copyright (c) 2014, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ #include "code/codeCache.hpp" #include "gc/shared/isGCActiveMark.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahMarkCompact.hpp --- a/src/share/vm/gc/shenandoah/shenandoahMarkCompact.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahMarkCompact.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2014, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahRootProcessor.cpp --- a/src/share/vm/gc/shenandoah/shenandoahRootProcessor.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahRootProcessor.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ + #include "precompiled.hpp" #include "classfile/stringTable.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahRootProcessor.hpp --- a/src/share/vm/gc/shenandoah/shenandoahRootProcessor.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahRootProcessor.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahRuntime.cpp --- a/src/share/vm/gc/shenandoah/shenandoahRuntime.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahRuntime.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2014, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #include "gc/shenandoah/shenandoahRuntime.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/shenandoahRuntime.hpp --- a/src/share/vm/gc/shenandoah/shenandoahRuntime.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/shenandoahRuntime.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2014, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHRUNTIME_HPP #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHRUNTIME_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/vm_operations_shenandoah.cpp --- a/src/share/vm/gc/shenandoah/vm_operations_shenandoah.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/vm_operations_shenandoah.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,25 @@ /* - Copyright 2014 Red Hat, Inc. and/or its affiliates. -*/ + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ #include "gc/shenandoah/shenandoahMarkCompact.hpp" #include "gc/shenandoah/vm_operations_shenandoah.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/gc/shenandoah/vm_operations_shenandoah.hpp --- a/src/share/vm/gc/shenandoah/vm_operations_shenandoah.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/gc/shenandoah/vm_operations_shenandoah.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,6 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ + #ifndef SHARE_VM_GC_SHENANDOAH_VM_OPERATIONS_SHENANDOAH_HPP #define SHARE_VM_GC_SHENANDOAH_VM_OPERATIONS_SHENANDOAH_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/opto/shenandoahSupport.cpp --- a/src/share/vm/opto/shenandoahSupport.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/opto/shenandoahSupport.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ #include "opto/callnode.hpp" #include "opto/movenode.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/opto/shenandoahSupport.hpp --- a/src/share/vm/opto/shenandoahSupport.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/opto/shenandoahSupport.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ + #ifndef SHARE_VM_OPTO_SHENANDOAH_SUPPORT_HPP #define SHARE_VM_OPTO_SHENANDOAH_SUPPORT_HPP diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/services/shenandoahMemoryPool.cpp --- a/src/share/vm/services/shenandoahMemoryPool.cpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/services/shenandoahMemoryPool.cpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,5 +1,24 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ #include "services/shenandoahMemoryPool.hpp" diff -r 09c6aa9c4a33 -r edd77b2146e0 src/share/vm/services/shenandoahMemoryPool.hpp --- a/src/share/vm/services/shenandoahMemoryPool.hpp Tue Oct 06 15:05:10 2015 +0200 +++ b/src/share/vm/services/shenandoahMemoryPool.hpp Tue Oct 06 16:37:53 2015 +0200 @@ -1,8 +1,26 @@ /* -Copyright 2014 Red Hat, Inc. and/or its affiliates. + * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * */ - #ifndef SHARE_VM_SERVICES_SHENANDOAHMEMORYPOOL_HPP #define SHARE_VM_SERVICES_SHENANDOAHMEMORYPOOL_HPP