Thu, 21 Jun 2018 14:09:43 +0530 8204938: Add a test case to automatically check the updated LSR data
nishjain [Thu, 21 Jun 2018 14:09:43 +0530] rev 50692
8204938: Add a test case to automatically check the updated LSR data Reviewed-by: naoto, rriggs
Wed, 20 Jun 2018 19:46:44 -0700 8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
cjplummer [Wed, 20 Jun 2018 19:46:44 -0700] rev 50691
8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java Reviewed-by: sspitsyn
Thu, 21 Jun 2018 03:21:22 +0200 Added tag jdk-11+19 for changeset fb8b3f467277
jwilhelm [Thu, 21 Jun 2018 03:21:22 +0200] rev 50690
Added tag jdk-11+19 for changeset fb8b3f467277
Wed, 20 Jun 2018 17:30:43 -0700 8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap"
iveresov [Wed, 20 Jun 2018 17:30:43 -0700] rev 50689
8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap" Summary: Disable fast TLAB refill in Graal. Reviewed-by: dnsimon, kvn
Wed, 20 Jun 2018 12:02:17 -0700 8204974: Quarantine serviceability/sa/TestInstanceKlassSize* tests for CDS enabled mode
lmesnik [Wed, 20 Jun 2018 12:02:17 -0700] rev 50688
8204974: Quarantine serviceability/sa/TestInstanceKlassSize* tests for CDS enabled mode Reviewed-by: ccheung, mseledtsov, jiangli
Wed, 20 Jun 2018 22:02:46 +0200 8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy
gromero [Wed, 20 Jun 2018 22:02:46 +0200] rev 50687
8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy Reviewed-by: goetz, iignatyev
Wed, 20 Jun 2018 12:42:43 -0700 8205433: clean up hotspot ProblemList
iignatyev [Wed, 20 Jun 2018 12:42:43 -0700] rev 50686
8205433: clean up hotspot ProblemList Reviewed-by: kvn
Wed, 20 Jun 2018 13:57:38 -0400 6545967: sp05t003 failed ResumeThread() due to THREAD_NOT_SUSPENDED
gadams [Wed, 20 Jun 2018 13:57:38 -0400] rev 50685
6545967: sp05t003 failed ResumeThread() due to THREAD_NOT_SUSPENDED Reviewed-by: cjplummer, sspitsyn
Wed, 20 Jun 2018 10:01:49 -0700 8203338: Unboxing in return from lambda miscompiled to throw ClassCastException
bsrbnd [Wed, 20 Jun 2018 10:01:49 -0700] rev 50684
8203338: Unboxing in return from lambda miscompiled to throw ClassCastException Reviewed-by: mcimadamore, vromero
Wed, 20 Jun 2018 17:54:40 +0100 Merge
chegar [Wed, 20 Jun 2018 17:54:40 +0100] rev 50683
Merge
Wed, 20 Jun 2018 17:48:39 +0100 Merge
chegar [Wed, 20 Jun 2018 17:48:39 +0100] rev 50682
Merge
Wed, 20 Jun 2018 09:05:57 -0700 8204679: HTTP Client refresh
chegar [Wed, 20 Jun 2018 09:05:57 -0700] rev 50681
8204679: HTTP Client refresh Reviewed-by: chegar, dfuchs, michaelm Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>
Wed, 20 Jun 2018 09:38:17 -0700 8200115: System property java.vm.vendor value includes quotation marks
erikj [Wed, 20 Jun 2018 09:38:17 -0700] rev 50680
8200115: System property java.vm.vendor value includes quotation marks Reviewed-by: tbell, asaha
Wed, 20 Jun 2018 09:42:36 -0700 8204701: [TESTBUG] runtime/SharedArchiveFile/BootAppendTests.java should handle mapping failure
mseledtsov [Wed, 20 Jun 2018 09:42:36 -0700] rev 50679
8204701: [TESTBUG] runtime/SharedArchiveFile/BootAppendTests.java should handle mapping failure Summary: Added code to check for mapping failure Reviewed-by: ccheung, jiangli
Wed, 20 Jun 2018 17:15:16 +0200 8205407: [windows, vs<2017] C4800 after 8203197
stuefe [Wed, 20 Jun 2018 17:15:16 +0200] rev 50678
8205407: [windows, vs<2017] C4800 after 8203197 Reviewed-by: tbell, mbaesken
Wed, 20 Jun 2018 17:06:24 +0200 8199435: Unsafe publication of java.util.Properties.map
redestad [Wed, 20 Jun 2018 17:06:24 +0200] rev 50677
8199435: Unsafe publication of java.util.Properties.map Reviewed-by: dholmes, psandoz, plevart, bchristi
Tue, 19 Jun 2018 10:00:39 -0400 8203030: Zero s390 31 bit size_t type conflicts in shared code
chrisphi [Tue, 19 Jun 2018 10:00:39 -0400] rev 50676
8203030: Zero s390 31 bit size_t type conflicts in shared code Summary: Cast to size_t or change to size_t foe compatibility with other archs. Reviewed-by: pliden, dholmes
Wed, 20 Jun 2018 11:47:07 +0100 8195293: Issue more comprehensive warnings for use of \"var\" in earlier source versions
mcimadamore [Wed, 20 Jun 2018 11:47:07 +0100] rev 50675
8195293: Issue more comprehensive warnings for use of \"var\" in earlier source versions Summary: issue warnings when 'var' used as a type name in type argument positions Reviewed-by: jlahoda
Wed, 20 Jun 2018 11:33:43 +0200 8205339: ZGC: VerifyBeforeIteration not yet supported
pliden [Wed, 20 Jun 2018 11:33:43 +0200] rev 50674
8205339: ZGC: VerifyBeforeIteration not yet supported Reviewed-by: stefank, eosterlund
Wed, 20 Jun 2018 11:33:42 +0200 8205338: ZGC: LeakProfiler not yet supported
pliden [Wed, 20 Jun 2018 11:33:42 +0200] rev 50673
8205338: ZGC: LeakProfiler not yet supported Reviewed-by: egahlin, eosterlund
Wed, 20 Jun 2018 14:52:32 +0530 8202624: javadoc generates references to enum constructors, which are not documented
pmuthuswamy [Wed, 20 Jun 2018 14:52:32 +0530] rev 50672
8202624: javadoc generates references to enum constructors, which are not documented Reviewed-by: sundar
Wed, 20 Jun 2018 11:12:58 +0200 8205108: [testbug] Fix pattern matching in jstatd tests.
goetz [Wed, 20 Jun 2018 11:12:58 +0200] rev 50671
8205108: [testbug] Fix pattern matching in jstatd tests. Reviewed-by: stuefe, azeller
Wed, 20 Jun 2018 06:51:39 +0200 8205141: runtime/exceptionMsgs/ArrayStoreException/ArrayStoreExceptionTest.java failed with "assert(k->is_objArray_klass()) failed: cast to ObjArrayKlass
stuefe [Wed, 20 Jun 2018 06:51:39 +0200] rev 50670
8205141: runtime/exceptionMsgs/ArrayStoreException/ArrayStoreExceptionTest.java failed with "assert(k->is_objArray_klass()) failed: cast to ObjArrayKlass Reviewed-by: dholmes, goetz
Tue, 19 Jun 2018 17:50:32 -0700 8205149: hs201t002 should be put on the problem list
cjplummer [Tue, 19 Jun 2018 17:50:32 -0700] rev 50669
8205149: hs201t002 should be put on the problem list Reviewed-by: sspitsyn
Tue, 19 Jun 2018 23:33:31 +0000 8204152: SignedObject throws NullPointerException for null keys with an initialized Signature object
valeriep [Tue, 19 Jun 2018 23:33:31 +0000] rev 50668
8204152: SignedObject throws NullPointerException for null keys with an initialized Signature object Summary: Check for null and throw InvalidKeyException to maintain same behavior Reviewed-by: xuelei
Tue, 19 Jun 2018 09:34:41 +0200 8203680: os::stat() on Posix platform does not need to copy input path
stuefe [Tue, 19 Jun 2018 09:34:41 +0200] rev 50667
8203680: os::stat() on Posix platform does not need to copy input path Reviewed-by: hseigel, dholmes
Fri, 15 Jun 2018 13:57:32 -0400 8153107: enabling ObjectSynchronizer::quick_enter() on ARM64 causes hangs
apetushkov [Fri, 15 Jun 2018 13:57:32 -0400] rev 50666
8153107: enabling ObjectSynchronizer::quick_enter() on ARM64 causes hangs Summary: Always set the markword for recursive monitors in MacroAssembler::fast_lock(). Reviewed-by: aph, drwhite, dcubed, bulasevich
Tue, 19 Jun 2018 19:19:43 +0200 8205344: TraceMemoryManagerStats changes in JDK-8195115 broke ZGC
pliden [Tue, 19 Jun 2018 19:19:43 +0200] rev 50665
8205344: TraceMemoryManagerStats changes in JDK-8195115 broke ZGC Reviewed-by: shade, eosterlund
Tue, 19 Jun 2018 19:16:08 +0200 8204571: Add support for launching multiple startup recordings
mgronlun [Tue, 19 Jun 2018 19:16:08 +0200] rev 50664
8204571: Add support for launching multiple startup recordings Reviewed-by: egahlin
Tue, 19 Jun 2018 10:12:35 -0700 Merge
prr [Tue, 19 Jun 2018 10:12:35 -0700] rev 50663
Merge
Tue, 19 Jun 2018 10:12:00 -0700 Merge
prr [Tue, 19 Jun 2018 10:12:00 -0700] rev 50662
Merge
Tue, 19 Jun 2018 12:04:01 +0530 8200605: Create test for GridBagLayoutDemo
vagarwal [Tue, 19 Jun 2018 12:04:01 +0530] rev 50661
8200605: Create test for GridBagLayoutDemo Reviewed-by: serb, shurailine
Tue, 19 Jun 2018 09:22:38 -0700 Merge
prr [Tue, 19 Jun 2018 09:22:38 -0700] rev 50660
Merge
Fri, 15 Jun 2018 13:07:46 -0700 Merge
prr [Fri, 15 Jun 2018 13:07:46 -0700] rev 50659
Merge
Fri, 15 Jun 2018 13:05:34 -0700 8204929: Fonts with embedded bitmaps are not always rotated
prr [Fri, 15 Jun 2018 13:05:34 -0700] rev 50658
8204929: Fonts with embedded bitmaps are not always rotated Reviewed-by: bae
Fri, 15 Jun 2018 23:59:56 +0530 8199441: Wrong caret position in multiline text components on Windows with a screen resolution higher than 100%
psadhukhan [Fri, 15 Jun 2018 23:59:56 +0530] rev 50657
8199441: Wrong caret position in multiline text components on Windows with a screen resolution higher than 100% Reviewed-by: prr, jdv
Fri, 15 Jun 2018 23:38:59 +0530 8202199: Provide public, unsupported JDK API for JavaFX/Swing interop
psadhukhan [Fri, 15 Jun 2018 23:38:59 +0530] rev 50656
8202199: Provide public, unsupported JDK API for JavaFX/Swing interop Reviewed-by: prr, kcr, alanb, mchung
Wed, 13 Jun 2018 12:54:41 +0100 8200353: Shift or Capslock not working in Textfield after accented keystrokes
dmarkov [Wed, 13 Jun 2018 12:54:41 +0100] rev 50655
8200353: Shift or Capslock not working in Textfield after accented keystrokes Reviewed-by: serb, prr
Wed, 13 Jun 2018 10:59:27 +0530 8204859: [macosx] Remove javax/swing/plaf/nimbus/8057791/bug8057791.java from the ProblemList.txt
mhalder [Wed, 13 Jun 2018 10:59:27 +0530] rev 50654
8204859: [macosx] Remove javax/swing/plaf/nimbus/8057791/bug8057791.java from the ProblemList.txt Reviewed-by: psadhukhan, serb
Tue, 12 Jun 2018 15:14:22 -0700 Merge
prr [Tue, 12 Jun 2018 15:14:22 -0700] rev 50653
Merge
Tue, 12 Jun 2018 14:53:57 -0700 8204454: Remove of sun.applet.AppletAudioClip
serb [Tue, 12 Jun 2018 14:53:57 -0700] rev 50652
8204454: Remove of sun.applet.AppletAudioClip Reviewed-by: prr
Tue, 12 Jun 2018 12:18:57 -0700 8191512: T2K font rasterizer code removal
prr [Tue, 12 Jun 2018 12:18:57 -0700] rev 50651
8191512: T2K font rasterizer code removal Reviewed-by: serb, erikj
Tue, 12 Jun 2018 09:26:49 -0700 8202768: [macos] Appkit thread slows when any Window Manager active
serb [Tue, 12 Jun 2018 09:26:49 -0700] rev 50650
8202768: [macos] Appkit thread slows when any Window Manager active Reviewed-by: ant
Mon, 11 Jun 2018 14:06:58 +0530 8029250: [macosx] There is no tray icon shown in the system tray area when case starts
mhalder [Mon, 11 Jun 2018 14:06:58 +0530] rev 50649
8029250: [macosx] There is no tray icon shown in the system tray area when case starts Reviewed-by: serb, sveerabhadra
Sun, 10 Jun 2018 18:04:43 -0700 8204509: Fix compilation error in harfbuzz 1.7.6 for Solaris Developer Studio 12.6
prr [Sun, 10 Jun 2018 18:04:43 -0700] rev 50648
8204509: Fix compilation error in harfbuzz 1.7.6 for Solaris Developer Studio 12.6 Reviewed-by: serb
Sat, 09 Jun 2018 13:33:35 -0700 6608234: SwingWorker.get throws CancellationException
serb [Sat, 09 Jun 2018 13:33:35 -0700] rev 50647
6608234: SwingWorker.get throws CancellationException Reviewed-by: psadhukhan, kaddepalli, prr
Tue, 19 Jun 2018 07:15:00 -0400 8205055: Fix compilation optimization errors with new Solaris toolchain
gadams [Tue, 19 Jun 2018 07:15:00 -0400] rev 50646
8205055: Fix compilation optimization errors with new Solaris toolchain Reviewed-by: erikj
Tue, 19 Jun 2018 07:14:49 -0400 8205110: Fix xchip warnings with new Solaris toolchain
gadams [Tue, 19 Jun 2018 07:14:49 -0400] rev 50645
8205110: Fix xchip warnings with new Solaris toolchain Reviewed-by: ihse, erikj
Tue, 19 Jun 2018 19:21:30 +0300 8205341: AARCH64: Clean up duplicate uzp1 & uzp2 instruction definition
dchuyko [Tue, 19 Jun 2018 19:21:30 +0300] rev 50644
8205341: AARCH64: Clean up duplicate uzp1 & uzp2 instruction definition Reviewed-by: aph
Tue, 19 Jun 2018 08:19:54 -0700 8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate
naoto [Tue, 19 Jun 2018 08:19:54 -0700] rev 50643
8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate Reviewed-by: rriggs, scolebourne Contributed-by: toshiona@jp.ibm.com
Tue, 19 Jun 2018 18:18:46 +0300 8198719: MethodHandleHelper.linkToStatic should drop MH arg
dchuyko [Tue, 19 Jun 2018 18:18:46 +0300] rev 50642
8198719: MethodHandleHelper.linkToStatic should drop MH arg Reviewed-by: vlivanov, dlong
Tue, 19 Jun 2018 18:18:25 +0300 8204353: AARCH64: optimize FPU load and stores in macroAssembler
dpochepk [Tue, 19 Jun 2018 18:18:25 +0300] rev 50641
8204353: AARCH64: optimize FPU load and stores in macroAssembler Reviewed-by: aph
Tue, 19 Jun 2018 18:14:25 +0300 8204473: AARCH64: register post-index addressing mode is not supported directly
dpochepk [Tue, 19 Jun 2018 18:14:25 +0300] rev 50640
8204473: AARCH64: register post-index addressing mode is not supported directly Reviewed-by: aph
Tue, 19 Jun 2018 16:44:41 +0200 8205183: Warning about using VS2017 should be removed
erikj [Tue, 19 Jun 2018 16:44:41 +0200] rev 50639
8205183: Warning about using VS2017 should be removed Reviewed-by: prr, tbell
Tue, 19 Jun 2018 16:29:48 +0200 8205172: 32 bit build broken
mdoerr [Tue, 19 Jun 2018 16:29:48 +0200] rev 50638
8205172: 32 bit build broken Reviewed-by: roland, kvn, dholmes
Tue, 19 Jun 2018 16:14:39 +0200 8205006: Assertion failure when rehashing stringtable
rehn [Tue, 19 Jun 2018 16:14:39 +0200] rev 50637
8205006: Assertion failure when rehashing stringtable Reviewed-by: lfoltan, zgu
Tue, 19 Jun 2018 05:22:07 -0700 8205052: No compilation error thrown when no valid parameterization exists for functional interface type
vromero [Tue, 19 Jun 2018 05:22:07 -0700] rev 50636
8205052: No compilation error thrown when no valid parameterization exists for functional interface type Reviewed-by: mcimadamore
Tue, 19 Jun 2018 05:18:49 -0700 8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
phh [Tue, 19 Jun 2018 05:18:49 -0700] rev 50635
8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results Summary: Memory pools can now be optional collection participants, e.g., G1 Old Gen in an incremental collection. Reviewed-by: ehelin, mchung
Tue, 19 Jun 2018 07:54:11 -0400 8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name
lfoltan [Tue, 19 Jun 2018 07:54:11 -0400] rev 50634
8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name Summary: Introduced ClassLoaderData::name() and ClassLoaderData::name_and_id() for use when obtaining a class loader's name. Reviewed-by: coleenp, goetz, mchung, stuefe
Fri, 15 Jun 2018 12:31:28 +0200 8204268: Improve some IncompatibleClassChangeError messages.
goetz [Fri, 15 Jun 2018 12:31:28 +0200] rev 50633
8204268: Improve some IncompatibleClassChangeError messages. Reviewed-by: stuefe, hseigel
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip