igerasim [Tue, 30 Aug 2016 15:31:46 +0300] rev 40678
6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
Reviewed-by: valeriep
okutsu [Tue, 30 Aug 2016 14:16:16 +0900] rev 40677
8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones
Reviewed-by: peytoia
amlu [Tue, 30 Aug 2016 09:36:23 +0800] rev 40676
8164545: Mark java/net/URLPermission/nstest/lookup.sh as intermittently failing
Reviewed-by: dfuchs
amlu [Tue, 30 Aug 2016 09:31:28 +0800] rev 40675
8163934: Remove intermittent key from java/lang/ProcessBuilder/Zombies.java
Reviewed-by: darcy
lana [Thu, 01 Sep 2016 23:20:11 +0000] rev 40674
Added tag jdk-9+134 for changeset 9217de724b92
duke [Wed, 05 Jul 2017 22:09:41 +0200] rev 40673
Merge
lana [Fri, 02 Sep 2016 02:41:12 +0000] rev 40672
Merge
amurillo [Wed, 31 Aug 2016 09:22:53 -0700] rev 40671
Merge
amurillo [Fri, 26 Aug 2016 10:02:47 -0700] rev 40670
Merge
dholmes [Wed, 24 Aug 2016 19:54:03 -0400] rev 40669
8157904: Atomic::cmpxchg for jbyte is missing a fence on initial failure
Reviewed-by: simonis, aph, kbarrett
rehn [Wed, 24 Aug 2016 20:38:21 +0200] rev 40668
8164208: Update tests with redefine classes UL options and tags
Reviewed-by: coleenp, gtriantafill
ctornqvi [Tue, 23 Aug 2016 21:49:33 -0400] rev 40667
8163146: Remove os::check_heap on Windows
Reviewed-by: gtriantafill, coleenp, stuefe
egahlin [Tue, 23 Aug 2016 22:51:24 +0200] rev 40666
Merge
egahlin [Tue, 23 Aug 2016 20:38:19 +0200] rev 40665
Merge
egahlin [Tue, 23 Aug 2016 19:21:48 +0200] rev 40664
8164523: Clean up metadata for event based tracing
Reviewed-by: mlarsson, mgronlun
coleenp [Tue, 23 Aug 2016 19:20:13 +0000] rev 40663
Merge
coleenp [Tue, 23 Aug 2016 13:44:59 -0400] rev 40662
8038797: JVMTI FollowReferences does not report roots reachable from nmethods
Summary: Also follow nmethods found on the execution stack.
Reviewed-by: dlong, mgerdin
ctornqvi [Tue, 23 Aug 2016 17:27:56 +0000] rev 40661
Merge
ctornqvi [Tue, 23 Aug 2016 13:20:51 -0400] rev 40660
8155964: Create a set of tests for verifying the Minimal VM
Reviewed-by: gtriantafill, dholmes, lmesnik, cjplummer
rprotacio [Mon, 22 Aug 2016 15:54:22 +0000] rev 40659
Merge
rprotacio [Mon, 22 Aug 2016 11:06:18 -0400] rev 40658
8163973: VM Anonymous classes should not call Class File Load Hooks
Summary: Ensures CFLH's are not called for VM anonymous classes
Reviewed-by: lfoltan, dholmes, coleenp, vlivanov, acorn
sjohanss [Mon, 22 Aug 2016 16:48:04 +0200] rev 40657
8163413: gc/metaspace/TestMetaspacePerfCounters failure
Reviewed-by: ehelin, dfazunen
mlarsson [Thu, 14 Jul 2016 09:52:03 +0200] rev 40656
8061219: Implement unit-tests for UL
Reviewed-by: coleenp, mockner, rprotacio
dholmes [Sun, 21 Aug 2016 20:56:37 -0400] rev 40655
8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Summary: Remove atomic.inline.hpp and move the contents back into atomic.hpp
Reviewed-by: stefank, pliden, simonis
iveresov [Sun, 21 Aug 2016 06:18:09 +0200] rev 40654
Merge
iveresov [Fri, 19 Aug 2016 18:48:25 -0700] rev 40653
Merge
iveresov [Fri, 19 Aug 2016 14:33:52 -0700] rev 40652
Merge
iignatyev [Thu, 18 Aug 2016 11:26:35 +0300] rev 40651
8164035: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java failing with Agent JAR not found or no Agent-Class attribute
Reviewed-by: kvn
neliasso [Wed, 17 Aug 2016 22:34:33 +0200] rev 40650
Merge
neliasso [Mon, 15 Aug 2016 16:04:16 +0200] rev 40649
8156659: assert(CodeCache::find_blob_unsafe(_pc) == _cb) failed: inconsistent
Summary: Stackwalking from corrupt frame
Reviewed-by: dlong, thartmann
vlivanov [Wed, 17 Aug 2016 22:09:57 +0300] rev 40648
8164103: C2: Broken cmpxchgb encoding on x86
Reviewed-by: kvn, shade, psandoz
thartmann [Wed, 17 Aug 2016 06:23:04 +0000] rev 40647
Merge
thartmann [Wed, 17 Aug 2016 08:19:06 +0200] rev 40646
8164091: VM fails during startup with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked"
Summary: Don't throw java_lang_VirtualMachineError during VM initialization.
Reviewed-by: zmajo, dlong, dholmes
dlong [Tue, 16 Aug 2016 17:54:08 +0000] rev 40645
Merge
dlong [Tue, 16 Aug 2016 09:19:13 -0700] rev 40644
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
Summary: skip unwalkable frames in
Reviewed-by: fparain, coleenp, aph
aph [Tue, 16 Aug 2016 17:31:57 +0100] rev 40643
8164113: AArch64: follow-up the fix for 8161598
Reviewed-by: dlong
iveresov [Mon, 15 Aug 2016 14:08:01 -0700] rev 40642
8163962: [JVMCI] integrate VarHandles
Summary: add VarHandle support to JVMCI
Reviewed-by: psandoz, iveresov
Contributed-by: Doug Simon <doug.simon@oracle.com>
ctornqvi [Sat, 20 Aug 2016 09:35:40 -0400] rev 40641
8164521: compiler/rangechecks/TestRangeCheckSmearing.java is missing @build for sun.hotspot.WhiteBox
Reviewed-by: coleenp
kbarrett [Fri, 19 Aug 2016 23:57:42 +0000] rev 40640
Merge
kbarrett [Sun, 14 Aug 2016 21:19:42 -0400] rev 40639
8155043: BitMap set operations assume clear bits beyond unaligned end
Summary: Be more circumspect in handling of sets with unaligned sizes.
Reviewed-by: stefank, jmasa
amurillo [Fri, 19 Aug 2016 22:28:32 +0000] rev 40638
Merge
amurillo [Fri, 19 Aug 2016 12:17:31 -0700] rev 40637
Merge
coleenp [Fri, 19 Aug 2016 22:42:25 +0200] rev 40636
Merge
coleenp [Fri, 19 Aug 2016 14:54:31 -0400] rev 40635
8145964: NoClassDefFound error in transforming lambdas
Summary: Skip VM anonymous classes in retransformation and give an error for redefinition.
Reviewed-by: dholmes, dcubed, never
acorn [Fri, 19 Aug 2016 20:38:30 +0200] rev 40634
Merge
acorn [Fri, 19 Aug 2016 11:32:43 -0400] rev 40633
8163808: Fix asserts and logging for old classfile vtable construction
Reviewed-by: coleenp, lfoltan, rprotacio, ctornqvi
ctornqvi [Fri, 19 Aug 2016 18:20:22 +0200] rev 40632
Merge
ctornqvi [Fri, 19 Aug 2016 10:06:30 -0400] rev 40631
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
erikj [Fri, 19 Aug 2016 16:02:21 +0200] rev 40630
8164297: Jtreg test exeinvoke fails to link on Ubuntu
Reviewed-by: tbell, dholmes
ysuenaga [Fri, 19 Aug 2016 01:20:39 -0400] rev 40629
8164319: CLHSDB dumpcodecache throws StackOverflowError
Reviewed-by: dholmes, dsamersoff
dholmes [Thu, 18 Aug 2016 21:37:26 -0400] rev 40628
8152849: share/vm/runtime/mutex.cpp:1161 assert(((uintptr_t(_owner))|(uintptr_t(_LockWord.FullWord))|(uintptr_t(_EntryList))|(uintptr_t(_WaitSet))|(uintptr_t(_OnDeck))) == 0) failed
Reviewed-by: dcubed
coleenp [Thu, 18 Aug 2016 10:47:09 -0400] rev 40627
8037138: x86: problem with JVMTI breakpoint
Summary: do aload(0) after rewriting aload bytecodes to fast version for frequent pairs.
Reviewed-by: dlong, dholmes, dcubed
dsamersoff [Thu, 18 Aug 2016 11:11:40 +0000] rev 40626
Merge
dsamersoff [Thu, 18 Aug 2016 14:07:00 +0300] rev 40625
8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file
Summary: Add more diagnostic to attach code
Reviewed-by: dholmes, alanb
dsamersoff [Thu, 18 Aug 2016 12:10:18 +0300] rev 40624
8151345: compiler/codecache/jmx/PeakUsageTest.java is failing on jdk9/dev for JPRT -testset hotspot
Reviewed-by: sla, dsamersoff
mchung [Tue, 30 Aug 2016 17:48:27 -0700] rev 40623
8160851: Remove old launcher module-related options
Reviewed-by: alanb
lana [Thu, 01 Sep 2016 23:20:10 +0000] rev 40622
Added tag jdk-9+134 for changeset 6efb7e03e19c
erikj [Mon, 05 Sep 2016 10:10:29 +0200] rev 40621
8165314: Javac server process left running if build fails on Windows
Reviewed-by: tbell, wetmore
lana [Fri, 02 Sep 2016 02:40:58 +0000] rev 40620
Merge
erikj [Thu, 01 Sep 2016 10:29:37 +0200] rev 40619
8165158: Fix zero builds for non-listed architectures
Reviewed-by: tbell
Contributed-by: doko@ubuntu.com