History log of /openjdk9/hotspot/src/share/vm/gc/parallel/gcTaskThread.cpp
Revision Date Author Comments
# 12725:cded24619229 07-Apr-2017 ysr

8177963: Parallel GC fails fast when per-thread task log overflows
Summary: Instead of exiting the VM when per-thread task log overflows, print warnings once and ignore any further log addition attempt.
Reviewed-by: ysr, kbarrett, sangheki


# 11857:d0fbf661cc16 21-Aug-2016 dholmes

8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Summary: Remove atomic.inline.hpp and move the contents back into atomic.hpp
Reviewed-by: stefank, pliden, simonis


# 11589:399e76f7e29b 19-May-2016 jmasa

8157240: GC task trace logging is incomprehensible
Reviewed-by: tschatzl, redestad


# 11162:54d0862c0773 06-Aug-2015 jmasa

6858051: Create GC worker threads dynamically
Reviewed-by: tschatzl, drwhite


# 10738:d480f32efee5 31-Mar-2016 brutisso

8153186: Convert TraceGCTaskThread to use unified logging
Reviewed-by: mgerdin, tschatzl


# 10587:018403bdb025 11-Mar-2016 brutisso

8151605: Change warning() to log_warning(gc) in the GC code
Reviewed-by: jwilhelm, jmasa


# 9915:e80bca696e3b 07-Jan-2016 david

8146409: TestPromotionFailedEventWithParallelScavenge.java failed with assert(_time_stamps != __null) failed: Sanity
Reviewed-by: tschatzl, jwilhelm


# 9843:74bc1282ef87 16-Dec-2015 brutisso

8145315: VM crashes in print_task_time_stamps()
Reviewed-by: jwilhelm, jmasa


# 9727:f944761a3ce3 10-Dec-2015 brutisso

8145092: Use Unified Logging for the GC logging
Summary: JEP-271. VM changes contributed by brutisso, test changes contributed by david.
Reviewed-by: sjohanss, david, brutisso
Contributed-by: bengt.rutisson@oracle.com, david.lindholm@oralce.com


# 9651:f7dc8eebc3f5 04-Dec-2015 dholmes

8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
Summary: Used compiled-based TLS when available. Additional contributions by Thomas Stufe (AIX) and Andrew Haley (Aarch64)
Reviewed-by: stuefe, bdelsart, dcubed


# 9077:17cfe2c6dc00 06-Oct-2015 brutisso

8138707: TestPromotionEventWithParallelScavenge.java crashes using undefined GC id.
Reviewed-by: mgerdin, jwilhelm


# 8413:92457dfb91bd 13-May-2015 pliden

8079792: GC directory structure cleanup
Reviewed-by: brutisso, stefank, david