What's the purpose of hashtable::reverse() (original) (raw)
Ioi Lam ioi.lam at oracle.com
Thu Mar 16 06:48:06 UTC 2017
- Previous message: (RFR)(S)(10): 8176768: hotspot ignores PTHREAD_STACK_MIN when creating new threads
- Next message: What's the purpose of hashtable::reverse()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This seems to be used only by CDS dumping, and if I remove the call nothing bad seems to happen. Does anyone know what hashtable::reverse() could possibly achieve?
Also, there's another variant that seems to be dead code that no one calls.
template <class T, MEMFLAGS F> void Hashtable<T, F>::reverse(void*
boundary)
- Ioi
- Previous message: (RFR)(S)(10): 8176768: hotspot ignores PTHREAD_STACK_MIN when creating new threads
- Next message: What's the purpose of hashtable::reverse()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]