mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Reviewed-by: rkennke, coleenp, kbarrett, dcubed
This commit is contained in:
parent
f075a3278b
commit
ae5615c614
132 changed files with 1215 additions and 1236 deletions
|
@ -2067,7 +2067,7 @@ class JNIMethodBlock : public CHeapObj<mtClass> {
|
|||
#endif // PRODUCT
|
||||
};
|
||||
|
||||
// Something that can't be mistaken for an address or a markOop
|
||||
// Something that can't be mistaken for an address or a markWord
|
||||
Method* const JNIMethodBlock::_free_method = (Method*)55;
|
||||
|
||||
JNIMethodBlockNode::JNIMethodBlockNode(int num_methods) : _top(0), _next(NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue