/
githubmirror
/
panama-vector
Обзор
Документация
Войти
/
githubmirror
/
panama-vector
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/langtools/tools/javac/limits/LongName.java
16 строк
137 KB
Guoxiong Li
8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header
30 дек 2020, 20:20
30 дек 2020, 20:20
8435f0d
Код
Авторство
О чём код?
/* * @test /nodynamiccopyright/ * @bug 4309152 * @summary Compiler silently generates bytecode that exceeds VM limits * @author gafter * * @compile/fail/ref=LongName.out -XDrawDiagnostics LongName.java */ class LongName { int // note that the identifier on the following line is 65536 // characters long, and will not display properly in vi // or appear properly in a webrev due to limitations of nawk abcdefghijklnmopqrstuvwxyz0123456789ABCDabcdefghijklnmopqrstuvwxyz0123456789ABCDabcdefghijklnmopqrstuvwxyz0123456789ABCDabcdefghijklnmopqrstuvwxyz0123456789ABCDabcdefghijklnmopqrstuvwxyz012345 … [Строка слишком длинная. Вы можете скачать файл] }