mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
8204680: Disassembly does not display code strings in stubs
Reviewed-by: kvn
This commit is contained in:
parent
e9499fa513
commit
dd0ba10925
4 changed files with 27 additions and 10 deletions
|
@ -337,6 +337,7 @@ public:
|
|||
|
||||
class CodeBuffer: public StackObj {
|
||||
friend class CodeSection;
|
||||
friend class StubCodeGenerator;
|
||||
|
||||
private:
|
||||
// CodeBuffers must be allocated on the stack except for a single
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue