Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8199963 | openjdk7u | Andrew Hughes | P4 | Resolved | Fixed | master |
/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/utilities/hashtable.cpp: In instantiation of 'void BasicHashtable<F>::bulk_free_entries(BasicHashtable<F>::BucketUnlinkContext*) [with short unsigned int F = 256u]':
/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/utilities/hashtable.cpp:360:16: required from here
/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/utilities/hashtable.cpp:200:23: error: 'p2i' was not declared in this scope
p2i(context->_removed_head), p2i(context->_removed_tail)));
~~~^~~~~~~~~~~~~~~~~~~~~~~~
This was introduced in backporting 8180048, but not visible in product builds.
/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/utilities/hashtable.cpp:360:16: required from here
/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/utilities/hashtable.cpp:200:23: error: 'p2i' was not declared in this scope
p2i(context->_removed_head), p2i(context->_removed_tail)));
~~~^~~~~~~~~~~~~~~~~~~~~~~~
This was introduced in backporting 8180048, but not visible in product builds.
- backport of
-
JDK-8037816 Fix for 8036122 breaks build with Xcode5/clang
- Resolved
- backported by
-
JDK-8199963 fastdebug builds fail due to lack of p2i
- Resolved
- relates to
-
JDK-8180048 Interned string and symbol table leak memory during parallel unlinking
- Closed