From: <ls...@us...> - 2011-01-04 09:55:28
|
Revision: 5777 http://jnode.svn.sourceforge.net/jnode/?rev=5777&view=rev Author: lsantha Date: 2011-01-04 09:55:18 +0000 (Tue, 04 Jan 2011) Log Message: ----------- Integrating OpenJDK 6 b20. Modified Paths: -------------- classlib6/core/src/openjdk/sun/sun/management/Agent.java classlib6/core/src/openjdk/sun/sun/management/AgentConfigurationError.java classlib6/core/src/openjdk/sun/sun/management/ClassLoadingImpl.java classlib6/core/src/openjdk/sun/sun/management/CompilationImpl.java classlib6/core/src/openjdk/sun/sun/management/CompilerThreadStat.java classlib6/core/src/openjdk/sun/sun/management/ConnectorAddressLink.java classlib6/core/src/openjdk/sun/sun/management/FileSystem.java classlib6/core/src/openjdk/sun/sun/management/Flag.java classlib6/core/src/openjdk/sun/sun/management/GarbageCollectorImpl.java classlib6/core/src/openjdk/sun/sun/management/GcInfoBuilder.java classlib6/core/src/openjdk/sun/sun/management/GcInfoCompositeData.java classlib6/core/src/openjdk/sun/sun/management/HotspotClassLoading.java classlib6/core/src/openjdk/sun/sun/management/HotspotClassLoadingMBean.java classlib6/core/src/openjdk/sun/sun/management/HotspotCompilation.java classlib6/core/src/openjdk/sun/sun/management/HotspotCompilationMBean.java classlib6/core/src/openjdk/sun/sun/management/HotspotInternal.java classlib6/core/src/openjdk/sun/sun/management/HotspotInternalMBean.java classlib6/core/src/openjdk/sun/sun/management/HotspotMemory.java classlib6/core/src/openjdk/sun/sun/management/HotspotMemoryMBean.java classlib6/core/src/openjdk/sun/sun/management/HotspotRuntime.java classlib6/core/src/openjdk/sun/sun/management/HotspotRuntimeMBean.java classlib6/core/src/openjdk/sun/sun/management/HotspotThread.java classlib6/core/src/openjdk/sun/sun/management/HotspotThreadMBean.java classlib6/core/src/openjdk/sun/sun/management/LazyCompositeData.java classlib6/core/src/openjdk/sun/sun/management/ManagementFactory.java classlib6/core/src/openjdk/sun/sun/management/MappedMXBeanType.java classlib6/core/src/openjdk/sun/sun/management/MemoryImpl.java classlib6/core/src/openjdk/sun/sun/management/MemoryManagerImpl.java classlib6/core/src/openjdk/sun/sun/management/MemoryNotifInfoCompositeData.java classlib6/core/src/openjdk/sun/sun/management/MemoryPoolImpl.java classlib6/core/src/openjdk/sun/sun/management/MemoryUsageCompositeData.java classlib6/core/src/openjdk/sun/sun/management/MethodInfo.java classlib6/core/src/openjdk/sun/sun/management/NotificationEmitterSupport.java classlib6/core/src/openjdk/sun/sun/management/OperatingSystemImpl.java classlib6/core/src/openjdk/sun/sun/management/RuntimeImpl.java classlib6/core/src/openjdk/sun/sun/management/Sensor.java classlib6/core/src/openjdk/sun/sun/management/ThreadImpl.java classlib6/core/src/openjdk/sun/sun/management/ThreadInfoCompositeData.java classlib6/core/src/openjdk/sun/sun/management/Util.java classlib6/core/src/openjdk/sun/sun/management/VMManagement.java classlib6/core/src/openjdk/sun/sun/management/VMManagementImpl.java classlib6/core/src/openjdk/sun/sun/management/counter/AbstractCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/ByteArrayCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/Counter.java classlib6/core/src/openjdk/sun/sun/management/counter/LongArrayCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/LongCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/StringCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/Units.java classlib6/core/src/openjdk/sun/sun/management/counter/Variability.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/ByteArrayCounterSnapshot.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/InstrumentationException.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/LongArrayCounterSnapshot.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/LongCounterSnapshot.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/PerfByteArrayCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/PerfDataEntry.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/PerfDataType.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/PerfInstrumentation.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/PerfLongArrayCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/PerfLongCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/PerfStringCounter.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/Prologue.java classlib6/core/src/openjdk/sun/sun/management/counter/perf/StringCounterSnapshot.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_de.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_es.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_fr.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_it.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_ja.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_ko.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_sv.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_zh_CN.java classlib6/core/src/openjdk/sun/sun/misc/resources/Messages_zh_TW.java classlib6/core/src/openjdk/sun/sun/net/ConnectionResetException.java classlib6/core/src/openjdk/sun/sun/net/InetAddressCachePolicy.java classlib6/core/src/openjdk/sun/sun/net/NetProperties.java classlib6/core/src/openjdk/sun/sun/net/NetworkClient.java classlib6/core/src/openjdk/sun/sun/net/NetworkServer.java classlib6/core/src/openjdk/sun/sun/net/ProgressEvent.java classlib6/core/src/openjdk/sun/sun/net/ProgressListener.java classlib6/core/src/openjdk/sun/sun/net/ProgressMeteringPolicy.java classlib6/core/src/openjdk/sun/sun/net/ProgressMonitor.java classlib6/core/src/openjdk/sun/sun/net/ProgressSource.java classlib6/core/src/openjdk/sun/sun/net/TelnetInputStream.java classlib6/core/src/openjdk/sun/sun/net/TelnetOutputStream.java classlib6/core/src/openjdk/sun/sun/net/TelnetProtocolException.java classlib6/core/src/openjdk/sun/sun/net/TransferProtocolClient.java classlib6/core/src/openjdk/sun/sun/net/URLCanonicalizer.java classlib6/core/src/openjdk/sun/sun/net/dns/ResolverConfiguration.java classlib6/core/src/openjdk/sun/sun/net/ftp/FtpClient.java classlib6/core/src/openjdk/sun/sun/net/ftp/FtpLoginException.java classlib6/core/src/openjdk/sun/sun/net/ftp/FtpProtocolException.java classlib6/core/src/openjdk/sun/sun/net/idn/Punycode.java classlib6/core/src/openjdk/sun/sun/net/idn/StringPrep.java classlib6/core/src/openjdk/sun/sun/net/idn/StringPrepDataReader.java classlib6/core/src/openjdk/sun/sun/net/idn/UCharacterDirection.java classlib6/core/src/openjdk/sun/sun/net/idn/UCharacterEnums.java classlib6/core/src/openjdk/sun/sun/net/smtp/SmtpClient.java classlib6/core/src/openjdk/sun/sun/net/smtp/SmtpProtocolException.java classlib6/core/src/openjdk/sun/sun/net/spi/DefaultProxySelector.java classlib6/core/src/openjdk/sun/sun/net/spi/nameservice/NameService.java classlib6/core/src/openjdk/sun/sun/net/spi/nameservice/NameServiceDescriptor.java classlib6/core/src/openjdk/sun/sun/net/spi/nameservice/dns/DNSNameService.java classlib6/core/src/openjdk/sun/sun/net/spi/nameservice/dns/DNSNameServiceDescriptor.java classlib6/core/src/openjdk/sun/sun/net/util/IPAddressUtil.java classlib6/core/src/openjdk/sun/sun/net/www/ApplicationLaunchException.java classlib6/core/src/openjdk/sun/sun/net/www/HeaderParser.java classlib6/core/src/openjdk/sun/sun/net/www/MessageHeader.java classlib6/core/src/openjdk/sun/sun/net/www/MeteredStream.java classlib6/core/src/openjdk/sun/sun/net/www/MimeEntry.java classlib6/core/src/openjdk/sun/sun/net/www/MimeLauncher.java classlib6/core/src/openjdk/sun/sun/net/www/MimeTable.java classlib6/core/src/openjdk/sun/sun/net/www/ParseUtil.java classlib6/core/src/openjdk/sun/sun/net/www/content/audio/aiff.java classlib6/core/src/openjdk/sun/sun/net/www/content/audio/basic.java classlib6/core/src/openjdk/sun/sun/net/www/content/audio/wav.java classlib6/core/src/openjdk/sun/sun/net/www/content/audio/x_aiff.java classlib6/core/src/openjdk/sun/sun/net/www/content/audio/x_wav.java classlib6/core/src/openjdk/sun/sun/net/www/content/image/gif.java classlib6/core/src/openjdk/sun/sun/net/www/content/image/jpeg.java classlib6/core/src/openjdk/sun/sun/net/www/content/image/png.java classlib6/core/src/openjdk/sun/sun/net/www/content/image/x_xbitmap.java classlib6/core/src/openjdk/sun/sun/net/www/content/image/x_xpixmap.java classlib6/core/src/openjdk/sun/sun/net/www/content/text/Generic.java classlib6/core/src/openjdk/sun/sun/net/www/content/text/PlainTextInputStream.java classlib6/core/src/openjdk/sun/sun/net/www/content/text/plain.java classlib6/core/src/openjdk/sun/sun/net/www/http/ChunkedInputStream.java classlib6/core/src/openjdk/sun/sun/net/www/http/ChunkedOutputStream.java classlib6/core/src/openjdk/sun/sun/net/www/http/HttpClient.java classlib6/core/src/openjdk/sun/sun/net/www/http/Hurryable.java classlib6/core/src/openjdk/sun/sun/net/www/http/KeepAliveCache.java classlib6/core/src/openjdk/sun/sun/net/www/http/KeepAliveStream.java classlib6/core/src/openjdk/sun/sun/net/www/http/PosterOutputStream.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/file/FileURLConnection.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/ftp/FtpURLConnection.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/ftp/Handler.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/gopher/GopherClient.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/gopher/Handler.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/jar/Handler.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/jar/JarURLConnection.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/jar/URLJarFile.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/jar/URLJarFileCallBack.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/mailto/Handler.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/mailto/MailToURLConnection.java classlib6/core/src/openjdk/sun/sun/net/www/protocol/netdoc/Handler.java classlib6/core/src/openjdk/sun/sun/nio/ByteBuffered.java classlib6/core/src/openjdk/sun/sun/nio/ch/AbstractPollArrayWrapper.java classlib6/core/src/openjdk/sun/sun/nio/ch/AllocatedNativeObject.java classlib6/core/src/openjdk/sun/sun/nio/ch/ChannelInputStream.java classlib6/core/src/openjdk/sun/sun/nio/ch/IOStatus.java classlib6/core/src/openjdk/sun/sun/nio/ch/IOUtil.java classlib6/core/src/openjdk/sun/sun/nio/ch/IOVecWrapper.java classlib6/core/src/openjdk/sun/sun/nio/ch/Interruptible.java classlib6/core/src/openjdk/sun/sun/nio/ch/NativeDispatcher.java classlib6/core/src/openjdk/sun/sun/nio/ch/NativeObject.java classlib6/core/src/openjdk/sun/sun/nio/ch/NativeThreadSet.java classlib6/core/src/openjdk/sun/sun/nio/ch/Reflect.java classlib6/core/src/openjdk/sun/sun/nio/ch/SelChImpl.java classlib6/core/src/openjdk/sun/sun/nio/ch/SelectionKeyImpl.java classlib6/core/src/openjdk/sun/sun/nio/ch/SelectorImpl.java classlib6/core/src/openjdk/sun/sun/nio/ch/SocketOpts.java classlib6/core/src/openjdk/sun/sun/nio/ch/SocketOptsImpl.java classlib6/core/src/openjdk/sun/sun/nio/ch/Util.java Modified: classlib6/core/src/openjdk/sun/sun/management/Agent.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/Agent.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/Agent.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/AgentConfigurationError.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/AgentConfigurationError.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/AgentConfigurationError.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2004, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/ClassLoadingImpl.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/ClassLoadingImpl.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/ClassLoadingImpl.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/CompilationImpl.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/CompilationImpl.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/CompilationImpl.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/CompilerThreadStat.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/CompilerThreadStat.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/CompilerThreadStat.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/ConnectorAddressLink.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/ConnectorAddressLink.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/ConnectorAddressLink.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/FileSystem.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/FileSystem.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/FileSystem.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/Flag.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/Flag.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/Flag.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/GarbageCollectorImpl.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/GarbageCollectorImpl.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/GarbageCollectorImpl.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/GcInfoBuilder.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/GcInfoBuilder.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/GcInfoBuilder.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/GcInfoCompositeData.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/GcInfoCompositeData.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/GcInfoCompositeData.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2004, 2006, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotClassLoading.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotClassLoading.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotClassLoading.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotClassLoadingMBean.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotClassLoadingMBean.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotClassLoadingMBean.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotCompilation.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotCompilation.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotCompilation.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotCompilationMBean.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotCompilationMBean.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotCompilationMBean.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotInternal.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotInternal.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotInternal.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotInternalMBean.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotInternalMBean.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotInternalMBean.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotMemory.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotMemory.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotMemory.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotMemoryMBean.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotMemoryMBean.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotMemoryMBean.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotRuntime.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotRuntime.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotRuntime.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotRuntimeMBean.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotRuntimeMBean.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotRuntimeMBean.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotThread.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotThread.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotThread.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/HotspotThreadMBean.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/HotspotThreadMBean.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/HotspotThreadMBean.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/LazyCompositeData.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/LazyCompositeData.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/LazyCompositeData.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2004, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/ManagementFactory.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/ManagementFactory.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/ManagementFactory.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2006, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/MappedMXBeanType.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/MappedMXBeanType.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/MappedMXBeanType.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2004, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/MemoryImpl.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/MemoryImpl.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/MemoryImpl.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 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. + * 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. */ package sun.management; Modified: classlib6/core/src/openjdk/sun/sun/management/MemoryManagerImpl.java =================================================================== --- classlib6/core/src/openjdk/sun/sun/management/MemoryManagerImpl.java 2011-01-04 09:25:12 UTC (rev 5776) +++ classlib6/core/src/openjdk/sun/sun/management/MemoryManagerImpl.java 2011-01-04 09:55:18 UTC (rev 5777) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2005, 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. Sun designates this + * published by the Free Software Foundation. Oracle designates this * par... [truncated message content] |