author | peterz |
Fri, 28 May 2010 13:32:40 +0400 | |
changeset 5594 | 3db39773da2e |
parent 3766 | 7e2df99e9223 |
permissions | -rw-r--r-- |
3541
46fcb9a809a6
6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore
parents:
diff
changeset
|
1 |
/** |
3766 | 2 |
* @test /nodynamiccopyright/ |
3541
46fcb9a809a6
6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore
parents:
diff
changeset
|
3 |
* @bug 6864382 |
46fcb9a809a6
6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore
parents:
diff
changeset
|
4 |
* @summary NullPointerException when compiling a negative java source |
46fcb9a809a6
6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore
parents:
diff
changeset
|
5 |
* @author mcimadamore |
46fcb9a809a6
6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore
parents:
diff
changeset
|
6 |
* @compile/fail/ref=T6864382.out -XDrawDiagnostics T6864382.java |
46fcb9a809a6
6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore
parents:
diff
changeset
|
7 |
*/ |
46fcb9a809a6
6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore
parents:
diff
changeset
|
8 |
|
46fcb9a809a6
6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore
parents:
diff
changeset
|
9 |
class T6864382<T> extends T {} |