src/jdk.jdeps/share/classes/com/sun/tools/javap/package-info.java
author dfuchs
Tue, 20 Aug 2019 15:40:49 +0100
changeset 57815 348f7933e2cc
parent 47216 71c04702a3d5
permissions -rw-r--r--
8229916: Delete redundant test java/net/Socket/reset/Test.java Summary: remove java/net/Socket/reset/Test.java which misses an @test tag and is obsoleted by java/net/Socket/ConnectionReset.java Reviewed-by: alanb Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21019
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     1
/*
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     2
 * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     4
 *
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    10
 *
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    15
 * accompanied this code).
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    16
 *
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    20
 *
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    23
 * questions.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    24
 */
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    25
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    26
/**
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    27
    Classes to dump class files in text format.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    28
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    29
    <p><b>This is NOT part of any supported API.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    30
    If you write code that depends on this, you do so at your own risk.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    31
    This code and its internal interfaces are subject to change or
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    32
    deletion without notice.</b>
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    33
*/
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 727
diff changeset
    34
package com.sun.tools.javap;