Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
2c66a6c3fd68016aef59a3f0f72c96db604c6ed5
/
hotspot
/
src
2c66a6c
6953144: Tiered compilation
by Igor Veresov
· 14 years ago
6e78f6c
6981773: incorrect fill value with OptimizeFill
by Tom Rodriguez
· 14 years ago
690e6e1
Merge
by Tom Rodriguez
· 14 years ago
84aedee
6969586: OptimizeStringConcat: SIGSEGV in LoadNode::Value()
by Tom Rodriguez
· 14 years ago
3f7bac7
6980978: assert(mt == t->xmeet(this)) failed: meet not commutative
by Vladimir Kozlov
· 14 years ago
8098787
Merge
by Antonios Printezis
· 14 years ago
4b9d764
Merge
by Antonios Printezis
· 14 years ago
d7850a0
Merge
by Daniel D. Daugherty
· 14 years ago
150ca9b
Merge
by Tom Rodriguez
· 14 years ago
08d9e03
4809552: Optimize Arrays.fill(...)
by Tom Rodriguez
· 14 years ago
6247222
6980262: Memory leak when exception is thrown in static initializer
by Keith McGuigan
· 14 years ago
b513e51
6980206: G1: assert(has_undefined_max_size, "Undefined max size");
by Antonios Printezis
· 14 years ago
6a0c40f
6961697: move nmethod constants section before instruction section
by Christian Thalinger
· 14 years ago
45d90a7
6976400: "Meet Not Symmetric"
by Vladimir Kozlov
· 14 years ago
670922c
6978641: Fix for 6929067 introduces additional overhead in thread creation/termination paths
by David Holmes
· 14 years ago
be6d973
6978300: G1: debug builds crash if ParallelGCThreads==0
by John Coomes
· 14 years ago
d486cee
Merge
by Tom Rodriguez
· 14 years ago
1456a4c
6941275: G1: The MemoryPools are incorrectly supported for G1
by Antonios Printezis
· 14 years ago
a4b2fe3
6978355: renaming for 6961697
by Christian Thalinger
· 14 years ago
23ee6aa
6910183: CMS: assert(_index < capacity(),"_index out of bounds")
by Y. Srinivas Ramakrishna
· 14 years ago
3756a7d
6896381: CTW fails share/vm/ci/bcEscapeAnalyzer.cpp:99, assert(_stack_height < _max_stack,"stack overflow")
by Vladimir Kozlov
· 14 years ago
11da6c2
Merge
by Daniel D. Daugherty
· 14 years ago
c7e50e8
6912064: type profiles need to be exploited more for dynamic language support
by John R Rose
· 14 years ago
ec4173f
Merge
by Antonios Printezis
· 14 years ago
519c627
Merge
by Tom Rodriguez
· 14 years ago
a54b1ff
6978249: spill between cpu and fpu registers when those moves are fast
by Tom Rodriguez
· 14 years ago
500e68f
6978533: CMS: Elide BOT update asserts until 6977974 is fixed correctly
by Y. Srinivas Ramakrishna
· 14 years ago
b002fe5
6885308: The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash
by Pavel Tisnovsky
· 14 years ago
846cfee
Merge
by John Cuthbertson
· 14 years ago
fc61f27
6977970: CMS: concurrentMarkSweepGeneration.cpp:7947 assert(addr <= _limit) failed: sweep invariant
by Y. Srinivas Ramakrishna
· 14 years ago
3b69a96
6977924: Changes for 6975078 produce build error with certain gcc versions
by John Cuthbertson
· 14 years ago
a325f55
6977640: Zero and Shark fixes
by Gary Benson
· 14 years ago
ce2883f
6975964: G1: print out a more descriptive message for evacuation failure when +PrintGCDetails is set
by Antonios Printezis
· 14 years ago
7125621
6974928: G1: sometimes humongous objects are allocated in young regions
by Antonios Printezis
· 14 years ago
1f0201f
6959014: G1: assert(minimum_desired_capacity <= maximum_desired_capacity) failed: sanity check
by Antonios Printezis
· 14 years ago
77f8453
6948538: CMS: BOT walkers can fall into object allocation and initialization cracks
by Y. Srinivas Ramakrishna
· 14 years ago
becf7cf
Merge
by John Cuthbertson
· 14 years ago
0f1f7c3
6976372: # assert(_owner == Thread::current()) failed: invariant
by Tom Rodriguez
· 14 years ago
ae38e97
Merge
by Daniel D. Daugherty
· 14 years ago
a96301c
6975006: assert(check.is_deoptimized_frame()) failed: missed deopt
by Tom Rodriguez
· 14 years ago
1d736d2
6974176: ShouldNotReachHere, instanceKlass.cpp:1426
by Tom Rodriguez
· 14 years ago
bb7d4b2
6976378: ParNew: stats are printed unconditionally in debug builds
by John Coomes
· 14 years ago
b092cb3
6973329: C2 with Zero based COOP produces code with broken anti-dependency on x86
by Vladimir Kozlov
· 14 years ago
d7310fb
6976186: integrate Shark HotSpot changes
by Gary Benson
· 14 years ago
c9ac8cc
6975855: don't emit deopt MH handler in C1 if not required
by Christian Thalinger
· 14 years ago
b36bff7
6378314: Bad warning message when agent library not found. local directory is not searched
by Jeremy Manson
· 14 years ago
7ee29ee
6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
by Y. Srinivas Ramakrishna
· 14 years ago
dc37d15
6975027: use of movptr to set length of array
by Tom Rodriguez
· 14 years ago
b0e9851
6970376: ParNew: shared TaskQueue statistics
by John Coomes
· 14 years ago
68ff9b2
Merge
by Tom Rodriguez
· 14 years ago
2e48a18
6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena()
by Vladimir Kozlov
· 14 years ago
7fe1c05
6966222: G1: simplify TaskQueue overflow handling
by John Coomes
· 14 years ago
f8eed77
6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() == _hrrs->occupied(),"Should have yielded all the .
by John Cuthbertson
· 14 years ago
4728aa0
6974682: CTW: assert(target != NULL) failed: must not be null
by Vladimir Kozlov
· 14 years ago
b4148f3
6963209: G1: remove the concept of abandoned pauses
by Antonios Printezis
· 14 years ago
5bed80a
6973963: SEGV in ciBlock::start_bci() with EA
by Vladimir Kozlov
· 14 years ago
b95c7e9
6953477: Increase portability and flexibility of building Hotspot
by Bob Vandette
· 14 years ago
f0b6dc4
6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
by Vladimir Kozlov
· 14 years ago
c45761e
6958465: Sparc aten build24.0: openjdk-7.ea-b96 failed Error: Formal argument ... requires an lvalue
by Coleen Phillimore
· 14 years ago
d44a368
6888526: Linux getCurrentThreadCpuTime is drastically slower than Windows
by Andrew Haley
· 14 years ago
b071e2a
Merge
by Tom Rodriguez
· 14 years ago
53ac035
Merge
by Andrei Pangin
· 14 years ago
27c8e4b
Merge
by Y. Srinivas Ramakrishna
· 14 years ago
0ed8a9f
Merge
by Tom Rodriguez
· 14 years ago
3fbdd52
6969569: assert(is_static() && is_constant()) failed: illegal call to constant_value()
by Vladimir Kozlov
· 14 years ago
762e078
6970566: runThese fails with SIGSEGV
by Tom Rodriguez
· 14 years ago
38ab95c
6962589: remove breadth first scanning code from parallel gc
by Antonios Printezis
· 14 years ago
3a2b2b4
6814437: G1: remove the _new_refs array
by John Cuthbertson
· 14 years ago
75c2333
Merge
by Kevin Walls
· 14 years ago
5fb46fd
6581734: CMS Old Gen's collection usage is zero after GC which is incorrect
by Kevin Walls
· 14 years ago
f495cb2
Merge
by Y. Srinivas Ramakrishna
· 14 years ago
625332a
Merge
by Y. Srinivas Ramakrishna
· 14 years ago
3888d50
6964170: Verifier crashes
by Andrei Pangin
· 14 years ago
5c3da1e
6956639: G1: assert(cached_ptr != card_ptr) failed: shouldn't be, concurrentG1Refine.cpp:307
by John Cuthbertson
· 14 years ago
8ce591c
Merge
by Andrei Pangin
· 14 years ago
daf491a
6962947: shared TaskQueue statistics
by John Coomes
· 14 years ago
7e34622
6969574: invokedynamic call sites deoptimize instead of executing
by John R Rose
· 14 years ago
4efdcb8
Merge
by Y. Srinivas Ramakrishna
· 14 years ago
734af9c
Merge
by Tom Rodriguez
· 14 years ago
640336e
6649594: Intermittent IOExceptions during dynamic attach on linux and solaris
by Alan Bateman
· 14 years ago
a4e4149
6964498: JSR 292 invokedynamic sites need local bootstrap methods
by John R Rose
· 14 years ago
ffb15fd
Merge
by Tom Rodriguez
· 14 years ago
ea25541
6968336: VM crash guarantee(!nm->is_zombie()) failed: cannot lock a zombie method
by Tom Rodriguez
· 14 years ago
6572ca3
Merge
by Andrei Pangin
· 14 years ago
2b339c9
6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
by Vladimir Kozlov
· 14 years ago
7378cf1
6968646: JVM crashes with SIGFPE during startup
by Vladimir Kozlov
· 14 years ago
1eabc28
6968385: malformed xml in sweeper logging
by Tom Rodriguez
· 14 years ago
c0b1b0d
Merge
by Y. Srinivas Ramakrishna
· 14 years ago
d3c3800
6958668: repeated uncommon trapping for new of klass which is being initialized
by Tom Rodriguez
· 14 years ago
7533d0c
6965184: possible races in make_not_entrant_or_zombie
by Tom Rodriguez
· 14 years ago
a20650a
6967423: Hotspot support for modules image
by Mandy Chung
· 14 years ago
ae3ddc1
Merge
by Tom Rodriguez
· 14 years ago
7c19b04
Merge
by Karen Kinnear
· 14 years ago
cc513a8
6966411: escape.cpp:450 assert(base->Opcode() == Op_ConP
by Vladimir Kozlov
· 14 years ago
bf1ca00
6965671: fatal error: acquiring lock JNIGlobalHandle_lock/16 out of order with lock CodeCache_lock/1
by Tom Rodriguez
· 14 years ago
13ac5e3
6964164: MonitorInUseLists leak of contended objects
by Karen Kinnear
· 14 years ago
e8dbd32
6957084: simplify TaskQueue overflow handling
by John Coomes
· 14 years ago
091b24c
Merge
by Coleen Phillimore
· 14 years ago
7b529c7
Merge
by John R Rose
· 14 years ago
4bd0381
6964774: Adjust optimization flags setting
by Vladimir Kozlov
· 14 years ago
Next »