- 23 7月, 2020 1 次提交
-
-
由 yunyao.zxl 提交于
Summary: Bug fixes for JKU coroutine The JKU patch has several flaws: 1. When using JDI to debug coroutine, it may crash because the _switchTo intrinsic entry will change to the interpreter one, which is a SHOULD_NOT_REACH_HERE(). 2. Change miscellaneous thread-local data structures to coroutine-local level during _switchTo phase. 3. Disable making zombies of _switchTo alike intrinsic things. 4. Fix multiple mem leak problems for coroutine data structures. 5. Create an empty JNIHandleBlock for the first Java call. 6. The stack layout of Coroutine doesn't align with 16 bytes on x86_64 which will cause some float point instructions to throw an sig fault. 7. etc. Test Plan: Coroutine tests Reviewed-by: yuleil, shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/113
-
- 22 7月, 2020 1 次提交
-
-
由 yunyao.zxl 提交于
Summary: - From http://hg.openjdk.java.net/mlvm/mlvm/hotspot/file/4cd7d914b0e3/coro-simple.patch. - Resolve trivial conflicts in: systemDictionary.hpp, thread.cpp, debug.hpp. - Add an option "EnableCoroutine". Test Plan: run jtreg tests Reviewed-by: yuleil, shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/113
-
- 08 5月, 2019 1 次提交
-
-
由 phh 提交于
Summary: Add tag bit to all JNI weak handles Reviewed-by: kbarrett, coleenp, tschatzl
-
- 30 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: jrose, coleenp, ahgross, acorn, vlivanov
-
- 26 6月, 2017 2 次提交
-
-
由 kevinw 提交于
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod Reviewed-by: dlong
-
由 kevinw 提交于
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod Reviewed-by: dlong
-
- 04 3月, 2016 2 次提交
- 29 5月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Introduce the PreserveFramePointer flag to control if RBP is used as the frame pointer or as a general purpose register. Reviewed-by: kvn, roland, dlong, enevill, shade
-
- 03 4月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: coleenp, kvn
-
- 01 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
-
- 21 3月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Use RTM for inflated locks and stack locks. Reviewed-by: iveresov, twisti, roland, dcubed
-
- 27 2月, 2020 1 次提交
-
-
由 fyang 提交于
Summary: the tmp reg used to break the shuffling cycle (handled in ComputeMoveOrder) is set to 64 bit. Reviewed-by: andrew
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 20 11月, 2013 1 次提交
-
-
由 roland 提交于
Summary: rbp not restored when stack overflow is thrown from deopt/uncommon trap blobs Reviewed-by: kvn, iveresov
-
- 13 9月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: On PPC, the first 13 floating point arguments to C calls are passed in floating point registers. Also, all but the first 8 arguments are passed on the stack. So there can be floating point arguments that are passed on the stack and in a register. We duplicate the regs datastructure in c_calling_convention() to represent this. Reviewed-by: kvn, cjplummer
-
- 12 6月, 2013 1 次提交
-
-
由 twisti 提交于
8003268: SharedRuntime::generate_native_wrapper doesn't save all registers across runtime tracing calls for JNI critical native methods Reviewed-by: kvn
-
- 04 4月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Execute vzeroupper instruction after JNI call and on exits in jit compiled code which use 256bit vectors. Reviewed-by: roland
-
- 01 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 07 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Change types of above methods and field to InstanceKlass and remove unneeded casts from the source files. Reviewed-by: dholmes, coleenp, zgu Contributed-by: harold.seigel@oracle.com
-
- 11 9月, 2012 1 次提交
-
-
由 roland 提交于
Summary: C1 needs knowledge of T_METADATA at the LIR level. Reviewed-by: kvn, coleenp
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 25 7月, 2012 1 次提交
-
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 18 9月, 2012 2 次提交
- 02 3月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 29 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 27 2月, 2012 1 次提交
-
-
由 roland 提交于
7148486: At a method handle call returning with an exception may call the runtime with misaligned stack (x64) Summary: stack must be realigned when calling the runtime for exception propagation at a call. Reviewed-by: kvn, never
-
- 02 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 05 11月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: never, kvn Contributed-by: NAndreas Schoesser <andreas.schoesser@sap.com>
-
- 08 9月, 2011 1 次提交
-
-
由 bdelsart 提交于
Summary: changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
-
- 04 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 07 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, jrose
-
- 28 3月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never, kvn
-
- 01 2月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 25 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C2 for SPARC needs to support JSR 292. Reviewed-by: kvn, never
-
- 30 4月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: coleenp, never, gbenson
-