- 07 1月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Correct timing measurement by modifying the scope of the GCTraceTime instance. Reviewed-by: ysr, tamao Contributed-by: NJeremy Manson <jeremymanson@google.com>
-
- 21 1月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Return immediately if _prologue == NULL, instead of asserting Reviewed-by: ccheung, coleenp
-
- 14 1月, 2014 3 次提交
-
-
由 roland 提交于
Summary: c1 and interpreter support for new type profiling on sparc Reviewed-by: kvn, twisti
-
由 roland 提交于
8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails Summary: Erroneously removed call to SystemDictionary::notice_modification() from jvmti with fix for 8029383 Reviewed-by: iveresov, twisti, kvn
-
由 roland 提交于
Summary: Fix the assert check for narrow klass pointer. Reviewed-by: twisti, kvn
-
- 10 1月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Use atomic operations to provide sequential compilation IDs Reviewed-by: kvn, twisti
-
- 09 1月, 2014 3 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, twisti
-
由 adlertz 提交于
8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot Summary: Remove the VerifyOopMaps flag which doesn't work for tiered or for C1 with more compiler threads than one. Reviewed-by: twisti, drchase, iveresov
-
由 kvn 提交于
Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
-
- 08 1月, 2014 2 次提交
-
-
由 adlertz 提交于
8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections Summary: Added loadConP0 projection node to block in case of re-materialization of the loadConP0. x86_64 only. Reviewed-by: kvn
-
由 roland 提交于
Summary: May end up in uncommon trap blob/deopt blob with unguarded stack Reviewed-by: kvn, twisti
-
- 07 1月, 2014 2 次提交
- 27 12月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Make object non-scalarizable if it has field with multiple bases one of which is null Reviewed-by: kvn, twisti
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 20 12月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: A method with no declared methods was getting an AME overpass method with the latest change. The method_ordering array was not updated for the new methods. Reviewed-by: dcubed, acorn, dsamersoff, lfoltan, hseigel
-
- 19 12月, 2013 2 次提交
- 17 12月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Use signed data type so that no underflow can happen Reviewed-by: kvn, roland
-
- 16 12月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Create AME overpass methods and fix method search logic Reviewed-by: kamg, acorn, lfoltan, coleenp
-
- 13 12月, 2013 2 次提交
-
-
由 roland 提交于
Summary: no call to SystemDictionary::notice_modification() when class is defined through Unsafe.defineAnonymousClass() can caused missed dependency change. Reviewed-by: kvn, twisti
-
由 drchase 提交于
Summary: replace test condition with reference to the proper predicate, encode folk wisdom into an assert Reviewed-by: twisti, coleenp
-
- 12 12月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: JFR needs this fix to run on PPC Reviewed-by: sla, mikael
-
- 11 12月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Implementation of JDK 8 JVMS 5.4.3.4 specification change to skip static and non-public methods of java.lang.Object for interface method resolution. Reviewed-by: acorn, coleenp Contributed-by: lois.foltan@oracle.com
-
- 09 12月, 2013 1 次提交
-
-
由 stefank 提交于
8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1) Summary: Fixed overflow bug in VirtualSpaceNode::is_available Reviewed-by: mgerdin, brutisso, coleenp, jmasa
-
- 10 12月, 2013 1 次提交
-
-
由 sjohanss 提交于
Summary: Reducing the number of calls to follow_class_loader to speed up the marking phase. Also removed some unnecessary calls to adjust_klass. Reviewed-by: stefank, jmasa, mgerdin
-
- 09 12月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: brutisso, jmasa, jwilhelm
-
- 07 12月, 2013 3 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
由 kvn 提交于
Summary: check the state of caller and callee nmethods and skip call site patching if any of them is not alive Reviewed-by: jrose, twisti
-
由 hseigel 提交于
8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61 Summary: Check first that a class is not a dynamically-generated bytecode associated with 1.4 reflection implementation, to emitting an ICCE of an invokespecial IMR of a method in an indirect superinterface. Reviewed-by: acorn, hseigel Contributed-by: lois.foltan@oracle.com
-
- 04 12月, 2013 4 次提交
-
-
由 hseigel 提交于
Summary: Use the anonymous class's host class for protected access checks Reviewed-by: acorn, coleenp, lfoltan
-
由 sspitsyn 提交于
8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers Summary: Fix a race between VMOp_GetCurrentLocation reaching a safepoint and arget thread exiting from Java execution Reviewed-by: sla, dholmes, dsamersoff Contributed-by: serguei.spitsyn@oracle.com
-
由 acorn 提交于
Reviewed-by: hseigel, lfoltan, coleenp
-
由 acorn 提交于
Reviewed-by: coleenp, lfoltan, hseigel
-
- 02 12月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: fix code to allow testing on Fujitsu Sparc64 CPUs Reviewed-by: kvn
-
- 27 11月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Catch missing-because-illegal case for itable entries and use an exception-throwing method instead of null. Reviewed-by: acorn, jrose, coleenp
-
- 26 11月, 2013 2 次提交
-
-
由 hseigel 提交于
Summary: Add verification to check that invokespecial of an InterfaceMethodref names a method in a direct superinterface of the current class or interface in accordance with JSR 335, JVMS 4.9.2 Structural Constraints. Reviewed-by: acorn, hseigel, coleenp Contributed-by: lois.foltan@oracle.com
-
由 sjohanss 提交于
Summary: Reduced the number of calls to follow_class_loader and instead marked and pushed the klass holder directly. Also removed unneeded calls to adjust_klass. Reviewed-by: coleenp, jmasa, mgerdin, tschatzl
-
- 23 11月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, egahlin
-
- 22 11月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: iveresov, kvn
-