Commit 166534c
committed
Hacky handling of type annotations.
Otherwise, the build fails with:
Compiling up to 4 files for COMPILE_CREATE_SYMBOLS
Creating ct.sym classes
Exception in thread "main" java.lang.IllegalStateException: Unhandled attribute: RuntimeVisibleTypeAnnotations
at build.tools.symbolgenerator.CreateSymbols.readAttribute(CreateSymbols.java:2734)
at build.tools.symbolgenerator.CreateSymbols.inspectClassFile(CreateSymbols.java:2292)
at build.tools.symbolgenerator.CreateSymbols.loadFromDirectoryHandleClassFile(CreateSymbols.java:1719)
at build.tools.symbolgenerator.CreateSymbols.loadVersionClassesFromDirectory(CreateSymbols.java:1680)
at build.tools.symbolgenerator.CreateSymbols.createSymbols(CreateSymbols.java:254)
at build.tools.symbolgenerator.CreateSymbols.main(CreateSymbols.java:4780)
gmake[3]: *** [Gendata.gmk:79: .../jdk/build/linux-x86_64-server-release/support/symbols/ct.sym] Error 1
gmake[2]: *** [make/Main.gmk:147: jdk.compiler-gendata] Error 2
gmake[2]: *** Waiting for unfinished jobs....1 parent 2b9dfc4 commit 166534c
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2597 | 2597 | | |
2598 | 2598 | | |
2599 | 2599 | | |
| 2600 | + | |
| 2601 | + | |
| 2602 | + | |
| 2603 | + | |
2600 | 2604 | | |
2601 | 2605 | | |
2602 | 2606 | | |
| |||
0 commit comments