Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2033789 | 1.4.0 | Neal Gafter | P2 | Closed | Fixed | merlin |
on win32, if the following command is issued, the resulting .class file
has the wrong value for SourceFile:
cd \tmp\level1
javac ../../tmp/level1/hello.java
instead of identifying the SourceFile as "hello.java", it gets ideintified
as "../../tmp/level1/hello.java"
ingrid.yao@Eng 2000-09-29
Same problem reported by one of Merlin CAP members as an issue for them.
This problem will require them to modify the code for their BugSeeker debugger
before they are able to fully test our application running on Merlin,
it is a compatibility problem.
has the wrong value for SourceFile:
cd \tmp\level1
javac ../../tmp/level1/hello.java
instead of identifying the SourceFile as "hello.java", it gets ideintified
as "../../tmp/level1/hello.java"
ingrid.yao@Eng 2000-09-29
Same problem reported by one of Merlin CAP members as an issue for them.
This problem will require them to modify the code for their BugSeeker debugger
before they are able to fully test our application running on Merlin,
it is a compatibility problem.
- backported by
-
JDK-2033789 Incorrect SourceFile value being set in .class file
-
- Closed
-
- relates to
-
JDK-4404985 Incorrect SourceFile attributes in java.lang classes
-
- Resolved
-