Quantcast

OpenJDK Hotspot

The HotSpot code base has been worked on by dozens of people, over the course of 10 years, so far. (That's good and bad.) It's big. There are nearly 1500 C/C++ header and source files, comprising almost 250,000 lines of code. In addition to the expected class loader, bytecode interpreter, and supporting runtime routines, you get two runtime compilers from bytecode to native instructions, 3 (or so) garbage collectors, and a set of high-performance runtime libraries for synchronization, etc.
1234 ... 375
Topics (13113)
  Replies
Last Post
Views Sub Forum
RFR: 8012241 Kitchensink crashed with OOME on linux x64 by Zhengyu Gu
star
2
by David Holmes
OpenJDK Hotspot Runtime System
RE: JEP 175 - Review comments by Lindenmaier, Goetz
star
18
by David Holmes
OpenJDK Hotspot Virtual Machine
HSX-24: Code Review (round 0) request for MacOS X exported symbols fix (8014326) by Daniel D. Daugherty
star
2
by Daniel D. Daugherty
OpenJDK Hotspot Runtime System
hg: hsx/hotspot-comp/hotspot: 8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc by Vladimir Kozlov
star
0
by Vladimir Kozlov
OpenJDK Hotspot Compiler Development List
hg: hsx/hotspot-gc/hotspot: 8015237: Parallelize string table scanning during strong root processing by John Cuthbertson
star
0
by John Cuthbertson
OpenJDK Hotspot Garbage Collection
RFR(M/L): 7145569: G1: optimize nmethods scanning by John Cuthbertson
star
13
by John Cuthbertson
OpenJDK Hotspot Compiler Development List
RFR(M/L): 7145569: G1: optimize nmethods scanning by John Cuthbertson
star
13
by John Cuthbertson
OpenJDK Hotspot Garbage Collection
hg: hsx/hotspot-rt/hotspot: 8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25" by yumin.qi
star
0
by yumin.qi
OpenJDK Hotspot Runtime System
RFR (S): G1: Use ArrayAllocator for BitMaps by Bengt Rutisson
star
14
by Bengt Rutisson
OpenJDK Hotspot Virtual Machine
RFR (S) JDK-8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc by Niclas Adlertz
star
11
by Vladimir Kozlov
OpenJDK Hotspot Compiler Development List
RFR(M): 8016697: PPC64 (part 5): Use stubs to implement safefetch by Lindenmaier, Goetz
star
7
by Christian Thalinger-...
OpenJDK Hotspot Virtual Machine
HSX-25: Code Review (round 0) request for MacOS X exported symbols fix (8014326) by Daniel D. Daugherty
star
0
by Daniel D. Daugherty
OpenJDK Hotspot Runtime System
RFR(S): 8016696: PPC64 (part 4): add relocation for trampoline stubs by Lindenmaier, Goetz
star
5
by John Rose-6
OpenJDK Hotspot Virtual Machine
hg: hsx/hsx24/hotspot: 8012265: VM often crashes on solaris with a lot of memory by Bengt Rutisson
star
0
by Bengt Rutisson
OpenJDK Hotspot Virtual Machine
CMS parallel initial mark by Hiroshi Yamauchi-2
star
59
by Thomas Schatzl
OpenJDK Hotspot Garbage Collection
Re: CMS parallel initial mark; vm thread sneaking in Thread::try_lock() by Thomas Schatzl
star
15
by Thomas Schatzl
OpenJDK Hotspot Runtime System
hg: hsx/hotspot-gc/hotspot: 8012265: VM often crashes on solaris with a lot of memory by Bengt Rutisson
star
0
by Bengt Rutisson
OpenJDK Hotspot Garbage Collection
RFR(M): 8008287: Code cache statistic variables for event tracing needs atomicity by Nils Eliasson
star
4
by Vladimir Kozlov
OpenJDK Hotspot Compiler Development List
hg: hsx/hotspot-rt/hotspot: 2 new changesets by Zhengyu Gu
star
0
by Zhengyu Gu
OpenJDK Hotspot Runtime System
RFR: 8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25" by yumin.qi
star
2
by yumin.qi
OpenJDK Hotspot Runtime System
HSX-24 Backport Code Review for memory commit failure fix (8013057) by Daniel D. Daugherty
star
8
by Daniel D. Daugherty
OpenJDK Hotspot Runtime System
code review (round 2) for memory commit failure fix (8013057) by Daniel D. Daugherty
star
13
by Daniel D. Daugherty
OpenJDK Hotspot Runtime System
hg: hsx/hotspot-gc/hotspot: 5 new changesets by Erik Helin-2
star
0
by Erik Helin-2
OpenJDK Hotspot Garbage Collection
RFR(XXS): 8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check by Markus Grönlund
star
2
by David Holmes
OpenJDK Hotspot Runtime System
Re: Review Request (S) 6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description by yumin.qi
star
0
by yumin.qi
OpenJDK Hotspot Runtime System
hg: hsx/hotspot-comp/hotspot: 8002160: Compilation issue with adlc using latest SunStudio compilers by Vladimir Kozlov
star
0
by Vladimir Kozlov
OpenJDK Hotspot Compiler Development List
hg: hsx/hotspot-rt/hotspot: 8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8 by Staffan Larsen-2
star
0
by Staffan Larsen-2
OpenJDK Hotspot Runtime System
RFR: 8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8 by Staffan Larsen-2
star
3
by Staffan Larsen-2
OpenJDK Hotspot Runtime System
Wrong offset in hs_err_*.log by Artem Ananiev-3
star
5
by Zhengyu Gu
OpenJDK Hotspot Runtime System
Review Request (S) 6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description by serguei.spitsyn@orac...
star
4
by serguei.spitsyn@orac...
OpenJDK Hotspot Virtual Machine
RFR: 8011968 Kitchensink crashed with SIGSEGV in MemBaseline::baseline by Zhengyu Gu
star
3
by David Holmes
OpenJDK Hotspot Runtime System
RFR (S) 8002160 : Compilation issue with adlc using latest SunStudio compilers by David Chase
star
6
by Vladimir Kozlov
OpenJDK Hotspot Compiler Development List
hg: hsx/hotspot-rt/hotspot: 8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites by Zhengyu Gu
star
0
by Zhengyu Gu
OpenJDK Hotspot Runtime System
hg: hsx/hotspot-rt/hotspot: 8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp by Markus Grönlund
star
0
by Markus Grönlund
OpenJDK Hotspot Runtime System
RFR(M): 8016586: PPC64 (part 3): basic changes for PPC64 by Lindenmaier, Goetz
star
2
by David Holmes
OpenJDK Hotspot Virtual Machine
1234 ... 375