8026707: JDK-8026391 broke the optimized build target

Reviewed-by: mgerdin, coleenp
This commit is contained in:
Stefan Karlsson 2013-10-17 08:41:35 +02:00
parent 87c5582bac
commit 7bf2a9861b

View file

@ -139,11 +139,12 @@ class Metachunk : public Metabase<Metachunk> {
size_t free_word_size() const;
#ifdef ASSERT
void mangle();
bool is_tagged_free() { return _is_tagged_free; }
void set_is_tagged_free(bool v) { _is_tagged_free = v; }
#endif
NOT_PRODUCT(void mangle();)
void print_on(outputStream* st) const;
void verify();
};