- 05 5月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dsamersoff, kbarrett, hseigel
-
- 02 5月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Null the InterpreterRuntime::member_name_arg_or_null return value when it is necessary Reviewed-by: jbachorik, coleenp, twisti
-
- 01 5月, 2015 1 次提交
-
-
由 bmoloden 提交于
Reviewed-by: kvn, iignatyev
-
- 30 4月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Optimize the method pointer adjustments for prev klass versions and MNT Reviewed-by: dcubed, coleenp
-
- 29 4月, 2015 1 次提交
-
-
由 goetz 提交于
Summary: Also improve check for Safepoints in signal handler. Reviewed-by: kvn, simonis
-
- 30 4月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: stuefe, dsamersoff, dcubed
-
- 28 4月, 2015 1 次提交
-
-
由 ysuenaga 提交于
Summary: NMT with detail option reports incorrect caller address on Linux. Reviewed-by: dholmes, coleenp
-
- 16 4月, 2015 1 次提交
-
-
由 lfoltan 提交于
Summary: Removed the Solaris specific conditionalization for casting to void * within calls to HS_DTRACE_PROBE* to enable successful compilation with gcc Red Hat 4.4.6-4. Reviewed-by: hseigel, stefank
-
- 14 4月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn
-
- 27 3月, 2015 1 次提交
-
-
由 roland 提交于
Summary: meet of 2 constant arrays result in bottom Reviewed-by: kvn
-
- 10 4月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: remove the assert and deallocate cashed class file bytes that are in collision Reviewed-by: coleenp, dcubed
-
- 27 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: A dead scope of the local needs to be identified Reviewed-by: coleenp, vlivanov, mgronlun
-
- 25 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
-
- 20 3月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Instead of 'fpclass', use cast float->int and double->long to check if value is +0.0f and +0.0d, respectively. Reviewed-by: kvn, simonis, dlong
-
- 19 3月, 2015 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, ecaspole
-
- 18 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale Summary: optimize the adjust_method_entries functions by using the orig_method_idnum() function Reviewed-by: coleenp, dcubed
-
- 17 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Relax the guaranty for deleted methods Reviewed-by: dcubed, coleenp
-
- 13 3月, 2015 1 次提交
-
-
由 cjplummer 提交于
Summary: Fixed by removing all code related to LowMemoryProtection, which removed offending code. Reviewed-by: dholmes, minqi
-
- 12 3月, 2015 1 次提交
-
-
由 roland 提交于
Summary: default methods added to classes confuse dependency processing Reviewed-by: kvn
-
- 09 4月, 2015 2 次提交
- 12 3月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: Warning when not checking exceptions from function that require so, also when local refs expand beyond capacity. Reviewed-by: dsimms
-
- 02 3月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Escape state of allocated object should be always adjusted after it was passed to a method. Reviewed-by: kvn
-
- 07 3月, 2015 1 次提交
-
-
由 gthornbr 提交于
Summary: Force all Solaris builds to use the same version of the DIR structure. Reviewed-by: dcubed, dholmes, kvn
-
- 02 3月, 2015 1 次提交
-
-
由 sjohanss 提交于
Reviewed-by: kbarrett, dholmes
-
- 25 2月, 2015 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: dholmes, coleenp
-
- 21 2月, 2015 1 次提交
-
-
由 drchase 提交于
Summary: Added better debug-printing support and enhanced LogCompilation tool Reviewed-by: kvn, roland, dholmes
-
- 18 2月, 2015 2 次提交
-
-
由 iveresov 提交于
Summary: Check for overflow when inverting the loop during the counted loop conversion Reviewed-by: kvn
-
由 poonam 提交于
8049881: jstack not working on core files Summary: These changes add some definitions on the SA side and the supporting code on the hotspot side. Reviewed-by: sla, dsamersoff, mgronlun
-
- 10 2月, 2015 1 次提交
-
-
由 kbarrett 提交于
Reviewed-by: mchung, dfuchs, ahgross, brutisso
-
- 30 1月, 2015 2 次提交
- 21 3月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose, kvn
-
- 30 1月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose, kvn
-
- 28 4月, 2015 1 次提交
-
-
由 dbuck 提交于
8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath Reviewed-by: dholmes, coleenp Contributed-by: NCheleswer Sahu <cheleswer.sahu@oracle.com>
-
- 09 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Print selected page size, not alignment size chosen by ReservedSpace (which is the vm_allocation_granularity that is different to page size on Windows) in the message presented by TracePageSizes. Reviewed-by: drwhite, jmasa
-
- 07 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces. Reviewed-by: jmasa, pliden, stefank
-
- 21 1月, 2015 1 次提交
-
-
由 iveresov 提交于
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init> Summary: Use MachMerge to hook together defs of the same multidef value in a block Reviewed-by: kvn, vlivanov
-
- 16 1月, 2015 2 次提交
-
-
由 asiebenborn 提交于
Reviewed-by: kvn
-
由 ehelin 提交于
Reviewed-by: stefank, tschatzl, anoll, thartmann
-