- 12 12月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: roland, kvn
-
- 06 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: bad assumption on graph shape in CastIINode::Value if that part of the graph is becoming dead. Reviewed-by: kvn
-
- 10 12月, 2014 2 次提交
- 04 12月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: The new code in 8u backport should guard the execution of the following code instead of return. Reviewed-by: iveresov
-
- 03 12月, 2014 3 次提交
-
-
由 kvn 提交于
Summary: Check for safepoint and block during EA Connection graph construction. Reviewed-by: roland, vlivanov, shade
-
由 kvn 提交于
Summary: Don't remove KILL projections if their "defining" nodes have SCMemProj projection (memory side effects). Reviewed-by: iveresov, roland
-
由 mchung 提交于
Reviewed-by: hseigel, ccheung
-
- 27 11月, 2014 1 次提交
-
-
由 roland 提交于
Summary: code in PhaseIterGVN::add_users_to_worklist() from 8054478 makes incorrect assumption about graph shape Reviewed-by: iveresov
-
- 02 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: dead backbranch in main loop results in erroneous array access Reviewed-by: kvn, iveresov
-
- 26 11月, 2014 2 次提交
- 11 12月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, hseigel, poonam
-
- 10 12月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Fix FP registers save/restore during exception handling Reviewed-by: kvn, vlivanov
-
- 04 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: PhaseIdealLoop::split_if_with_blocks_post() shoulnd't reorder range checks adjusted by range check smearing Reviewed-by: kvn, jrose
-
- 05 12月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: in FileMapInfo::fail_continue do not set UseSharedSpaces = false Reviewed-by: dholmes, ccheung
-
- 24 11月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland
-
- 21 11月, 2014 2 次提交
- 20 11月, 2014 4 次提交
-
-
由 mchung 提交于
Reviewed-by: coleenp, ccheung
-
由 coleenp 提交于
Summary: note all MemberNames created on internal list for adjusting method entries. Reviewed-by: sspitsyn, dcubed, lfoltan
-
由 thartmann 提交于
Summary: Ignore non-instance Klasses in the subclass hierarchy. Reviewed-by: kvn, iignatyev, jrose
-
由 mgronlun 提交于
Reviewed-by: sla, stefank
-
- 14 11月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Read _top before _gc_time_stamp in saved_mark_word() with LoadLoad order to ensure we get a consistent view Reviewed-by: brutisso, dcubed, dholmes, stefank
-
- 11 11月, 2014 2 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland, coleenp, mgerdin
-
由 thartmann 提交于
8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations' Summary: Always use MDO if valid and always compile trivial methods with C1 if available. Reviewed-by: kvn, iveresov
-
- 16 11月, 2014 1 次提交
-
-
由 dcubed 提交于
8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86 Summary: Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files. Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
-
- 15 11月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Signed bitfield size y can only have (1 << y)-1 values. Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
-
- 12 11月, 2014 1 次提交
-
-
由 kbarrett 提交于
8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized. Reviewed-by: jmasa, brutisso, tschatzl
-
- 11 11月, 2014 1 次提交
-
-
由 jiangli 提交于
Summary: Change CDS non-fatal preloading errors to warnings. Reviewed-by: minqi, mseledtsov, coleenp
-
- 13 11月, 2014 1 次提交
-
-
由 jiangli 提交于
Summary: Only enable the assert for current_stack_pointer after stub routines become available. Reviewed-by: dholmes, roland, lfoltan
-
- 11 11月, 2014 1 次提交
-
-
由 stefank 提交于
8064556: G1: ParallelGCThreads=0 may cause assert(!MetadataOnStackMark::has_buffer_for_thread(Thread::current())) failed: Should be empty Reviewed-by: mgerdin, tschatzl
-
- 08 11月, 2014 1 次提交
-
-
由 jcoomes 提交于
8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error Reviewed-by: tschatzl, jmasa, kbarrett
-
- 12 11月, 2014 2 次提交
-
-
由 ctornqvi 提交于
8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java Summary: Fixed an issue when overflowing the MallocSite hash table bucket Reviewed-by: coleenp, gtriantafill
-
由 ctornqvi 提交于
Summary: Update use of GetVersionEx to get correct Windows version in hs_err files Reviewed-by: dcubed, gtriantafill
-
- 06 11月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Reviewed-by: ctornqvi, coleenp
-
- 11 11月, 2014 1 次提交
-
-
由 zmajo 提交于
8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc) Summary: In Parse::array_store_check(), add control edge FROM IfTrue branch of runtime type check of the destination array TO loading _element_klass from destination array. Reviewed-by: kvn, roland, anoll Contributed-by: NZoltan Majo <zoltan.majo@oracle.com>
-
- 05 11月, 2014 1 次提交
-
-
由 mdoerr 提交于
8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant Reviewed-by: dholmes, kvn
-
- 01 11月, 2014 1 次提交
-
-
由 dbuck 提交于
Summary: Update the URL for HotSpot bug reports. Reviewed-by: dcubed, rdurbin
-
- 25 10月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland
-