- 28 2月, 2014 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: sla, zgu
-
- 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 1 次提交
-
-
由 thartmann 提交于
Summary: Open compilation log files in write-mode and close before deletion attempt. Reviewed-by: vlivanov
-
- 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
-
- 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 2 次提交
- 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 1 次提交
-
-
由 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
-
- 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>
-
- 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
-
- 20 11月, 2014 1 次提交
-
-
由 iklam 提交于
8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state Summary: Removed ThreadToNativeFromVM and use java_lang_String::as_utf8_string instead Reviewed-by: dholmes, minqi
-
- 18 11月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Added API to track bootclasspath modification Reviewed-by: jiangli, dholmes, minqi
-
- 03 10月, 2014 1 次提交
-
-
由 fzhinkin 提交于
Summary: fixed order of DeoptReason values declaration so now it matches the order used in jdk9 and the names order in Deoptimization::_trap_reason_name. Reviewed-by: kvn
-
- 02 10月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: mgerdin, coleenp, bdelsart
-
- 04 11月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Back-out 8052081 changes made in lcm.cpp. Reviewed-by: iveresov, roland
-
- 30 10月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Fixed Whitebox.deoptimizeMethod() to deoptimize all OSR versions of the method. Reviewed-by: kvn, iignatyev
-
- 31 10月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Fixed 'SimpleThresholdPolicy::event' to always perform OSR if an OSR nmethod is available. Reviewed-by: kvn, iveresov
-
- 28 10月, 2014 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: dholmes, brutisso
-
- 22 10月, 2014 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: coleenp, sspitsyn, jfranck
-
- 14 10月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Implemented the interface in sun.misc.URLClassPath and corresponding JVM_XXX APIs Reviewed-by: mchung, acorn, jiangli, dholmes
-
- 30 9月, 2014 1 次提交
-
-
由 tschatzl 提交于
8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references. Reviewed-by: iveresov, brutisso, mgerdin
-
- 27 9月, 2014 2 次提交
-
-
由 jwilhelm 提交于
Summary: Ergonomics updates flags for number of GC threads Reviewed-by: tschatzl, jwilhelm Contributed-by: sangheon.kim@oracle.com
-
由 iveresov 提交于
8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic Summary: Make sure MH intrinsics can be created before compiler instances Reviewed-by: kvn
-