ASSEMBLY_EXCEPTION

Tue, 03 Jun 2008 13:26:47 -0700

author
jjg
date
Tue, 03 Jun 2008 13:26:47 -0700
changeset 46
7708bd6d800d
parent 0
959103a6100f
child 3309
4527d9e5bd85
permissions
-rw-r--r--

4075303: Use javap to enquire aboput a specific inner class
4348375: Javap is not internationalized
4459541: "javap -l" shows line numbers as signed short; they should be unsigned
4501660: change diagnostic of -help as 'print this help message and exit'
4776241: unused source file in javap...
4870651: javap should recognize generics, varargs, enum
4876942: javap invoked without args does not print help screen
4880663: javap could output whitespace between class name and opening brace
4975569: javap doesn't print new flag bits
6271787: javap dumps LocalVariableTypeTable attribute in hex, needs to print a table
6305779: javap: support annotations
6439940: Clean up javap implementation
6469569: wrong check of searchpath in JavapEnvironment
6474890: javap does not open .zip files in -classpath
6587786: Javap throws error : "ERROR:Could not find <classname>" for JRE classes
6622215: javap ignores certain relevant access flags
6622216: javap names some attributes incorrectly
6622232: javap gets whitespace confused
6622260: javap prints negative bytes incorrectly in hex
Reviewed-by: ksrini

aoqi@0 1
aoqi@0 2 OPENJDK ASSEMBLY EXCEPTION
aoqi@0 3
aoqi@0 4 The OpenJDK source code made available by Sun at openjdk.java.net and
aoqi@0 5 openjdk.dev.java.net ("OpenJDK Code") is distributed under the terms of the
aoqi@0 6 GNU General Public License <http://www.gnu.org/copyleft/gpl.html> version 2
aoqi@0 7 only ("GPL2"), with the following clarification and special exception.
aoqi@0 8
aoqi@0 9 Linking this OpenJDK Code statically or dynamically with other code
aoqi@0 10 is making a combined work based on this library. Thus, the terms
aoqi@0 11 and conditions of GPL2 cover the whole combination.
aoqi@0 12
aoqi@0 13 As a special exception, Sun gives you permission to link this
aoqi@0 14 OpenJDK Code with certain code licensed by Sun as indicated at
aoqi@0 15 http://openjdk.java.net/legal/exception-modules-2007-05-08.html
aoqi@0 16 ("Designated Exception Modules") to produce an executable,
aoqi@0 17 regardless of the license terms of the Designated Exception Modules,
aoqi@0 18 and to copy and distribute the resulting executable under GPL2,
aoqi@0 19 provided that the Designated Exception Modules continue to be
aoqi@0 20 governed by the licenses under which they were offered by Sun.
aoqi@0 21
aoqi@0 22 As such, it allows licensees and sublicensees of Sun's GPL2 OpenJDK Code to
aoqi@0 23 build an executable that includes those portions of necessary code that Sun
aoqi@0 24 could not provide under GPL2 (or that Sun has provided under GPL2 with the
aoqi@0 25 Classpath exception). If you modify or add to the OpenJDK code, that new
aoqi@0 26 GPL2 code may still be combined with Designated Exception Modules if the
aoqi@0 27 new code is made subject to this exception by its copyright holder.

mercurial