mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8026707: JDK-8026391 broke the optimized build target
Reviewed-by: mgerdin, coleenp
This commit is contained in:
parent
87c5582bac
commit
7bf2a9861b
1 changed files with 2 additions and 1 deletions
|
@ -139,11 +139,12 @@ class Metachunk : public Metabase<Metachunk> {
|
||||||
size_t free_word_size() const;
|
size_t free_word_size() const;
|
||||||
|
|
||||||
#ifdef ASSERT
|
#ifdef ASSERT
|
||||||
void mangle();
|
|
||||||
bool is_tagged_free() { return _is_tagged_free; }
|
bool is_tagged_free() { return _is_tagged_free; }
|
||||||
void set_is_tagged_free(bool v) { _is_tagged_free = v; }
|
void set_is_tagged_free(bool v) { _is_tagged_free = v; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
NOT_PRODUCT(void mangle();)
|
||||||
|
|
||||||
void print_on(outputStream* st) const;
|
void print_on(outputStream* st) const;
|
||||||
void verify();
|
void verify();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue