changeset in /hg/icedtea6: 2009-02-17 Gary Benson <gbenson at red...

Gary Benson gbenson at redhat.com
Tue Feb 17 07:55:22 PST 2009


changeset 0a28d5bcf18e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0a28d5bcf18e
description:
	2009-02-17  Gary Benson  <gbenson at redhat.com>

		* ports/hotspot/src/cpu/zero/vm/stack_zero.hpp: Updated copyright year.
		* ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp:
		Likewise.
		* ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp:
		Likewise.
		* ports/hotspot/src/share/vm/includeDB_shark
		* ports/hotspot/src/share/vm/shark/llvmHeaders.hpp: Likewise.
		* ports/hotspot/src/share/vm/shark/sharkBuilder.cpp: Likewise.
		* ports/hotspot/src/share/vm/shark/sharkBuilder.hpp: Likewise.
		* ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp: Likewise.
		* ports/hotspot/src/share/vm/shark/sharkEntry.cpp: Likewise.
		* ports/hotspot/src/share/vm/shark/sharkEntry.hpp: Likewise.
		* ports/hotspot/src/share/vm/shark/sharkFunction.cpp: Likewise.
		* ports/hotspot/src/share/vm/shark/sharkFunction.hpp: Likewise.
		* ports/hotspot/src/share/vm/shark/shark_globals.hpp: Likewise.

		* ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp:
		Deleted contents (was all comment).

diffstat:

15 files changed, 34 insertions(+), 38 deletions(-)
ChangeLog                                                                |   21 ++++++++
ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp                         |   25 ----------
ports/hotspot/src/cpu/zero/vm/stack_zero.hpp                             |    2 
ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp |    2 
ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp             |    2 
ports/hotspot/src/share/vm/includeDB_shark                               |    2 
ports/hotspot/src/share/vm/shark/llvmHeaders.hpp                         |    2 
ports/hotspot/src/share/vm/shark/sharkBuilder.cpp                        |    2 
ports/hotspot/src/share/vm/shark/sharkBuilder.hpp                        |    2 
ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp                 |    2 
ports/hotspot/src/share/vm/shark/sharkEntry.cpp                          |    2 
ports/hotspot/src/share/vm/shark/sharkEntry.hpp                          |    2 
ports/hotspot/src/share/vm/shark/sharkFunction.cpp                       |    2 
ports/hotspot/src/share/vm/shark/sharkFunction.hpp                       |    2 
ports/hotspot/src/share/vm/shark/shark_globals.hpp                       |    2 

diffs (200 lines):

diff -r b858f5551ba7 -r 0a28d5bcf18e ChangeLog
--- a/ChangeLog	Sun Feb 15 21:53:41 2009 +0100
+++ b/ChangeLog	Tue Feb 17 15:55:13 2009 +0000
@@ -1,3 +1,24 @@ 2009-02-15  Mark Wielaard  <mark at klomp.o
+2009-02-17  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/src/cpu/zero/vm/stack_zero.hpp: Updated copyright year.	
+	* ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp:
+	Likewise.
+	* ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp:
+	Likewise.
+	* ports/hotspot/src/share/vm/includeDB_shark
+	* ports/hotspot/src/share/vm/shark/llvmHeaders.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkBuilder.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkBuilder.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkEntry.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkEntry.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkFunction.cpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/sharkFunction.hpp: Likewise.
+	* ports/hotspot/src/share/vm/shark/shark_globals.hpp: Likewise.
+
+	* ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp:
+	Deleted contents (was all comment).
+
 2009-02-15  Mark Wielaard  <mark at klomp.org>
 
 	* patches/hotspot/default/14.0b08/*: Moved to ...
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,25 +0,0 @@
-/*
- * Copyright 2003 Sun Microsystems, Inc.  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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
- * CA 95054 USA or visit www.sun.com if you need additional information or
- * have any questions.
- *
- */
-
-// No zero specific bytecodes
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/cpu/zero/vm/stack_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/stack_zero.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/stack_zero.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp
--- a/ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2007 Red Hat, Inc.
+ * Copyright 2007, 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp
--- a/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2007, 2008 Red Hat, Inc.
+ * Copyright 2007, 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/includeDB_shark
--- a/ports/hotspot/src/share/vm/includeDB_shark	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/includeDB_shark	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 //
 // Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
-// Copyright 2008 Red Hat, Inc.
+// Copyright 2008, 2009 Red Hat, Inc.
 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 //
 // This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/llvmHeaders.hpp
--- a/ports/hotspot/src/share/vm/shark/llvmHeaders.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/llvmHeaders.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/sharkBuilder.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkBuilder.cpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkBuilder.cpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/sharkBuilder.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/sharkEntry.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkEntry.cpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkEntry.cpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/sharkEntry.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkEntry.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkEntry.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/sharkFunction.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkFunction.cpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkFunction.cpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/sharkFunction.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkFunction.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkFunction.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
diff -r b858f5551ba7 -r 0a28d5bcf18e ports/hotspot/src/share/vm/shark/shark_globals.hpp
--- a/ports/hotspot/src/share/vm/shark/shark_globals.hpp	Sun Feb 15 21:53:41 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/shark_globals.hpp	Tue Feb 17 15:55:13 2009 +0000
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it



More information about the distro-pkg-dev mailing list