-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b39
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2168855 | OpenJDK6 | Jonathan Gibbons | P3 | Resolved | Fixed | b13 |
test/tools/apt/Basic/print.sh is a golden file test. It uses jtreg @build to compile a file Aggregate.java, and then uses apt to print it. The result is compared against a golden file. The problem is that @build will use jtreg compiler options and so may or may not include -g. This affects the debugging info written to the class file, and so affects the apt outut.
The test should be rewritten to compile the file directly, and not use @build.
The test should be rewritten to compile the file directly, and not use @build.
- backported by
-
JDK-2168855 test/tools/apt/Basic/print.sh may fail depending on jtreg options
-
- Resolved
-