-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b07
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2187247 | 7 | John Rose | P3 | Closed | Fixed | b80 |
JDK-2189857 | 6u21 | John Rose | P3 | Resolved | Fixed | b01 |
The disassembler plugin uses certain JVM functions to display information about values (especially managed pointers) embedded in the disassembled code. Unfortunately, in the product build, many of these functions are stubbed out, and produce no output. This leaves puzzling blank spaces in the disassembled code produced by the JVM. This is true in the product build, which is the default and often the only build available.
Fortunately, it is a simple matter to move those functions into the product build. There are not many of them, and they are not complex, so the footprint impact is minimal.
Fortunately, it is a simple matter to move those functions into the product build. There are not many of them, and they are not complex, so the footprint impact is minimal.
- backported by
-
JDK-2189857 disassembler plugin needs to produce symbolic information in product mode
- Resolved
-
JDK-2187247 disassembler plugin needs to produce symbolic information in product mode
- Closed
- relates to
-
JDK-6667042 PrintAssembly option does not work without special plugin
- Closed