amlu [Mon, 14 Mar 2016 19:46:19 +0800] rev 36625
8151798: Mark java/util/TimeZone/Bug6772689.java as intermittently failing and demote to tier2
Reviewed-by: lancea
mhaupt [Mon, 14 Mar 2016 08:10:44 +0100] rev 36624
8151778: TestLookup.java fails after push of JDK-8150782
Reviewed-by: darcy
mhaupt [Sun, 13 Mar 2016 20:26:29 +0100] rev 36623
8150782: findClass / accessClass throw unexpected exceptions
Reviewed-by: sundar
asmotrak [Fri, 11 Mar 2016 17:07:57 -0800] rev 36622
8151734: Mark Unreachable.java and MaxRetries.java as intermittently failing
Reviewed-by: weijun
darcy [Fri, 11 Mar 2016 15:30:20 -0800] rev 36621
8151750: Mark ChangingInterests.java as intermittently failing
Reviewed-by: lancea
lana [Wed, 23 Mar 2016 19:33:39 -0700] rev 36620
Added tag jdk-9+111 for changeset 9d0388c6b336
duke [Wed, 05 Jul 2017 21:29:18 +0200] rev 36619
Merge
lana [Wed, 23 Mar 2016 21:44:35 -0700] rev 36618
Merge
amurillo [Tue, 22 Mar 2016 18:41:09 -0700] rev 36617
8152483: Fix a couple of tests that are being incorrectly run on C1 after jigsaw M3
Reviewed-by: ctornqvi, kvn
chegar [Tue, 22 Mar 2016 17:04:25 +0000] rev 36616
Merge
chegar [Tue, 22 Mar 2016 10:43:58 +0000] rev 36615
Merge
amurillo [Thu, 17 Mar 2016 11:25:10 -0700] rev 36614
Merge
zmajo [Thu, 17 Mar 2016 13:48:11 +0100] rev 36613
Merge
never [Tue, 15 Mar 2016 14:19:24 -0700] rev 36612
8151871: [JVMCI] missing HAS_PENDING_EXCEPTION check
Reviewed-by: kvn
thartmann [Tue, 15 Mar 2016 17:42:28 +0100] rev 36611
8150804: C2 Compilation fails with assert(_base >= OopPtr && _base <= AryPtr) failed: Not a Java pointer
Summary: Wait with removing casts from inputs in PhiNode::ideal() until after parsing for the type information to propagate.
Reviewed-by: kvn
ppunegov [Tue, 15 Mar 2016 16:23:31 +0300] rev 36610
8150955: RandomValidCommandsTest.java fails with UnsatisfiedLinkError: sun.hotspot.WhiteBox.registerNatives
Summary: Replace invalid command with a valid one
Reviewed-by: kvn
neliasso [Tue, 15 Mar 2016 12:34:41 +0100] rev 36609
Merge
neliasso [Tue, 15 Mar 2016 11:17:22 +0100] rev 36608
8151796: compiler/whitebox/BlockingCompilation.java fails due to method not compiled
Summary: Make test more robust
Reviewed-by: simonis
neliasso [Tue, 15 Mar 2016 11:17:06 +0100] rev 36607
8151795: compiler/compilercontrol/parser/DirectiveParserTest.java fails with "assert failed: 0 != 0"
Summary: Treat zero added directives as fail
Reviewed-by: twisti, kvn
kshefov [Tue, 15 Mar 2016 13:00:43 +0300] rev 36606
8150850: [JVMCI] NPE when executing HotSpotConstantReflectionProvider.readStableFieldValue
Reviewed-by: twisti, dnsimon
zmajo [Mon, 14 Mar 2016 17:51:25 +0100] rev 36605
Merge
vlivanov [Mon, 14 Mar 2016 12:35:52 +0300] rev 36604
8143407: C1: @Stable array support
Reviewed-by: twisti
vlivanov [Mon, 14 Mar 2016 12:35:48 +0300] rev 36603
8141420: Compiler runtime entries don't hold Klass* from being GCed
Reviewed-by: kvn, coleenp
vlivanov [Mon, 14 Mar 2016 12:35:48 +0300] rev 36602
8150320: C1: Illegal bci in debug info for MH::linkTo* methods
Reviewed-by: kvn, dlong
vlivanov [Mon, 14 Mar 2016 12:35:44 +0300] rev 36601
8139247: Improper locking of MethodData::_extra_data_lock
Reviewed-by: dholmes, roland, dcubed
neliasso [Fri, 11 Mar 2016 21:02:09 +0100] rev 36600
Merge
neliasso [Wed, 09 Mar 2016 21:20:43 +0100] rev 36599
8066770: EnqueueMethodForCompilationTest.java fails to compile method
Summary: Make compiles blocking and always check queue
Reviewed-by: kvn
neliasso [Wed, 09 Mar 2016 21:19:13 +0100] rev 36598
8073793: serviceability/dcmd/compiler/CodelistTest.java fails with ClassNotFoundException trying to load VM anonymous class
Summary: Make test less fragile using whitebox API
Reviewed-by: kvn
simonis [Thu, 03 Mar 2016 16:21:16 +0100] rev 36597
8150646: Add support for blocking compiles though whitebox API
Reviewed-by: kvn, ppunegov, simonis, neliasso
Contributed-by: nils.eliasson@oracle.com, volker.simonis@gmail.com
dnsimon [Thu, 10 Mar 2016 14:06:21 -0800] rev 36596
8151664: [JVMCI] add missing test in 8151266 integration
Reviewed-by: never, twisti
enevill [Thu, 10 Mar 2016 14:53:09 +0000] rev 36595
8151502: optimize pd_disjoint_words and pd_conjoint_words
Summary: optimize copy routines using inline assembler
Reviewed-by: aph
twisti [Thu, 10 Mar 2016 13:04:43 -0800] rev 36594
8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
Reviewed-by: dnsimon, vlivanov