- 27 2月, 2020 2 次提交
- 12 4月, 2017 1 次提交
-
-
由 vkempik 提交于
8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver Summary: Deoptimize if receiver null check of unresolved field access fails to throw NoClassDefFoundError instead of NPE. Reviewed-by: vlivanov
-
- 09 3月, 2017 1 次提交
-
-
由 zmajo 提交于
Summary: Check values returned by ciMethodData::bci_to_data() where necessary. Reviewed-by: kvn
-
- 02 12月, 2016 1 次提交
-
-
由 dbuck 提交于
Summary: made 8027631 first arg skip applicable to not inlined virtual callsite too. Reviewed-by: kvn, jcm
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 09 3月, 2015 1 次提交
-
-
由 roland 提交于
Reviewed-by: kvn, iveresov
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 24 9月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Fix UnsafeRawOp optimizations Reviewed-by: kvn, drchase, vlivanov
-
- 04 6月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: iveresov, roland
-
- 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
-
- 25 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: method handle call to c1 intrinsic tries to profile popped argument Reviewed-by: kvn, twisti
-
- 18 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: profiling code in interpreter broken when argument profiling is off. Reviewed-by: iveresov, kvn
-
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 14 3月, 2014 1 次提交
-
-
由 iveresov 提交于
8037140: C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto Summary: Fix the type of osrBuffer parameter to depend on bitness Reviewed-by: kvn, twisti
-
- 19 2月, 2019 1 次提交
-
-
由 roland 提交于
Reviewed-by: iveresov, kvn
-
- 14 1月, 2014 1 次提交
-
-
由 roland 提交于
Summary: c1 and interpreter support for new type profiling on sparc Reviewed-by: kvn, twisti
-
- 04 10月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Get types from LIR instructions instead of HIR Reviewed-by: kvn
-
- 13 11月, 2013 1 次提交
-
-
由 roland 提交于
Summary: inlined method handle calls can call methods with different signatures Reviewed-by: kvn, iveresov
-
- 22 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
-
- 19 10月, 2013 1 次提交
-
-
由 morris 提交于
Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA Reviewed-by: kvn, twisti
-
- 24 10月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Fix wrong calling convention in LIR_Assembler::emit_unwind_handler(), T_METADATA support in calling convention generator, C1 register allocator Reviewed-by: twisti, jrose
-
- 12 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
-
- 09 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
-
- 08 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 30 7月, 2013 1 次提交
-
-
由 twisti 提交于
Summary: C1's GetUnsafeObject G1 pre-barrier uses the wrong type to read the klass pointer. Reviewed-by: iveresov, kvn
-
- 03 7月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
-
- 05 6月, 2013 1 次提交
-
-
由 morris 提交于
Summary: added guarantee() Reviewed-by: kvn
-
- 15 4月, 2013 1 次提交
-
-
由 roland 提交于
Summary: missing #ifdef ASSERT Reviewed-by: kvn
-
- 10 4月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Allocate the method's profiling related metadata until they are needed. Reviewed-by: coleenp, roland
-
- 05 4月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Add the -Wunused-function flag and remove a number of unused functions. Reviewed-by: dholmes, coleenp, kvn
-
- 30 3月, 2013 1 次提交
-
-
由 roland 提交于
8010934: assert failure in c1_LinearScan.cpp: "asumption: non-Constant instructions have only virtual operands" Summary: incorrect code to skip some ArrayLength instructions in LIRGenerator Reviewed-by: kvn
-
- 21 3月, 2013 1 次提交
-
-
由 roland 提交于
Summary: when possible optimize out array bound checks, inserting predicates when needed. Reviewed-by: never, kvn, twisti Contributed-by: Nthomaswue <thomas.wuerthinger@oracle.com>
-
- 24 1月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
-
- 19 12月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Add three memory-ordering intrinsics to the sun.misc.Unsafe class. Reviewed-by: twisti, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 09 10月, 2012 1 次提交
-
-
由 roland 提交于
Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
-
- 11 9月, 2012 1 次提交
-
-
由 roland 提交于
Summary: C1 needs knowledge of T_METADATA at the LIR level. Reviewed-by: kvn, coleenp
-
- 05 9月, 2012 1 次提交
-
-
由 stefank 提交于
Summary: Don't decompress the klass pointer in the G1 pre-barrier code when !UseCompressedKlassPointers Reviewed-by: coleenp, brutisso
-
- 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>
-