Wed, 29 Aug 2018 11:25:51 +0100 8209064: Make intellij support more robust after changes for 2018.2
mcimadamore [Wed, 29 Aug 2018 11:25:51 +0100] rev 51565
8209064: Make intellij support more robust after changes for 2018.2 Summary: Do not treat build.xml wrapper as a template file Reviewed-by: erikj, ihse
Wed, 29 Aug 2018 14:10:19 +0530 8176553: LdapContext follows referrals infinitely ignoring set limit
vtewari [Wed, 29 Aug 2018 14:10:19 +0530] rev 51564
8176553: LdapContext follows referrals infinitely ignoring set limit Reviewed-by: chegar Contributed-by: jkalina@redhat.com
Wed, 29 Aug 2018 09:36:17 +0200 8206986: Compiler support for Switch Expressions (Preview)
jlahoda [Wed, 29 Aug 2018 09:36:17 +0200] rev 51563
8206986: Compiler support for Switch Expressions (Preview) 8207405: Compiler Tree API support for Switch Expressions (Preview) Summary: Support for switch expression, switch with rules and multiple constants for cases. Reviewed-by: jjg, mcimadamore, vromero
Tue, 28 Aug 2018 09:01:54 +0200 8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list
mbaesken [Tue, 28 Aug 2018 09:01:54 +0200] rev 51562
8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list Reviewed-by: bpb, chegar, simonis
Tue, 28 Aug 2018 20:05:41 -0700 8208746: ISO 4217 Amendment #168 update
ljiang [Tue, 28 Aug 2018 20:05:41 -0700] rev 51561
8208746: ISO 4217 Amendment #168 update 8209775: ISO 4217 Amendment #169 update Reviewed-by: naoto
Wed, 29 Aug 2018 08:00:00 +0200 8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set
pliden [Wed, 29 Aug 2018 08:00:00 +0200] rev 51560
8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set Reviewed-by: eosterlund, kbarrett
Tue, 28 Aug 2018 21:25:37 -0700 8210035: Fix copyrights for files created for the HeapMonitor work
jcbeyler [Tue, 28 Aug 2018 21:25:37 -0700] rev 51559
8210035: Fix copyrights for files created for the HeapMonitor work Summary: Added the Oracle copyright to newly created files Reviewed-by: sspitsyn, cjplummer
Tue, 28 Aug 2018 16:01:12 -0700 8210040: TestOptionsWithRanges.java is very slow
iklam [Tue, 28 Aug 2018 16:01:12 -0700] rev 51558
8210040: TestOptionsWithRanges.java is very slow Summary: Added -Xmx1024m -XX:-ZapUnusedHeapArea; split into 10 smaller tests Reviewed-by: kvn, coleenp
Tue, 28 Aug 2018 16:01:01 -0700 8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap
iklam [Tue, 28 Aug 2018 16:01:01 -0700] rev 51557
8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap Summary: Removed the assert Reviewed-by: ccheung, jiangli
Tue, 28 Aug 2018 16:18:58 -0700 8209743: [TESTBUG] java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails with OutOfMemoryError running in CDS mode
ccheung [Tue, 28 Aug 2018 16:18:58 -0700] rev 51556
8209743: [TESTBUG] java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails with OutOfMemoryError running in CDS mode Summary: increase the MaxMetaspaceSize from 16m to 32m Reviewed-by: jiangli, iklam, mchung
Tue, 28 Aug 2018 18:31:14 -0400 Merge
coleenp [Tue, 28 Aug 2018 18:31:14 -0400] rev 51555
Merge
Tue, 28 Aug 2018 18:17:01 -0400 8209958: Clean up duplicate basic array type statics in Universe
coleenp [Tue, 28 Aug 2018 18:17:01 -0400] rev 51554
8209958: Clean up duplicate basic array type statics in Universe Reviewed-by: lfoltan, zgu
Tue, 28 Aug 2018 15:17:52 -0700 8210008: custom extension for make/SourceRevision.gmk
twisti [Tue, 28 Aug 2018 15:17:52 -0700] rev 51553
8210008: custom extension for make/SourceRevision.gmk Reviewed-by: erikj
Tue, 28 Aug 2018 18:03:33 -0400 8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java
coleenp [Tue, 28 Aug 2018 18:03:33 -0400] rev 51552
8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java Reviewed-by: kbarrett, jiangli
Tue, 28 Aug 2018 14:37:34 -0700 8209611: use C++ compiler for hotspot tests
iignatyev [Tue, 28 Aug 2018 14:37:34 -0700] rev 51551
8209611: use C++ compiler for hotspot tests Reviewed-by: vlivanov, ihse, erikj, jcbeyler
Tue, 28 Aug 2018 14:33:18 -0700 8210108: sun/tools/jstatd test build failures after JDK-8210022
iignatyev [Tue, 28 Aug 2018 14:33:18 -0700] rev 51550
8210108: sun/tools/jstatd test build failures after JDK-8210022 Reviewed-by: cjplummer, jcbeyler, mikael
Tue, 28 Aug 2018 07:30:36 -0400 8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR
gadams [Tue, 28 Aug 2018 07:30:36 -0400] rev 51549
8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR Reviewed-by: amenkov, cjplummer, sspitsyn
Tue, 28 Aug 2018 16:04:54 -0400 8209976: Improve iteration over non-JavaThreads
kbarrett [Tue, 28 Aug 2018 16:04:54 -0400] rev 51548
8209976: Improve iteration over non-JavaThreads Summary: Add NonJavaThread and move NamedThread iteration to new class. Reviewed-by: eosterlund, coleenp, rkennke
Tue, 28 Aug 2018 14:45:34 -0400 8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI.
jiangli [Tue, 28 Aug 2018 14:45:34 -0400] rev 51547
8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI. Summary: Use TestCommon.execOff(). Reviewed-by: ccheung
Tue, 28 Aug 2018 12:57:40 -0400 8072498: Multi-thread JNI weak reference processing
kbarrett [Tue, 28 Aug 2018 12:57:40 -0400] rev 51546
8072498: Multi-thread JNI weak reference processing Summary: Add parallel processing support to WeakProcessor. Reviewed-by: tschatzl, sjohanss
Wed, 22 Aug 2018 09:33:18 -0700 8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c
jcbeyler [Wed, 22 Aug 2018 09:33:18 -0700] rev 51545
8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c Summary: Calculate the string size for the buffer first Reviewed-by: amenkov, sspitsyn, iklam
Tue, 28 Aug 2018 17:03:16 +0200 8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on.
goetz [Tue, 28 Aug 2018 17:03:16 +0200] rev 51544
8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on. Reviewed-by: mdoerr, ghaug
Tue, 28 Aug 2018 10:10:11 -0400 8202578: Revisit location for class unload events
hseigel [Tue, 28 Aug 2018 10:10:11 -0400] rev 51543
8202578: Revisit location for class unload events Summary: Use notify_unload_class() to post JFR class unload events instead of doing a separate traversal of the class loader data graph Reviewed-by: lfoltan, coleenp, mgronlun, egahlin
Tue, 28 Aug 2018 09:06:23 +0200 8209894: ZGC: Cap number of GC workers based on heap size
pliden [Tue, 28 Aug 2018 09:06:23 +0200] rev 51542
8209894: ZGC: Cap number of GC workers based on heap size Reviewed-by: ehelin, tschatzl
Mon, 27 Aug 2018 21:50:52 -0700 8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun
iignatyev [Mon, 27 Aug 2018 21:50:52 -0700] rev 51541
8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun Reviewed-by: sspitsyn, jcbeyler
Mon, 27 Aug 2018 17:01:15 -0700 8186548: move jdk.testlibrary.JcmdBase closer to tests
iignatyev [Mon, 27 Aug 2018 17:01:15 -0700] rev 51540
8186548: move jdk.testlibrary.JcmdBase closer to tests Reviewed-by: cjplummer, amenkov
Mon, 27 Aug 2018 16:45:18 -0700 8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout
amenkov [Mon, 27 Aug 2018 16:45:18 -0700] rev 51539
8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout Reviewed-by: sspitsyn, cjplummer
Mon, 27 Aug 2018 03:48:41 -0700 8209494: Create a test for SwingSet InternalFrameDemo
akolarkunnu [Mon, 27 Aug 2018 03:48:41 -0700] rev 51538
8209494: Create a test for SwingSet InternalFrameDemo Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Mon, 27 Aug 2018 17:20:29 -0400 8209852: Counters in StringCleaningTask should be type of size_t
zgu [Mon, 27 Aug 2018 17:20:29 -0400] rev 51537
8209852: Counters in StringCleaningTask should be type of size_t Summary: Converted counters to size_t type to avoid casting Reviewed-by: coleenp
Mon, 27 Aug 2018 12:45:31 -0700 8209920: runtime/logging/RedefineClasses.java fail with OOME with ZGC
lmesnik [Mon, 27 Aug 2018 12:45:31 -0700] rev 51536
8209920: runtime/logging/RedefineClasses.java fail with OOME with ZGC Reviewed-by: pliden
Mon, 27 Aug 2018 03:46:44 -0700 8209789: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
akolarkunnu [Mon, 27 Aug 2018 03:46:44 -0700] rev 51535
8209789: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2 Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Mon, 27 Aug 2018 09:46:24 -0700 8209965: The "supported_groups" extension in ServerHellos
xuelei [Mon, 27 Aug 2018 09:46:24 -0700] rev 51534
8209965: The "supported_groups" extension in ServerHellos Reviewed-by: ascarpino
Mon, 27 Aug 2018 23:14:17 +0800 8209995: java.base does not need to export sun.security.ssl to java.security.jgss
weijun [Mon, 27 Aug 2018 23:14:17 +0800] rev 51533
8209995: java.base does not need to export sun.security.ssl to java.security.jgss Reviewed-by: xuelei, alanb
Mon, 27 Aug 2018 12:33:03 +0100 8209987: Minor cleanup in Level.java
dfuchs [Mon, 27 Aug 2018 12:33:03 +0100] rev 51532
8209987: Minor cleanup in Level.java Reviewed-by: dfuchs Contributed-by: Bernd Eckenfels <ecki@zusammenkunft.net>
Mon, 27 Aug 2018 10:25:13 +0530 8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode
jgeorge [Mon, 27 Aug 2018 10:25:13 +0530] rev 51531
8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode Summary: Use longs instead of ints while computing the identity hash of klass symbols Reviewed-by: coleenp, lfoltan
Sat, 25 Aug 2018 11:10:21 -0400 8209821: Make JVMTI GetClassLoaderClasses not walk CLDG
coleenp [Sat, 25 Aug 2018 11:10:21 -0400] rev 51530
8209821: Make JVMTI GetClassLoaderClasses not walk CLDG Summary: And also added function with KlassClosure to remove the hacks. Reviewed-by: lfoltan, sspitsyn
Sat, 25 Aug 2018 14:23:21 +0200 8209911: More blob types in hs_err printout
shade [Sat, 25 Aug 2018 14:23:21 +0200] rev 51529
8209911: More blob types in hs_err printout Reviewed-by: simonis, kvn
Fri, 24 Aug 2018 18:56:41 -0700 6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException
igerasim [Fri, 24 Aug 2018 18:56:41 -0700] rev 51528
6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException Reviewed-by: valeriep
Thu, 23 Aug 2018 21:16:45 -0700 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
iklam [Thu, 23 Aug 2018 21:16:45 -0700] rev 51527
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed Summary: Move different execution modes to IncompatibleOptions_stringDedup.java and IncompatibleOptions_noCompactStrings.java Reviewed-by: jiangli, coleenp
Fri, 24 Aug 2018 13:30:56 -0700 8209173: javac fails with completion exception while reporting an error
vromero [Fri, 24 Aug 2018 13:30:56 -0700] rev 51526
8209173: javac fails with completion exception while reporting an error Reviewed-by: mcimadamore
Fri, 24 Aug 2018 13:23:39 -0700 8209915: Fix license headers
mikael [Fri, 24 Aug 2018 13:23:39 -0700] rev 51525
8209915: Fix license headers Reviewed-by: kvn, pliden
Fri, 24 Aug 2018 15:49:21 -0400 8209841: [REDO] Refactor G1ParallelCleaningTask into shared
zgu [Fri, 24 Aug 2018 15:49:21 -0400] rev 51524
8209841: [REDO] Refactor G1ParallelCleaningTask into shared Summary: Refactored ParallelCleaningTask to share with other GCs Reviewed-by: tschatzl, shade
Fri, 24 Aug 2018 15:33:28 -0400 8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode.
jiangli [Fri, 24 Aug 2018 15:33:28 -0400] rev 51523
8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode. Summary: Allow resizing for all system dictionaries except for the shared dictionary at runtime. Reviewed-by: iklam, gziemski
Fri, 24 Aug 2018 11:56:14 -0700 8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
dlong [Fri, 24 Aug 2018 11:56:14 -0700] rev 51522
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt Reviewed-by: kvn, thartmann
Fri, 17 Aug 2018 17:13:12 +0200 8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
roland [Fri, 17 Aug 2018 17:13:12 +0200] rev 51521
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item Reviewed-by: neliasso, kvn
Fri, 24 Aug 2018 09:12:51 -0500 8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138
gziemski [Fri, 24 Aug 2018 09:12:51 -0500] rev 51520
8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138 Summary: SymbolTableLock no longer checks for safepoints Reviewed-by: coleenp, rehn
Mon, 20 Aug 2018 12:08:07 +0200 8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
ghaug [Mon, 20 Aug 2018 12:08:07 +0200] rev 51519
8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1 Reviewed-by: kvn, phh, lucy
Mon, 23 Jul 2018 18:08:46 +0200 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
sgehwolf [Mon, 23 Jul 2018 18:08:46 +0200] rev 51518
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686 Summary: Be sure to use the same register index in native and Java code. Reviewed-by: sballal, cjplummer, tbell
Fri, 24 Aug 2018 14:04:34 +0200 8209837: Avoid initializing ExpiringCache during bootstrap
redestad [Fri, 24 Aug 2018 14:04:34 +0200] rev 51517
8209837: Avoid initializing ExpiringCache during bootstrap Reviewed-by: sundar, forax
Fri, 06 Jul 2018 16:04:19 +0200 8206457: Code paths from oop_iterate() must use barrier-free access
rkennke [Fri, 06 Jul 2018 16:04:19 +0200] rev 51516
8206457: Code paths from oop_iterate() must use barrier-free access Reviewed-by: eosterlund, shade
Fri, 24 Aug 2018 09:38:11 +0200 8208665: Amend cross-compilation docs with qemu-debootstrap recipe
shade [Fri, 24 Aug 2018 09:38:11 +0200] rev 51515
8208665: Amend cross-compilation docs with qemu-debootstrap recipe Reviewed-by: martin, glaubitz, erikj
Fri, 24 Aug 2018 08:17:23 +0200 8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
thartmann [Fri, 24 Aug 2018 08:17:23 +0200] rev 51514
8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place" Summary: Deoptimize if exception is thrown in _clone intrinsic. Reviewed-by: kvn
Thu, 23 Aug 2018 16:47:53 -0700 8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test
lmesnik [Thu, 23 Aug 2018 16:47:53 -0700] rev 51513
8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test Reviewed-by: coleenp, mseledtsov
Thu, 23 Aug 2018 07:54:19 -0400 8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events
gadams [Thu, 23 Aug 2018 07:54:19 -0400] rev 51512
8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events Reviewed-by: amenkov, dholmes, sspitsyn
Thu, 23 Aug 2018 18:14:53 -0400 8209850: Allow NamedThreads to use GlobalCounter critical sections
kbarrett [Thu, 23 Aug 2018 18:14:53 -0400] rev 51511
8209850: Allow NamedThreads to use GlobalCounter critical sections Summary: Add NamedThreads iterator and make GlobalCounter use it. Reviewed-by: eosterlund, rehn
Thu, 23 Aug 2018 12:57:40 -0700 8209873: Typo in javax.xml.validation.Validator.validate documentation
joehw [Thu, 23 Aug 2018 12:57:40 -0700] rev 51510
8209873: Typo in javax.xml.validation.Validator.validate documentation Reviewed-by: lancea
Thu, 23 Aug 2018 12:09:46 -0700 8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros()
igerasim [Thu, 23 Aug 2018 12:09:46 -0700] rev 51509
8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros() Reviewed-by: martin Contributed-by: ivan.gerasimov@oracle.com, martinrb@google.com
Thu, 23 Aug 2018 09:36:13 -0700 8209851: Algorithm name is compared via reference identity
igerasim [Thu, 23 Aug 2018 09:36:13 -0700] rev 51508
8209851: Algorithm name is compared via reference identity Reviewed-by: mullan
Thu, 23 Aug 2018 09:35:09 -0700 8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests
ccheung [Thu, 23 Aug 2018 09:35:09 -0700] rev 51507
8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests Summary: changed the value of the property test.cds.copy.child.stdout to false so that stdout of child processes are logged in files. Each stdout and stderr file will have a unique name. Reviewed-by: iklam
Thu, 23 Aug 2018 11:33:51 -0400 8209854: ProblemList MemberNameLeak
pchilanomate [Thu, 23 Aug 2018 11:33:51 -0400] rev 51506
8209854: ProblemList MemberNameLeak Summary: MemberNameLeak.java moved to ProblemList due to intermittent failure after 8206423 Reviewed-by: coleenp
Thu, 23 Aug 2018 14:31:27 +0200 8209883: ZGC: Compile without C1 broken
pliden [Thu, 23 Aug 2018 14:31:27 +0200] rev 51505
8209883: ZGC: Compile without C1 broken Reviewed-by: eosterlund, shade
Thu, 23 Aug 2018 11:37:14 +0100 8209129: Further improvements to cipher buffer management
coffeys [Thu, 23 Aug 2018 11:37:14 +0100] rev 51504
8209129: Further improvements to cipher buffer management Reviewed-by: weijun, igerasim
Thu, 23 Aug 2018 10:52:27 +0200 8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort()
pliden [Thu, 23 Aug 2018 10:52:27 +0200] rev 51503
8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort() Reviewed-by: eosterlund, kbarrett
Wed, 22 Aug 2018 14:28:47 -0700 8209615: ParseError in XMLEventReader on a valid input
joehw [Wed, 22 Aug 2018 14:28:47 -0700] rev 51502
8209615: ParseError in XMLEventReader on a valid input Reviewed-by: lancea
Wed, 22 Aug 2018 13:53:48 -0700 8209651: better TLS poll for x64 C2
dlong [Wed, 22 Aug 2018 13:53:48 -0700] rev 51501
8209651: better TLS poll for x64 C2 Reviewed-by: kvn
Wed, 22 Aug 2018 21:48:39 +0200 Added tag jdk-12+8 for changeset 492b366f8e57
jwilhelm [Wed, 22 Aug 2018 21:48:39 +0200] rev 51500
Added tag jdk-12+8 for changeset 492b366f8e57
Wed, 22 Aug 2018 13:47:47 -0500 8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource
mchung [Wed, 22 Aug 2018 13:47:47 -0500] rev 51499
8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource Reviewed-by: lancea
Wed, 22 Aug 2018 20:37:07 +0200 8209062: Clean up G1MonitoringSupport
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51498
8209062: Clean up G1MonitoringSupport Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 20:37:07 +0200 8209061: Move G1 serviceability functionality to G1MonitoringSupport
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51497
8209061: Move G1 serviceability functionality to G1MonitoringSupport Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 20:37:07 +0200 8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51496
8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach Reviewed-by: kbarrett, phh
Wed, 22 Aug 2018 20:37:07 +0200 8209698: Remove "Pinned" from HeapRegionTraceType
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51495
8209698: Remove "Pinned" from HeapRegionTraceType Reviewed-by: iklam
Wed, 22 Aug 2018 20:37:07 +0200 8208498: Put archive regions into a first-class HeapRegionSet
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51494
8208498: Put archive regions into a first-class HeapRegionSet Summary: Maintain archive regions in a HeapRegionSet like other region types. Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 10:28:34 -0700 8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
amenkov [Wed, 22 Aug 2018 10:28:34 -0700] rev 51493
8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC Reviewed-by: sspitsyn, dholmes
Wed, 22 Aug 2018 08:31:15 -0700 8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors
dtitov [Wed, 22 Aug 2018 08:31:15 -0700] rev 51492
8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors Reviewed-by: sspitsyn, amenkov
Tue, 14 Aug 2018 09:59:37 -0700 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
iklam [Tue, 14 Aug 2018 09:59:37 -0700] rev 51491
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed Summary: Relocate and patch archive regions if necessary Reviewed-by: jiangli, tschatzl
Wed, 22 Aug 2018 16:06:51 +0100 8209783: AArch64: Combine Multiply and Neg operations in C2
adinn [Wed, 22 Aug 2018 16:06:51 +0100] rev 51490
8209783: AArch64: Combine Multiply and Neg operations in C2 Summary: Generate mneg instructions for a*(-b) or (-a)*b to save one instruction Reviewed-by: adinn Contributed-by: pengfei.li@arm.com
Wed, 22 Aug 2018 10:36:39 +0200 8209686: cleanup arguments to PhaseIdealLoop() constructor
roland [Wed, 22 Aug 2018 10:36:39 +0200] rev 51489
8209686: cleanup arguments to PhaseIdealLoop() constructor Reviewed-by: thartmann, kvn, pliden
Wed, 22 Aug 2018 16:01:29 +0200 8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared
tschatzl [Wed, 22 Aug 2018 16:01:29 +0200] rev 51488
8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared Reviewed-by: zgu
Sun, 19 Aug 2018 20:00:57 +0200 8209667: Explicit barriers for C1/LIR
rkennke [Sun, 19 Aug 2018 20:00:57 +0200] rev 51487
8209667: Explicit barriers for C1/LIR Reviewed-by: eosterlund, roland
Wed, 22 Aug 2018 07:51:07 -0400 8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0
coleenp [Wed, 22 Aug 2018 07:51:07 -0400] rev 51486
8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0 Summary: table for resolution errors always expect non-null message string. Reviewed-by: dholmes, iklam
Wed, 22 Aug 2018 13:06:33 +0200 8208601: Introduce native oop barriers in C2 for OopHandle
eosterlund [Wed, 22 Aug 2018 13:06:33 +0200] rev 51485
8208601: Introduce native oop barriers in C2 for OopHandle Reviewed-by: neliasso, kvn
Wed, 22 Aug 2018 13:01:26 +0200 8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE
rkennke [Wed, 22 Aug 2018 13:01:26 +0200] rev 51484
8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE Reviewed-by: kbarrett, pliden
Wed, 22 Aug 2018 10:09:06 +0200 8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null()
roland [Wed, 22 Aug 2018 10:09:06 +0200] rev 51483
8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null() Reviewed-by: kvn, thartmann
Tue, 14 Aug 2018 16:54:47 +0200 8209420: Track membars for volatile accesses so they can be properly optimized
roland [Tue, 14 Aug 2018 16:54:47 +0200] rev 51482
8209420: Track membars for volatile accesses so they can be properly optimized Reviewed-by: adinn, aph, thartmann
Wed, 22 Aug 2018 15:10:40 +0800 8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class
weijun [Wed, 22 Aug 2018 15:10:40 +0800] rev 51481
8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class Reviewed-by: dholmes
Tue, 21 Aug 2018 20:23:34 -0700 8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup)
iklam [Tue, 21 Aug 2018 20:23:34 -0700] rev 51480
8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup) Summary: include os_inline.hpp instead Reviewed-by: jiangli
Tue, 21 Aug 2018 20:19:46 -0700 8186186: GSSContext.isEstablished() can return true on error state
igerasim [Tue, 21 Aug 2018 20:19:46 -0700] rev 51479
8186186: GSSContext.isEstablished() can return true on error state Reviewed-by: weijun Contributed-by: weijun.wang@oracle.com
Wed, 22 Aug 2018 11:10:45 +0800 8209771: jdk.test.lib.Utils::runAndCheckException error
weijun [Wed, 22 Aug 2018 11:10:45 +0800] rev 51478
8209771: jdk.test.lib.Utils::runAndCheckException error Reviewed-by: dholmes
Fri, 17 Aug 2018 13:53:53 -0700 8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent
iklam [Fri, 17 Aug 2018 13:53:53 -0700] rev 51477
8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent Summary: Added src/hotspot/share/include/cds.h Reviewed-by: ccheung, sspitsyn, jgeorge
Tue, 21 Aug 2018 20:29:57 -0400 8206467: Refactor G1ParallelCleaningTask into shared
zgu [Tue, 21 Aug 2018 20:29:57 -0400] rev 51476
8206467: Refactor G1ParallelCleaningTask into shared Summary: Refactored and moved G1ParllelCleaningTask to be shared among GCs Reviewed-by: rkennke, kbarrett
Tue, 21 Aug 2018 13:17:29 -0700 8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled jdk-12+8
lmesnik [Tue, 21 Aug 2018 13:17:29 -0700] rev 51475
8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled Reviewed-by: tschatzl, kbarrett
Tue, 21 Aug 2018 14:14:28 +0200 8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property
twisti [Tue, 21 Aug 2018 14:14:28 +0200] rev 51474
8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property Reviewed-by: kvn
Tue, 21 Aug 2018 08:38:02 -0700 8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped
never [Tue, 21 Aug 2018 08:38:02 -0700] rev 51473
8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped Reviewed-by: kvn
Tue, 21 Aug 2018 10:37:02 -0400 8206423: Use locking for cleaning ResolvedMethodTable
pchilanomate [Tue, 21 Aug 2018 10:37:02 -0400] rev 51472
8206423: Use locking for cleaning ResolvedMethodTable Summary: ServiceThread is now in charge of cleaning ResolvedMethodTable entries Reviewed-by: gziemski, dholmes, coleenp
Tue, 21 Aug 2018 10:03:22 -0400 8209792: Remove ClassLoaderDataGraph::keep_alive_cld_do
coleenp [Tue, 21 Aug 2018 10:03:22 -0400] rev 51471
8209792: Remove ClassLoaderDataGraph::keep_alive_cld_do Summary: unnecessary Reviewed-by: zgu, tschatzl
Tue, 21 Aug 2018 09:33:41 -0400 8209738: Remove ClassLoaderDataGraph::*oops_do functions
coleenp [Tue, 21 Aug 2018 09:33:41 -0400] rev 51470
8209738: Remove ClassLoaderDataGraph::*oops_do functions Summary: Make walking CLDG more consistent. Reviewed-by: dholmes, tschatzl
Tue, 21 Aug 2018 13:12:15 +0200 8209668: Explicit barriers for C1/assembler
rkennke [Tue, 21 Aug 2018 13:12:15 +0200] rev 51469
8209668: Explicit barriers for C1/assembler Reviewed-by: roland, eosterlund
Tue, 21 Aug 2018 11:41:54 +0530 8203792: Remove "compatibility" features from Head.java
pmuthuswamy [Tue, 21 Aug 2018 11:41:54 +0530] rev 51468
8203792: Remove "compatibility" features from Head.java Reviewed-by: jjg, sundar
Mon, 20 Aug 2018 13:58:23 -0700 8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
iklam [Mon, 20 Aug 2018 13:58:23 -0700] rev 51467
8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled Summary: Added fieldDescriptor.inline.hpp Reviewed-by: coleenp, shade
Mon, 20 Aug 2018 16:18:56 -0700 8209760: merge error: restore ea in make/conf/jib-profiles.js
tbell [Mon, 20 Aug 2018 16:18:56 -0700] rev 51466
8209760: merge error: restore ea in make/conf/jib-profiles.js Reviewed-by: mikael
Mon, 20 Aug 2018 15:37:47 -0700 8208350: Disable all DES cipher suites
jnimeh [Mon, 20 Aug 2018 15:37:47 -0700] rev 51465
8208350: Disable all DES cipher suites Reviewed-by: xuelei, mullan
Mon, 20 Aug 2018 14:19:30 -0700 Merge
mikael [Mon, 20 Aug 2018 14:19:30 -0700] rev 51464
Merge
Fri, 17 Aug 2018 09:51:28 -0700 Added tag jdk-11+27 for changeset 9d7d74c6f2cb
mikael [Fri, 17 Aug 2018 09:51:28 -0700] rev 51463
Added tag jdk-11+27 for changeset 9d7d74c6f2cb
Thu, 16 Aug 2018 10:22:48 +0100 8207966: HttpClient response without content-length does not return body jdk-11+27
michaelm [Thu, 16 Aug 2018 10:22:48 +0100] rev 51462
8207966: HttpClient response without content-length does not return body Reviewed-by: chegar
Thu, 16 Aug 2018 02:00:31 +0800 8209537: Two security tests failed after JDK-8164639 due to dependency was missed
jjiang [Thu, 16 Aug 2018 02:00:31 +0800] rev 51461
8209537: Two security tests failed after JDK-8164639 due to dependency was missed Summary: Skip sun/security/tools/keytool/autotest.sh on macosx and add /test/lib to sun/security/ec/TestEC.java Reviewed-by: rhalade
Wed, 15 Aug 2018 18:41:18 +0800 8164639: Configure PKCS11 tests to use user-supplied NSS libraries
jjiang [Wed, 15 Aug 2018 18:41:18 +0800] rev 51460
8164639: Configure PKCS11 tests to use user-supplied NSS libraries Summary: Provide system property "test.nss.lib.paths" for specifying a set of absolute paths to the custom NSS lib directories Reviewed-by: weijun, rhalade
Wed, 15 Aug 2018 00:48:12 -0700 8207746: C2: Lucene crashes on AVX512 instruction
vdeshpande [Wed, 15 Aug 2018 00:48:12 -0700] rev 51459
8207746: C2: Lucene crashes on AVX512 instruction Summary: replace add/sub instructions which affect flags with lea instruction. Reviewed-by: kvn, thartmann
Tue, 14 Aug 2018 17:21:44 -0700 8206176: Remove the temporary tls13VN field
rhalade [Tue, 14 Aug 2018 17:21:44 -0700] rev 51458
8206176: Remove the temporary tls13VN field Reviewed-by: xuelei, wetmore
Tue, 14 Aug 2018 16:36:17 -0700 8209451: Please change jdk 11 milestone to FCS
diazhou [Tue, 14 Aug 2018 16:36:17 -0700] rev 51457
8209451: Please change jdk 11 milestone to FCS Reviewed-by: prr, tbell
Tue, 14 Aug 2018 16:47:56 -0700 8207009: TLS 1.3 half-close and synchronization issues
xuelei [Tue, 14 Aug 2018 16:47:56 -0700] rev 51456
8207009: TLS 1.3 half-close and synchronization issues Reviewed-by: jnimeh, mullan, wetmore
Tue, 14 Aug 2018 14:46:13 -0700 8209506: Add Google Trust Services GlobalSign root certificates
rhalade [Tue, 14 Aug 2018 14:46:13 -0700] rev 51455
8209506: Add Google Trust Services GlobalSign root certificates Reviewed-by: mullan
Tue, 14 Aug 2018 12:50:39 -0700 8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard.
kaddepalli [Tue, 14 Aug 2018 12:50:39 -0700] rev 51454
8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard. Reviewed-by: prr, serb, psadhukhan, ssadetsky
Tue, 14 Aug 2018 09:38:29 -0700 8209452: VerifyCACerts.java failed with "At least one cacert test failed"
rhalade [Tue, 14 Aug 2018 09:38:29 -0700] rev 51453
8209452: VerifyCACerts.java failed with "At least one cacert test failed" Summary: Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires Reviewed-by: mullan
Tue, 14 Aug 2018 11:55:21 +0530 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel [Tue, 14 Aug 2018 11:55:21 +0530] rev 51452
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale. Summary: generated display names for missing timezones at run time. Reviewed-by: naoto
Mon, 13 Aug 2018 13:44:45 -0700 8205687: TimeoutHandler generates huge core files
iignatyev [Mon, 13 Aug 2018 13:44:45 -0700] rev 51451
8205687: TimeoutHandler generates huge core files Summary: use kill instead of gcore to generate core file Reviewed-by: dholmes
Thu, 09 Aug 2018 11:33:47 -0700 8194949: [Graal] gc/TestNUMAPageSize.java fail with OOM in -Xcomp
epavlova [Thu, 09 Aug 2018 11:33:47 -0700] rev 51450
8194949: [Graal] gc/TestNUMAPageSize.java fail with OOM in -Xcomp Reviewed-by: kvn, tschatzl
Thu, 09 Aug 2018 22:47:18 +0530 8208125: Cannot input text into JOptionPane Text Input Dialog
mhalder [Thu, 09 Aug 2018 22:47:18 +0530] rev 51449
8208125: Cannot input text into JOptionPane Text Input Dialog Reviewed-by: prr, psadhukhan
Mon, 20 Aug 2018 11:37:57 -0700 8209740: typo in test/lib/jtreg/SkippedException.java
iignatyev [Mon, 20 Aug 2018 11:37:57 -0700] rev 51448
8209740: typo in test/lib/jtreg/SkippedException.java Reviewed-by: kvn
Mon, 20 Aug 2018 10:11:26 -0700 8209576: java.nio.file.Files.writeString writes garbled UTF-16 instead of UTF-8
joehw [Mon, 20 Aug 2018 10:11:26 -0700] rev 51447
8209576: java.nio.file.Files.writeString writes garbled UTF-16 instead of UTF-8 Reviewed-by: sherman
Mon, 20 Aug 2018 17:25:45 +0200 8209588: SIGSEGV in MethodArityHistogram() with -XX:+CountCompiledCalls
lucy [Mon, 20 Aug 2018 17:25:45 +0200] rev 51446
8209588: SIGSEGV in MethodArityHistogram() with -XX:+CountCompiledCalls Reviewed-by: kvn, goetz
Mon, 20 Aug 2018 14:25:02 +0200 8209633: Avoid creating WeakEntry wrappers when looking up cached MethodType
redestad [Mon, 20 Aug 2018 14:25:02 +0200] rev 51445
8209633: Avoid creating WeakEntry wrappers when looking up cached MethodType Reviewed-by: plevart, mchung
Mon, 20 Aug 2018 08:25:57 -0400 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
lfoltan [Mon, 20 Aug 2018 08:25:57 -0400] rev 51444
8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation Summary: Clean up VM anonymous class terminology. Reviewed-by: coleenp, dholmes, mchung
Mon, 20 Aug 2018 10:04:00 +0200 8209573: [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure
shade [Mon, 20 Aug 2018 10:04:00 +0200] rev 51443
8209573: [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure Reviewed-by: kvn, pliden
Sun, 19 Aug 2018 22:41:49 -0700 8209456: [error-prone] ShortCircuitBoolean in java.logging
iignatyev [Sun, 19 Aug 2018 22:41:49 -0700] rev 51442
8209456: [error-prone] ShortCircuitBoolean in java.logging Reviewed-by: rriggs
Sat, 18 Aug 2018 13:59:25 -0400 8154343: Make SATB related code available to other GCs
kbarrett [Sat, 18 Aug 2018 13:59:25 -0400] rev 51441
8154343: Make SATB related code available to other GCs Summary: Move ptrQueue and satbMarkQueue files from g1 to shared. Reviewed-by: rkennke, sangheki
Fri, 17 Aug 2018 21:36:02 -0700 8203614: Java API SSLEngine example code needs correction
jnimeh [Fri, 17 Aug 2018 21:36:02 -0700] rev 51440
8203614: Java API SSLEngine example code needs correction Reviewed-by: wetmore, ascarpino
Fri, 17 Aug 2018 14:50:59 -0700 8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived
ccheung [Fri, 17 Aug 2018 14:50:59 -0700] rev 51439
8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived Summary: skip checking the path entries which are not being referenced during CDS dump time Reviewed-by: jiangli, iklam
Fri, 17 Aug 2018 22:20:47 +0100 8208675: Remove legacy sun.security.key.serial.interop property
coffeys [Fri, 17 Aug 2018 22:20:47 +0100] rev 51438
8208675: Remove legacy sun.security.key.serial.interop property Reviewed-by: mullan
Fri, 17 Aug 2018 13:37:01 -0700 8209304: Deprecate serialVersionUID fields in interfaces
darcy [Fri, 17 Aug 2018 13:37:01 -0700] rev 51437
8209304: Deprecate serialVersionUID fields in interfaces Reviewed-by: lancea, mullan, rriggs, smarks
Fri, 17 Aug 2018 13:20:53 -0700 8206992: Update Graal
iveresov [Fri, 17 Aug 2018 13:20:53 -0700] rev 51436
8206992: Update Graal Reviewed-by: kvn
Fri, 17 Aug 2018 11:56:59 -0500 8209586: AARCH64: SymbolTable changes throw assert on aarch64
gziemski [Fri, 17 Aug 2018 11:56:59 -0500] rev 51435
8209586: AARCH64: SymbolTable changes throw assert on aarch64 Summary: Cast the comparison value to match the signdeness Reviewed-by: gziemski, coleenp Contributed-by: stuart.monteigh@linaro.org
Fri, 17 Aug 2018 09:53:52 -0700 Added tag jdk-12+7 for changeset ef57958c7c51
mikael [Fri, 17 Aug 2018 09:53:52 -0700] rev 51434
Added tag jdk-12+7 for changeset ef57958c7c51
Fri, 17 Aug 2018 21:50:55 +0530 8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!
sballal [Fri, 17 Aug 2018 21:50:55 +0530] rev 51433
8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent! Reviewed-by: dcubed, iklam, jgeorge
Fri, 17 Aug 2018 13:38:19 +0200 8207334: VM times out in VM_HandshakeAllThreads::doit() with RunThese30M
rehn [Fri, 17 Aug 2018 13:38:19 +0200] rev 51432
8207334: VM times out in VM_HandshakeAllThreads::doit() with RunThese30M Summary: Handshakes did not consider external suspended threads safe for safepoint. Reviewed-by: dcubed, dholmes
Fri, 17 Aug 2018 03:59:20 -0700 8209587: Update test/hotspot/jtreg/ProblemList-graal.txt
epavlova [Fri, 17 Aug 2018 03:59:20 -0700] rev 51431
8209587: Update test/hotspot/jtreg/ProblemList-graal.txt Reviewed-by: kvn
Fri, 17 Aug 2018 08:21:20 +0200 8208275: C2 crash in Node::add_req(Node*)
thartmann [Fri, 17 Aug 2018 08:21:20 +0200] rev 51430
8208275: C2 crash in Node::add_req(Node*) Summary: Split-if optimization should not process (dead) counted loops. Reviewed-by: roland
Wed, 15 Aug 2018 11:19:57 -0700 8209545: Simplify HeapShared::archive_module_graph_objects
iklam [Wed, 15 Aug 2018 11:19:57 -0700] rev 51429
8209545: Simplify HeapShared::archive_module_graph_objects Summary: Added archivable_static_fields array in heapShared.cpp Reviewed-by: jiangli
Thu, 16 Aug 2018 19:49:25 -0400 8209607: Remove stale comment for JNI mutexes
kbarrett [Thu, 16 Aug 2018 19:49:25 -0400] rev 51428
8209607: Remove stale comment for JNI mutexes Summary: Remove comment. Reviewed-by: dholmes
Thu, 16 Aug 2018 16:44:51 -0700 8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java
amenkov [Thu, 16 Aug 2018 16:44:51 -0700] rev 51427
8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java Reviewed-by: mikael, dtitov, dcubed
Thu, 16 Aug 2018 16:28:03 -0700 8209549: remove VMPropsExt from TEST.ROOT
iignatyev [Thu, 16 Aug 2018 16:28:03 -0700] rev 51426
8209549: remove VMPropsExt from TEST.ROOT Reviewed-by: dholmes
Thu, 16 Aug 2018 17:29:22 -0400 8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work.
jiangli [Thu, 16 Aug 2018 17:29:22 -0400] rev 51425
8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work. Summary: Check the MetaspaceShared::archive_heap_object return value and handle failure accordingly. Reviewed-by: iklam, coleenp
Thu, 16 Aug 2018 10:20:00 -0700 8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
amenkov [Thu, 16 Aug 2018 10:20:00 -0700] rev 51424
8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout Reviewed-by: dcubed, mikael
Thu, 16 Aug 2018 15:00:23 +0200 8208269: Javadoc does not support module-info in a multi-release jar
jlahoda [Thu, 16 Aug 2018 15:00:23 +0200] rev 51423
8208269: Javadoc does not support module-info in a multi-release jar Summary: Ensuring correct version is set when reading multi-release jars. Reviewed-by: jjg
Wed, 15 Aug 2018 10:38:27 -0400 8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
rriggs [Wed, 15 Aug 2018 10:38:27 -0400] rev 51422
8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug Reviewed-by: martin
Thu, 16 Aug 2018 16:06:54 +0530 8209047: "Illegal pattern character 'B'" IllegalArgumentException with Burmese locales jdk-12+7
rgoel [Thu, 16 Aug 2018 16:06:54 +0530] rev 51421
8209047: "Illegal pattern character 'B'" IllegalArgumentException with Burmese locales Summary: Replaced time patterns for Burmese locale from CLDR 29's patterns. Reviewed-by: naoto
Thu, 16 Aug 2018 09:46:09 +0200 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon [Thu, 16 Aug 2018 09:46:09 +0200] rev 51420
8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects Reviewed-by: kvn, iveresov
Thu, 16 Aug 2018 09:09:18 +0200 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann [Thu, 16 Aug 2018 09:09:18 +0200] rev 51419
8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target' Summary: Make sure label is bound even if SSE is disabled. Reviewed-by: kvn
Wed, 15 Aug 2018 19:22:46 -0700 8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location"
iklam [Wed, 15 Aug 2018 19:22:46 -0700] rev 51418
8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location" Summary: Handle %p in /proc/sys/kernel/core_pattern Reviewed-by: dholmes, hseigel
Tue, 14 Aug 2018 20:46:46 -0700 8206115: Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes
iklam [Tue, 14 Aug 2018 20:46:46 -0700] rev 51417
8206115: Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes Summary: Added BASIC_JAVA_CLASSES_DO in javaClasses.hpp Reviewed-by: jiangli, redestad, coleenp
Wed, 15 Aug 2018 13:39:32 -0700 8207320: Wrong type order for intersection lambdas with multiple abstract methods
vromero [Wed, 15 Aug 2018 13:39:32 -0700] rev 51416
8207320: Wrong type order for intersection lambdas with multiple abstract methods Reviewed-by: mcimadamore
Wed, 15 Aug 2018 16:01:48 -0400 8209541: Fix merge problem in SymbolTable::do_check_concurrent_work
coleenp [Wed, 15 Aug 2018 16:01:48 -0400] rev 51415
8209541: Fix merge problem in SymbolTable::do_check_concurrent_work Summary: remerged with previous change to do_unloading. Reviewed-by: hseigel
Wed, 15 Aug 2018 15:50:23 -0400 8209447: vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TestDescription.java timed out
coleenp [Wed, 15 Aug 2018 15:50:23 -0400] rev 51414
8209447: vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TestDescription.java timed out Summary: was walking code cache for every safepoint because redefined methods take a long time to clear out of the code cache Reviewed-by: eosterlund, rehn
Wed, 15 Aug 2018 10:44:56 -0700 5075463: (enum) Serialized Form javadoc for java.lang.Enum is misleading
darcy [Wed, 15 Aug 2018 10:44:56 -0700] rev 51413
5075463: (enum) Serialized Form javadoc for java.lang.Enum is misleading Reviewed-by: lancea, rriggs, smarks
Wed, 15 Aug 2018 10:16:15 -0700 8176425: Add radix indication in NumberFormatException message for Integer.decode
darcy [Wed, 15 Aug 2018 10:16:15 -0700] rev 51412
8176425: Add radix indication in NumberFormatException message for Integer.decode Reviewed-by: lancea
Wed, 15 Aug 2018 10:00:16 -0700 8209164: [TESTBUG] Apply jtreg skipped status to cds tests
mseledtsov [Wed, 15 Aug 2018 10:00:16 -0700] rev 51411
8209164: [TESTBUG] Apply jtreg skipped status to cds tests Summary: Added the SkippedException where applicable Reviewed-by: iklam, jiangli
Wed, 15 Aug 2018 14:35:33 +0200 8209459: TestSHA512MultiBlockIntrinsics failed on AArch64
thartmann [Wed, 15 Aug 2018 14:35:33 +0200] rev 51410
8209459: TestSHA512MultiBlockIntrinsics failed on AArch64 Summary: Prevent classloading to avoid generation of SHA stubs. Reviewed-by: kvn, thartmann Contributed-by: Joshua Zhu <joshua.zhu@arm.com>
Wed, 15 Aug 2018 14:48:12 +0300 8209439: C2 library_call can potentially ignore Math.pow intrinsic or use null pointer
dpochepk [Wed, 15 Aug 2018 14:48:12 +0300] rev 51409
8209439: C2 library_call can potentially ignore Math.pow intrinsic or use null pointer Reviewed-by: kvn, thartmann
Wed, 15 Aug 2018 09:51:57 +0200 8208582: Introduce native oop barriers in C1 for OopHandle
eosterlund [Wed, 15 Aug 2018 09:51:57 +0200] rev 51408
8208582: Introduce native oop barriers in C1 for OopHandle Reviewed-by: coleenp, kvn
Tue, 14 Aug 2018 18:16:47 -0700 8207009: TLS 1.3 half-close and synchronization issues
xuelei [Tue, 14 Aug 2018 18:16:47 -0700] rev 51407
8207009: TLS 1.3 half-close and synchronization issues Reviewed-by: jnimeh, mullan, wetmore
Tue, 14 Aug 2018 19:52:34 -0400 8209518: symbol table gtest fails with semaphore error
coleenp [Tue, 14 Aug 2018 19:52:34 -0400] rev 51406
8209518: symbol table gtest fails with semaphore error Summary: loop count was wrong. Reviewed-by: mikael, kbarrett
Tue, 14 Aug 2018 18:42:14 -0500 8195100: Use a low latency hashtable for SymbolTable
gziemski [Tue, 14 Aug 2018 18:42:14 -0500] rev 51405
8195100: Use a low latency hashtable for SymbolTable Summary: Used concurrentHashTable, similar to stringTable Reviewed-by: coleenp, kbarrett, iklam, pliden
Tue, 14 Aug 2018 14:08:04 -0700 8208463: jdk.internal.vm.compiler's module-info.java.extra contains duplicated provides of the same service interface
kvn [Tue, 14 Aug 2018 14:08:04 -0700] rev 51404
8208463: jdk.internal.vm.compiler's module-info.java.extra contains duplicated provides of the same service interface Reviewed-by: mchung
Tue, 14 Aug 2018 14:58:14 -0400 8209347: SATBMarkQueue.cpp should not need jvm.h
kbarrett [Tue, 14 Aug 2018 14:58:14 -0400] rev 51403
8209347: SATBMarkQueue.cpp should not need jvm.h Summary: Use os::snprintf instead of jio_snprintf. Reviewed-by: shade, tschatzl
Tue, 14 Aug 2018 11:56:32 -0700 8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
amenkov [Tue, 14 Aug 2018 11:56:32 -0700] rev 51402
8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1 Reviewed-by: sspitsyn, jcbeyler
Tue, 14 Aug 2018 13:16:26 -0400 8209346: Refactor SATBMarkQueue filter configuration
kbarrett [Tue, 14 Aug 2018 13:16:26 -0400] rev 51401
8209346: Refactor SATBMarkQueue filter configuration Summary: Moved reference to G1-specific option to G1CollectedHeap. Reviewed-by: shade, rkennke
Tue, 14 Aug 2018 10:08:21 -0700 8209452: VerifyCACerts.java failed with "At least one cacert test failed"
rhalade [Tue, 14 Aug 2018 10:08:21 -0700] rev 51400
8209452: VerifyCACerts.java failed with "At least one cacert test failed" Summary: Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires Reviewed-by: mullan
Mon, 13 Aug 2018 21:57:17 -0700 8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
akolarkunnu [Mon, 13 Aug 2018 21:57:17 -0700] rev 51399
8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2 Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com, alexandre.iline@oracle.com
Tue, 14 Aug 2018 22:39:34 +0800 8209416: Refactoring GetPropertyAction calls in security libs
weijun [Tue, 14 Aug 2018 22:39:34 +0800] rev 51398
8209416: Refactoring GetPropertyAction calls in security libs Reviewed-by: xuelei, rriggs
Tue, 14 Aug 2018 14:28:23 +0200 8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder)
lucy [Tue, 14 Aug 2018 14:28:23 +0200] rev 51397
8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder) Reviewed-by: tschatzl, shade
Mon, 13 Aug 2018 09:19:21 -0700 8061467: Add UseLargePages to TestNUMAPageSize
jcbeyler [Mon, 13 Aug 2018 09:19:21 -0700] rev 51396
8061467: Add UseLargePages to TestNUMAPageSize Summary: Add flag to test for all architectures to be tested Reviewed-by: phh, pliden, tschatzl
Mon, 13 Aug 2018 14:04:43 +0200 8209376: ZGC: Move ZMarkStackAllocator into a separate file
pliden [Mon, 13 Aug 2018 14:04:43 +0200] rev 51395
8209376: ZGC: Move ZMarkStackAllocator into a separate file Reviewed-by: eosterlund, kbarrett
Mon, 13 Aug 2018 14:04:42 +0200 8209375: ZGC: Use dynamic base address for mark stack space
pliden [Mon, 13 Aug 2018 14:04:42 +0200] rev 51394
8209375: ZGC: Use dynamic base address for mark stack space Reviewed-by: eosterlund, kbarrett
Tue, 14 Aug 2018 00:15:56 -0400 8209345: Merge SATBMarkQueueFilter into SATBMarkQueueSet
kbarrett [Tue, 14 Aug 2018 00:15:56 -0400] rev 51393
8209345: Merge SATBMarkQueueFilter into SATBMarkQueueSet Summary: Move filter extension protocol to SATBMarkQueueSet. Reviewed-by: shade, tschatzl, rkennke
Tue, 14 Aug 2018 10:42:00 +0800 8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException
xiaofeya [Tue, 14 Aug 2018 10:42:00 +0800] rev 51392
8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException Reviewed-by: mchung
Mon, 13 Aug 2018 17:39:27 -0700 8209382: [error-prone] HashtableContains in sun/rmi/server/ActivationGroupImpl.java
iignatyev [Mon, 13 Aug 2018 17:39:27 -0700] rev 51391
8209382: [error-prone] HashtableContains in sun/rmi/server/ActivationGroupImpl.java Reviewed-by: rriggs
Mon, 13 Aug 2018 18:21:26 -0400 8209396: Make PtrQueueSets not statically allocated
kbarrett [Mon, 13 Aug 2018 18:21:26 -0400] rev 51390
8209396: Make PtrQueueSets not statically allocated Summary: Change the G1BarrierSet PtrQueueSet static members to ordinary members. Reviewed-by: shade, tschatzl, rkennke
Mon, 13 Aug 2018 13:24:55 -0700 8207153: Some intrinsic tests take long time to run
kvn [Mon, 13 Aug 2018 13:24:55 -0700] rev 51389
8207153: Some intrinsic tests take long time to run Reviewed-by: thartmann, mikael
Mon, 13 Aug 2018 19:21:43 +0200 8209120: Archive the Integer.IntegerCache
redestad [Mon, 13 Aug 2018 19:21:43 +0200] rev 51388
8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung
Fri, 10 Aug 2018 09:16:10 +0200 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
mbaesken [Fri, 10 Aug 2018 09:16:10 +0200] rev 51387
8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update Reviewed-by: prr, dholmes
Mon, 13 Aug 2018 04:02:51 -0700 8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
epavlova [Mon, 13 Aug 2018 04:02:51 -0700] rev 51386
8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp Reviewed-by: kvn
Mon, 13 Aug 2018 12:24:25 +0200 8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51385
8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently Summary: For initial TLAB sizing, increase the number of expected refills to 2. Reviewed-by: phh, sangheki
Mon, 13 Aug 2018 12:24:25 +0200 8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51384
8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently Summary: Exclude maximum range value from testing. Reviewed-by: sangheki, kbarrett
Mon, 13 Aug 2018 12:24:25 +0200 8209193: Fix aarch64-linux compilation after -Wreorder changes
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51383
8209193: Fix aarch64-linux compilation after -Wreorder changes Reviewed-by: shade, drwhite
Mon, 13 Aug 2018 12:24:25 +0200 8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder)
ghaug [Mon, 13 Aug 2018 12:24:25 +0200] rev 51382
8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder) Reviewed-by: mbaesken, tschatzl
Mon, 13 Aug 2018 12:24:25 +0200 8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings
avoitylov [Mon, 13 Aug 2018 12:24:25 +0200] rev 51381
8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings Reviewed-by: dholmes, drwhite, tschatzl
Mon, 13 Aug 2018 10:28:01 +0200 8209378: Fix Minimal VM after JDK-8208677
shade [Mon, 13 Aug 2018 10:28:01 +0200] rev 51380
8209378: Fix Minimal VM after JDK-8208677 Reviewed-by: coleenp, shade Contributed-by: Aleksei Voitylov <aleksei.voitylov@bell-sw.com>
Sat, 11 Aug 2018 12:49:33 -0400 8207924: serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
coleenp [Sat, 11 Aug 2018 12:49:33 -0400] rev 51379
8207924: serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded Summary: InstanceKlass::implementors() needs the Compile_lock Reviewed-by: thartmann, eosterlund
Fri, 10 Aug 2018 22:38:18 -0400 8209384: ProblemList stressHierarchy metaspace tests
coleenp [Fri, 10 Aug 2018 22:38:18 -0400] rev 51378
8209384: ProblemList stressHierarchy metaspace tests Summary: These try to trigger GC by filling metaspace which seems to be not working. Reviewed-by: jiangli
Fri, 10 Aug 2018 12:05:53 -0700 8205399: Set node color on pinned HashMap.TreeNode deletion
bchristi [Fri, 10 Aug 2018 12:05:53 -0700] rev 51377
8205399: Set node color on pinned HashMap.TreeNode deletion Reviewed-by: martin
Fri, 10 Aug 2018 09:36:01 -0400 8164683: Solaris: JVM abuses thread preemption control
coleenp [Fri, 10 Aug 2018 09:36:01 -0400] rev 51376
8164683: Solaris: JVM abuses thread preemption control Summary: Complete removal of preemption control and command line arguments (were deprecated in 11). Reviewed-by: hseigel, pchilanomate, dholmes
Fri, 10 Aug 2018 09:30:26 -0400 8207778: Add locking to ModuleEntry and PackageEntry tables
hseigel [Fri, 10 Aug 2018 09:30:26 -0400] rev 51375
8207778: Add locking to ModuleEntry and PackageEntry tables Summary: Restructure ClassLoaderDataGraph code to simplify using locks in SystemDictionary::do_unloading() Reviewed-by: lfoltan, coleenp
Fri, 10 Aug 2018 14:22:49 +0300 8206895: aarch64: rework error-prone cmp instuction
bulasevich [Fri, 10 Aug 2018 14:22:49 +0300] rev 51374
8206895: aarch64: rework error-prone cmp instuction Reviewed-by: aph
Fri, 10 Aug 2018 17:07:44 +0800 8201290: keytool importcert fails with CertificateParsingException if unknown certificate algorithms should be imported
weijun [Fri, 10 Aug 2018 17:07:44 +0800] rev 51373
8201290: keytool importcert fails with CertificateParsingException if unknown certificate algorithms should be imported Reviewed-by: mullan, xuelei
Fri, 10 Aug 2018 13:07:21 +0800 8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/
xyin [Fri, 10 Aug 2018 13:07:21 +0800] rev 51372
8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/ Reviewed-by: vtewari, rriggs
Fri, 10 Aug 2018 00:35:57 -0400 8207263: Store the Configuration for system modules into CDS archive.
jiangli [Fri, 10 Aug 2018 00:35:57 -0400] rev 51371
8207263: Store the Configuration for system modules into CDS archive. Summary: Archive boot layer Configuration. Reviewed-by: redestad, iklam, ccheung
Thu, 09 Aug 2018 15:52:23 -0700 8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests
ccheung [Thu, 09 Aug 2018 15:52:23 -0700] rev 51370
8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests Summary: only include the CDS logging option in the tests which require it Reviewed-by: mseledtsov, jiangli, iklam
Fri, 10 Aug 2018 00:20:15 +0200 8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy
redestad [Fri, 10 Aug 2018 00:20:15 +0200] rev 51369
8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy Reviewed-by: thartmann, pliden, kvn
Thu, 09 Aug 2018 22:51:48 +0200 8209118: Abstract SATBMarkQueueSet's ThreadLocalData access
rkennke [Thu, 09 Aug 2018 22:51:48 +0200] rev 51368
8209118: Abstract SATBMarkQueueSet's ThreadLocalData access Reviewed-by: kbarrett, shade
Thu, 09 Aug 2018 11:39:18 -0700 8205078: [Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError"
epavlova [Thu, 09 Aug 2018 11:39:18 -0700] rev 51367
8205078: [Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError" Reviewed-by: kvn, dnsimon
Thu, 09 Aug 2018 10:08:07 -0700 Merge
mikael [Thu, 09 Aug 2018 10:08:07 -0700] rev 51366
Merge
Thu, 09 Aug 2018 07:58:25 -0700 Added tag jdk-11+26 for changeset 945ba9278a27
mikael [Thu, 09 Aug 2018 07:58:25 -0700] rev 51365
Added tag jdk-11+26 for changeset 945ba9278a27
Thu, 09 Aug 2018 11:23:12 +0100 8208391: Differentiate response and connect timeouts in HTTP Client API
chegar [Thu, 09 Aug 2018 11:23:12 +0100] rev 51364
8208391: Differentiate response and connect timeouts in HTTP Client API Reviewed-by: michaelm
Wed, 08 Aug 2018 15:51:08 -0700 8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission
serb [Wed, 08 Aug 2018 15:51:08 -0700] rev 51363
8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission Reviewed-by: prr, sveerabhadra
Wed, 08 Aug 2018 15:11:11 -0400 8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
dcubed [Wed, 08 Aug 2018 15:11:11 -0400] rev 51362
8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout Reviewed-by: coleenp
Wed, 08 Aug 2018 13:45:41 +0800 8209011: [TESTBUG] AArch64: sun/security/pkcs11/Secmod/TestNssDbSqlite.java fails in aarch64 platforms
yzhang [Wed, 08 Aug 2018 13:45:41 +0800] rev 51361
8209011: [TESTBUG] AArch64: sun/security/pkcs11/Secmod/TestNssDbSqlite.java fails in aarch64 platforms Summary: Add the path of libnss3.so for aarch64 platform. Reviewed-by: weijun
Mon, 06 Aug 2018 14:56:56 +0200 8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization
rwestberg [Mon, 06 Aug 2018 14:56:56 +0200] rev 51360
8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization Reviewed-by: mgronlun, rehn
Tue, 07 Aug 2018 00:06:52 -0700 8208663: JDK 11 L10n resource file update msg drop 20 jdk-11+26
ljiang [Tue, 07 Aug 2018 00:06:52 -0700] rev 51359
8208663: JDK 11 L10n resource file update msg drop 20 Reviewed-by: naoto
Tue, 07 Aug 2018 17:40:11 -0700 8201394: Update java.se module summary to reflect removal of java.se.ee module
iris [Tue, 07 Aug 2018 17:40:11 -0700] rev 51358
8201394: Update java.se module summary to reflect removal of java.se.ee module Reviewed-by: alanb, lancea, mchung
Tue, 07 Aug 2018 13:51:30 -0700 8031761: [TESTBUG] Add a regression test for JDK-8026328
iignatyev [Tue, 07 Aug 2018 13:51:30 -0700] rev 51357
8031761: [TESTBUG] Add a regression test for JDK-8026328 Reviewed-by: kvn, iignatyev Contributed-by: staffan.larsen@oracle.com
Tue, 07 Aug 2018 10:29:01 -0400 8208691: Tighten up jdk.includeInExceptions security property
mullan [Tue, 07 Aug 2018 10:29:01 -0400] rev 51356
8208691: Tighten up jdk.includeInExceptions security property Summary: Add stronger warning on usage and add test to check that property is not set Reviewed-by: alanb, rriggs
Mon, 06 Aug 2018 22:30:37 -0400 8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
dbuck [Mon, 06 Aug 2018 22:30:37 -0400] rev 51355
8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1 Summary: enforce lower bound on number of loop iterations used to trigger OSR Reviewed-by: kvn, iignatyev
Mon, 06 Aug 2018 20:44:14 -0400 8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
dcubed [Mon, 06 Aug 2018 20:44:14 -0400] rev 51354
8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing Reviewed-by: dholmes, sspitsyn
Mon, 06 Aug 2018 00:46:40 -0700 8208496: New Test to verify concurrent behavior of TLS.
ssahoo [Mon, 06 Aug 2018 00:46:40 -0700] rev 51353
8208496: New Test to verify concurrent behavior of TLS. Summary: Verify TLS behavior with multiple threads accessing concurrently. Reviewed-by: xuelei
Mon, 06 Aug 2018 09:09:57 +0200 8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
thartmann [Mon, 06 Aug 2018 09:09:57 +0200] rev 51352
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator Summary: Bail out from recursive computation if the block was already processed. Reviewed-by: kvn, iveresov
Fri, 03 Aug 2018 15:39:28 -0700 8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice
iignatyev [Fri, 03 Aug 2018 15:39:28 -0700] rev 51351
8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice Reviewed-by: kvn, vlivanov
Fri, 22 Jun 2018 16:07:15 +0200 8205523: Explicit barriers for interpreter
rkennke [Fri, 22 Jun 2018 16:07:15 +0200] rev 51350
8205523: Explicit barriers for interpreter Reviewed-by: eosterlund, coleenp
Thu, 09 Aug 2018 17:11:11 +0200 8204969: Asserts in objArrayKlass.cpp need to use _raw variants of obj_addr_at()
rkennke [Thu, 09 Aug 2018 17:11:11 +0200] rev 51349
8204969: Asserts in objArrayKlass.cpp need to use _raw variants of obj_addr_at() Reviewed-by: tschatzl, eosterlund
Thu, 09 Aug 2018 08:02:20 -0700 Added tag jdk-12+6 for changeset 7939b3c4e408
mikael [Thu, 09 Aug 2018 08:02:20 -0700] rev 51348
Added tag jdk-12+6 for changeset 7939b3c4e408
Wed, 08 Aug 2018 11:11:19 -0700 8208242: Add @requires to vmTestbase/gc/g1 tests
jcbeyler [Wed, 08 Aug 2018 11:11:19 -0700] rev 51347
8208242: Add @requires to vmTestbase/gc/g1 tests Summary: Added classunloading must not be disabled and G1 is required to g1/unloading tests Reviewed-by: kbarrett, tschatzl
Thu, 09 Aug 2018 11:24:30 +0200 8209127: ZGC: Improve error message when failing to map memory for mark stacks
pliden [Thu, 09 Aug 2018 11:24:30 +0200] rev 51346
8209127: ZGC: Improve error message when failing to map memory for mark stacks Reviewed-by: eosterlund, tschatzl
Thu, 09 Aug 2018 11:24:30 +0200 8209126: ZGC: ZMarkStackAllocator::is_initialized() never called
pliden [Thu, 09 Aug 2018 11:24:30 +0200] rev 51345
8209126: ZGC: ZMarkStackAllocator::is_initialized() never called Reviewed-by: eosterlund, tschatzl
Thu, 09 Aug 2018 11:24:30 +0200 8209125: ZGC: Clean up ZServiceabilityCounters
pliden [Thu, 09 Aug 2018 11:24:30 +0200] rev 51344
8209125: ZGC: Clean up ZServiceabilityCounters Reviewed-by: eosterlund, tschatzl
Thu, 09 Aug 2018 11:24:30 +0200 8207756: ZGC: jstat should show CGC STW phases
pliden [Thu, 09 Aug 2018 11:24:30 +0200] rev 51343
8207756: ZGC: jstat should show CGC STW phases Reviewed-by: pliden, ysuenaga, eosterlund Contributed-by: yasuenag@gmail.com, per.liden@oracle.com
Thu, 09 Aug 2018 15:42:48 +0800 8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
xiaofeya [Thu, 09 Aug 2018 15:42:48 +0800] rev 51342
8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK Reviewed-by: naoto
Wed, 08 Aug 2018 18:38:34 -0700 8207965: C2-only debug build fails
kvn [Wed, 08 Aug 2018 18:38:34 -0700] rev 51341
8207965: C2-only debug build fails Reviewed-by: kvn, iignatyev Contributed-by: xxinliu@amazon.com
Wed, 08 Aug 2018 15:34:32 -0700 8208303: Track JNI failures and fail tests
jcbeyler [Wed, 08 Aug 2018 15:34:32 -0700] rev 51340
8208303: Track JNI failures and fail tests Summary: Fail in native code via FatalException to signal test failure Reviewed-by: amenkov, sspitsyn
Wed, 08 Aug 2018 14:40:02 -0700 8202941: GenModuleInfoSource build tool does not detect missing semicolons
mchung [Wed, 08 Aug 2018 14:40:02 -0700] rev 51339
8202941: GenModuleInfoSource build tool does not detect missing semicolons Reviewed-by: erikj
Wed, 08 Aug 2018 15:24:21 -0400 8208677: Move inner metaspace cleaning out of class unloading
coleenp [Wed, 08 Aug 2018 15:24:21 -0400] rev 51338
8208677: Move inner metaspace cleaning out of class unloading Summary: move to safepoint cleanup actions to do if needed. Reviewed-by: eosterlund, hseigel
Wed, 08 Aug 2018 15:11:11 -0400 8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
dcubed [Wed, 08 Aug 2018 15:11:11 -0400] rev 51337
8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout Reviewed-by: coleenp
Wed, 08 Aug 2018 09:25:10 -0700 8193822: Remove unused newDirectByteBuffer and truncate methods from buffer classes
bpb [Wed, 08 Aug 2018 09:25:10 -0700] rev 51336
8193822: Remove unused newDirectByteBuffer and truncate methods from buffer classes Reviewed-by: alanb, psandoz
Wed, 08 Aug 2018 15:31:07 +0200 8208672: Enable -Wreorder in make files for gcc, clang
tschatzl [Wed, 08 Aug 2018 15:31:07 +0200] rev 51335
8208672: Enable -Wreorder in make files for gcc, clang Reviewed-by: dholmes, ihse
Wed, 08 Aug 2018 15:31:07 +0200 8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
tschatzl [Wed, 08 Aug 2018 15:31:07 +0200] rev 51334
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder Reviewed-by: dholmes, hseigel
Wed, 08 Aug 2018 15:31:06 +0200 8208670: Compiler changes to allow enabling -Wreorder
tschatzl [Wed, 08 Aug 2018 15:31:06 +0200] rev 51333
8208670: Compiler changes to allow enabling -Wreorder Reviewed-by: kvn
Wed, 08 Aug 2018 15:31:06 +0200 8208669: GC changes to allow enabling -Wreorder
tschatzl [Wed, 08 Aug 2018 15:31:06 +0200] rev 51332
8208669: GC changes to allow enabling -Wreorder Reviewed-by: kbarrett
Wed, 08 Aug 2018 10:21:23 +0800 8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/ jdk-12+6
xyin [Wed, 08 Aug 2018 10:21:23 +0800] rev 51331
8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/ Reviewed-by: vtewari, rriggs
Tue, 07 Aug 2018 19:35:50 -0400 8208575: Remove Atomic::add/sub for short
coleenp [Tue, 07 Aug 2018 19:35:50 -0400] rev 51330
8208575: Remove Atomic::add/sub for short Summary: Removed code to atomic::add for short because it's no longer used for Symbol. Reviewed-by: iklam
Tue, 07 Aug 2018 15:45:07 -0700 8208999: Some use of Klass* should be replaced by InstanceKlass*
iklam [Tue, 07 Aug 2018 15:45:07 -0700] rev 51329
8208999: Some use of Klass* should be replaced by InstanceKlass* Summary: Klass::java_super() => InstanceKlass*; InstanceKlass::{local,transitive}_interfaces() => Array<InstanceKlass*>* Reviewed-by: coleenp, hseigel
Tue, 07 Aug 2018 16:07:47 -0700 8208634: Add x-IBM-1129 charset
sherman [Tue, 07 Aug 2018 16:07:47 -0700] rev 51328
8208634: Add x-IBM-1129 charset Reviewed-by: alanb, sherman Contributed-by: enasser@in.ibm.com
Tue, 07 Aug 2018 23:08:52 +0200 8209003: Consolidate use of empty collections in java.lang.module
redestad [Tue, 07 Aug 2018 23:08:52 +0200] rev 51327
8209003: Consolidate use of empty collections in java.lang.module Reviewed-by: alanb, mchung
Tue, 07 Aug 2018 13:51:30 -0700 8031761: [TESTBUG] Add a regression test for JDK-8026328
iignatyev [Tue, 07 Aug 2018 13:51:30 -0700] rev 51326
8031761: [TESTBUG] Add a regression test for JDK-8026328 Reviewed-by: kvn, iignatyev Contributed-by: staffan.larsen@oracle.com
Tue, 07 Aug 2018 09:44:39 -0700 8208704: runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing
ccheung [Tue, 07 Aug 2018 09:44:39 -0700] rev 51325
8208704: runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing Summary: increase timout to 2400 and reduce the amount of output Reviewed-by: mseledtsov, jiangli
Fri, 03 Aug 2018 07:59:01 +0200 8208744: remove unneeded -DUSE_MMAP settings for JDK native libs builds
mbaesken [Fri, 03 Aug 2018 07:59:01 +0200] rev 51324
8208744: remove unneeded -DUSE_MMAP settings for JDK native libs builds Reviewed-by: ihse, martin, alanb, dholmes
Mon, 06 Aug 2018 18:49:51 -0700 8209023: fix 2 compiler tests to avoid JDK-8208690
kvn [Mon, 06 Aug 2018 18:49:51 -0700] rev 51323
8209023: fix 2 compiler tests to avoid JDK-8208690 Reviewed-by: dholmes, dcubed
Mon, 06 Aug 2018 20:52:41 -0400 8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
dcubed [Mon, 06 Aug 2018 20:52:41 -0400] rev 51322
8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing Reviewed-by: dholmes, sspitsyn
Mon, 06 Aug 2018 14:23:02 -0700 8079682: [mlvm] remove SAM code in MHTransformationGen
jcbeyler [Mon, 06 Aug 2018 14:23:02 -0700] rev 51321
8079682: [mlvm] remove SAM code in MHTransformationGen Summary: Remove SAM code from the test and remove related dead code Reviewed-by: iignatyev
Mon, 06 Aug 2018 15:35:44 -0700 8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration
shurailine [Mon, 06 Aug 2018 15:35:44 -0700] rev 51320
8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration Reviewed-by: mchung
Mon, 06 Aug 2018 15:18:57 -0700 8206955: MethodHandleProxies.asInterfaceInstance does not support default methods
psandoz [Mon, 06 Aug 2018 15:18:57 -0700] rev 51319
8206955: MethodHandleProxies.asInterfaceInstance does not support default methods Reviewed-by: mchung, plevart
Mon, 06 Aug 2018 14:55:04 -0700 8208362: (bf) Long chains created by direct Buffer::slice
fweimer [Mon, 06 Aug 2018 14:55:04 -0700] rev 51318
8208362: (bf) Long chains created by direct Buffer::slice Reviewed-by: mr, psandoz, alanb
Mon, 06 Aug 2018 14:29:22 -0700 8209024: Use SuppressWarnings on serialVersionUID fields in interfaces
darcy [Mon, 06 Aug 2018 14:29:22 -0700] rev 51317
8209024: Use SuppressWarnings on serialVersionUID fields in interfaces Reviewed-by: bpb, rriggs, mullan
Mon, 06 Aug 2018 13:53:49 -0700 8194958: [Graal] disable compiler/c2/cr7200264 tests
epavlova [Mon, 06 Aug 2018 13:53:49 -0700] rev 51316
8194958: [Graal] disable compiler/c2/cr7200264 tests Reviewed-by: kvn, tschatzl
Mon, 06 Aug 2018 16:15:09 -0400 8209020: ProblemList tests affected by JDK-8208778
dcubed [Mon, 06 Aug 2018 16:15:09 -0400] rev 51315
8209020: ProblemList tests affected by JDK-8208778 Reviewed-by: hseigel
Mon, 06 Aug 2018 14:20:58 -0400 8208604: Metadata::print_value_string() compares 'this' to NULL
hseigel [Mon, 06 Aug 2018 14:20:58 -0400] rev 51314
8208604: Metadata::print_value_string() compares 'this' to NULL Summary: Remove the comparison and add asserts to check for NULL Reviewed-by: coleenp, gziemski
Mon, 06 Aug 2018 13:57:26 -0400 8209018: ProblemList tests affected by JDK-8208690
dcubed [Mon, 06 Aug 2018 13:57:26 -0400] rev 51313
8209018: ProblemList tests affected by JDK-8208690 Reviewed-by: kvn
Mon, 06 Aug 2018 04:31:50 -0400 8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system
dholmes [Mon, 06 Aug 2018 04:31:50 -0400] rev 51312
8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system Summary: Limit the maximal file name length to 242 for AUFS file system Reviewed-by: dholmes, redestad Contributed-by: pengfei.li@arm.com
Sun, 05 Aug 2018 19:16:31 +0100 8208998: Typo in ModueInfo.java, field for ModuleHashes should be moduleHashes
alanb [Sun, 05 Aug 2018 19:16:31 +0100] rev 51311
8208998: Typo in ModueInfo.java, field for ModuleHashes should be moduleHashes Reviewed-by: alanb Contributed-by: christoph.dreis@freenet.de
Fri, 03 Aug 2018 21:06:15 -0700 8208782: Remove extra type in throws clause of SerialClob.writeObject
darcy [Fri, 03 Aug 2018 21:06:15 -0700] rev 51310
8208782: Remove extra type in throws clause of SerialClob.writeObject Reviewed-by: lancea
Fri, 03 Aug 2018 12:45:18 -0700 8186766: UnixNativeDispatcher::readlink() may truncate overlong paths
bpb [Fri, 03 Aug 2018 12:45:18 -0700] rev 51309
8186766: UnixNativeDispatcher::readlink() may truncate overlong paths Reviewed-by: alanb
Fri, 03 Aug 2018 09:42:57 -0700 Merge
prr [Fri, 03 Aug 2018 09:42:57 -0700] rev 51308
Merge
Thu, 02 Aug 2018 09:26:40 -0700 Added tag jdk-11+25 for changeset 331888ea4a78
prr [Thu, 02 Aug 2018 09:26:40 -0700] rev 51307
Added tag jdk-11+25 for changeset 331888ea4a78
Thu, 02 Aug 2018 09:49:04 +0200 8207139: NMT is not enabled on Windows 2016/10
mgronlun [Thu, 02 Aug 2018 09:49:04 +0200] rev 51306
8207139: NMT is not enabled on Windows 2016/10 Reviewed-by: dcubed, zgu, dholmes
Tue, 31 Jul 2018 14:04:29 -0700 8204931: Colors with alpha are painted incorrectly on Linux jdk-11+25
prr [Tue, 31 Jul 2018 14:04:29 -0700] rev 51305
8204931: Colors with alpha are painted incorrectly on Linux Reviewed-by: jdv, psadhukhan
Tue, 31 Jul 2018 14:03:39 -0700 8208353: Upgrade JDK 11 to libpng 1.6.35
prr [Tue, 31 Jul 2018 14:03:39 -0700] rev 51304
8208353: Upgrade JDK 11 to libpng 1.6.35 Reviewed-by: jdv, kaddepalli
Tue, 31 Jul 2018 12:23:55 -0700 8208466: Fix potential memory leak in harfbuzz shaping.
prr [Tue, 31 Jul 2018 12:23:55 -0700] rev 51303
8208466: Fix potential memory leak in harfbuzz shaping. Reviewed-by: jdv, kaddepalli
Tue, 31 Jul 2018 21:23:56 +0300 8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch
dsamersoff [Tue, 31 Jul 2018 21:23:56 +0300] rev 51302
8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch Summary: fixed unexpected parameter location in arm32 LIR_Assembler Reviewed-by: dsamersoff, kvn
Tue, 31 Jul 2018 09:48:25 -0700 8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
epavlova [Tue, 31 Jul 2018 09:48:25 -0700] rev 51301
8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Reviewed-by: kvn
Mon, 30 Jul 2018 14:22:36 -0400 8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed [Mon, 30 Jul 2018 14:22:36 -0400] rev 51300
8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!' Reviewed-by: cjplummer
Fri, 27 Jul 2018 00:00:28 -0700 8208370: fix typo in ReservedStack tests' @requires
iignatyev [Fri, 27 Jul 2018 00:00:28 -0700] rev 51299
8208370: fix typo in ReservedStack tests' @requires Reviewed-by: kvn
Thu, 26 Jul 2018 23:59:46 -0700 8208358: update bug ids mentioned in tests
iignatyev [Thu, 26 Jul 2018 23:59:46 -0700] rev 51298
8208358: update bug ids mentioned in tests Reviewed-by: kvn
Thu, 26 Jul 2018 15:56:37 -0400 8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1
hseigel [Thu, 26 Jul 2018 15:56:37 -0400] rev 51297
8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1 Summary: Add code to skip over unknown attributes when class file version >= 11. Reviewed-by: lfoltan
Thu, 26 Jul 2018 11:53:59 -0700 8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
jcbeyler [Thu, 26 Jul 2018 11:53:59 -0700] rev 51296
8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64 Summary: Lower the interval rate and check GC objects too Reviewed-by: dcubed, sspitsyn Contributed-by: jcbeyler@google.com
Thu, 26 Jul 2018 10:23:33 -0700 8195156: [Graal] serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java fails with Graal in Xcomp mode
epavlova [Thu, 26 Jul 2018 10:23:33 -0700] rev 51295
8195156: [Graal] serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java fails with Graal in Xcomp mode Reviewed-by: kvn, sspitsyn
Thu, 26 Jul 2018 13:08:42 -0400 8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
dcubed [Thu, 26 Jul 2018 13:08:42 -0400] rev 51294
8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java Reviewed-by: hseigel, kvn
Fri, 03 Aug 2018 14:14:59 +0100 8208583: Better management of internal KeyStore buffers
coffeys [Fri, 03 Aug 2018 14:14:59 +0100] rev 51293
8208583: Better management of internal KeyStore buffers Reviewed-by: weijun
Fri, 03 Aug 2018 11:06:10 +0200 8205921: Optimizing best-of-2 work stealing queue selection
zgu [Fri, 03 Aug 2018 11:06:10 +0200] rev 51292
8205921: Optimizing best-of-2 work stealing queue selection Summary: Bias towards stealing from queues that we recently successfully stole from to decrease the number of unsuccessful steal attempts. Reviewed-by: eosterlund, kbarrett Contributed-by: Zhengyu Gu <zgu@redhat.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
Fri, 03 Aug 2018 09:57:10 +0100 8207775: Better management of CipherCore buffers
coffeys [Fri, 03 Aug 2018 09:57:10 +0100] rev 51291
8207775: Better management of CipherCore buffers Reviewed-by: ascarpino
Thu, 02 Aug 2018 22:14:54 -0400 8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
dcubed [Thu, 02 Aug 2018 22:14:54 -0400] rev 51290
8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile Reviewed-by: dholmes
Thu, 02 Aug 2018 16:16:02 -0700 8208701: Fix for JDK-8208655 causes test failures in CI tier1
iignatyev [Thu, 02 Aug 2018 16:16:02 -0700] rev 51289
8208701: Fix for JDK-8208655 causes test failures in CI tier1 Reviewed-by: dholmes, dcubed
Thu, 02 Aug 2018 16:15:48 -0700 8208699: remove unneeded imports from runtime tests
iignatyev [Thu, 02 Aug 2018 16:15:48 -0700] rev 51288
8208699: remove unneeded imports from runtime tests Reviewed-by: iklam
Thu, 02 Aug 2018 14:40:55 -0700 8208655: use JTreg skipped status in hotspot tests
iignatyev [Thu, 02 Aug 2018 14:40:55 -0700] rev 51287
8208655: use JTreg skipped status in hotspot tests Reviewed-by: kvn, hseigel, iklam
Thu, 02 Aug 2018 09:27:40 -0700 Added tag jdk-12+5 for changeset f8696e0ab9b7
prr [Thu, 02 Aug 2018 09:27:40 -0700] rev 51286
Added tag jdk-12+5 for changeset f8696e0ab9b7
Thu, 02 Aug 2018 11:13:00 -0400 8208635: Minimal VM build is broken after JDK-8199868 (Support JNI critical functions in object pinning API)
zgu [Thu, 02 Aug 2018 11:13:00 -0400] rev 51285
8208635: Minimal VM build is broken after JDK-8199868 (Support JNI critical functions in object pinning API) Summary: Added missing header file Reviewed-by: shade, gziemski
Tue, 31 Jul 2018 10:16:56 -0700 8208249: TriggerUnloadingByFillingMetaspace generates garbage class names
jcbeyler [Tue, 31 Jul 2018 10:16:56 -0700] rev 51284
8208249: TriggerUnloadingByFillingMetaspace generates garbage class names Summary: Put a ThreadLocal around the object to be thread safe Reviewed-by: tschatzl, iignatyev
Tue, 31 Jul 2018 12:24:47 -0700 8169004: Fix redundant @requires tags in tests
jcbeyler [Tue, 31 Jul 2018 12:24:47 -0700] rev 51283
8169004: Fix redundant @requires tags in tests Reviewed-by: tschatzl, iignatyev
Wed, 01 Aug 2018 09:23:24 -0700 8069343: Improve gc/g1/TestHumongousCodeCacheRoots.java to use jtreg @requires
jcbeyler [Wed, 01 Aug 2018 09:23:24 -0700] rev 51282
8069343: Improve gc/g1/TestHumongousCodeCacheRoots.java to use jtreg @requires Summary: Remove client test entirely and clean up test Reviewed-by: tschatzl, iignatyev
Tue, 31 Jul 2018 10:20:10 -0700 8208246: flags duplications in vmTestbase_vm_g1classunloading tests
jcbeyler [Tue, 31 Jul 2018 10:20:10 -0700] rev 51281
8208246: flags duplications in vmTestbase_vm_g1classunloading tests Summary: Remove duplicate flags for the classunloading tests Reviewed-by: tschatzl, iignatyev
Wed, 01 Aug 2018 23:06:33 -0700 8208647: switch jtreg to 4.2b13
iignatyev [Wed, 01 Aug 2018 23:06:33 -0700] rev 51280
8208647: switch jtreg to 4.2b13 Reviewed-by: kvn, dholmes, ihse
Wed, 01 Aug 2018 19:07:27 -0700 8185531: [TESTBUG] Improve test configuration for shared strings
mseledtsov [Wed, 01 Aug 2018 19:07:27 -0700] rev 51279
8185531: [TESTBUG] Improve test configuration for shared strings Summary: Added extra test configurations to the tests Reviewed-by: iklam, gziemski
Wed, 01 Aug 2018 19:14:04 -0400 8208611: Refactor SATBMarkQueue filtering to allow GC-specific filters
kbarrett [Wed, 01 Aug 2018 19:14:04 -0400] rev 51278
8208611: Refactor SATBMarkQueue filtering to allow GC-specific filters Summary: Add SATBMarkQueueFilter. Reviewed-by: tschatzl, eosterlund, rkennke
Wed, 01 Aug 2018 10:04:08 -0700 8174691: [TESTBUG] A number of native hotspot unit tests fail when executed in stand-alone mode
iignatyev [Wed, 01 Aug 2018 10:04:08 -0700] rev 51277
8174691: [TESTBUG] A number of native hotspot unit tests fail when executed in stand-alone mode Reviewed-by: kvn, tschatzl
Wed, 01 Aug 2018 09:33:56 -0700 8208080: Locale extensions via Service provider is not working for region extensions
naoto [Wed, 01 Aug 2018 09:33:56 -0700] rev 51276
8208080: Locale extensions via Service provider is not working for region extensions Reviewed-by: rriggs, nishjain
Wed, 01 Aug 2018 18:02:25 +0530 8208560: ChoiceFormat class has unused constants needs cleanup
nishjain [Wed, 01 Aug 2018 18:02:25 +0530] rev 51275
8208560: ChoiceFormat class has unused constants needs cleanup Reviewed-by: rriggs, naoto
Wed, 01 Aug 2018 12:36:02 +0530 8208484: color contrast issues in a couple of spec files
pmuthuswamy [Wed, 01 Aug 2018 12:36:02 +0530] rev 51274
8208484: color contrast issues in a couple of spec files Reviewed-by: jjg, ihse
Wed, 01 Aug 2018 02:21:02 -0400 8191006: hsdis disassembler plugin does not compile with binutils 2.29+
dbuck [Wed, 01 Aug 2018 02:21:02 -0400] rev 51273
8191006: hsdis disassembler plugin does not compile with binutils 2.29+ Summary: update call to disassembler() function to match new signature used by Binutils Reviewed-by: gromero, kvn
Wed, 01 Aug 2018 13:35:08 +0800 8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
weijun [Wed, 01 Aug 2018 13:35:08 +0800] rev 51272
8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer Reviewed-by: xuelei
Wed, 01 Aug 2018 01:40:44 -0400 8208541: non-ASCII characters in hsdis UPL text
dbuck [Wed, 01 Aug 2018 01:40:44 -0400] rev 51271
8208541: non-ASCII characters in hsdis UPL text Summary: replace Unicode left/right double quote pair with normal ASCII double quotes Reviewed-by: jrose
Tue, 31 Jul 2018 17:07:43 -0400 8208605: Fix for 8199868 breaks tier1 build
dcubed [Tue, 31 Jul 2018 17:07:43 -0400] rev 51270
8208605: Fix for 8199868 breaks tier1 build Summary: Move variable declarations to make studio compiler happy. Reviewed-by: kbarrett
Tue, 31 Jul 2018 15:57:52 -0400 8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException
coleenp [Tue, 31 Jul 2018 15:57:52 -0400] rev 51269
8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException Summary: fixed refactoring caused by JDK-8203820 Reviewed-by: dholmes, sspitsyn, cjplummer
Tue, 31 Jul 2018 14:24:10 -0400 8202171: Some oopDesc functions compare this with NULL
hseigel [Tue, 31 Jul 2018 14:24:10 -0400] rev 51268
8202171: Some oopDesc functions compare this with NULL Summary: Add Method* parameter and made verify* methods static to avoid 'this' comparison with NULL, Added NULL checks before calling print_on() methods. Reviewed-by: kbarrett, coleenp
Tue, 31 Jul 2018 13:12:06 -0400 8199868: Support JNI critical functions in object pinning API
zgu [Tue, 31 Jul 2018 13:12:06 -0400] rev 51267
8199868: Support JNI critical functions in object pinning API Summary: Pin/unpin incoming array arguments of critical native JNI call Reviewed-by: shade, adinn
Tue, 31 Jul 2018 16:49:51 +0100 8208524: IntelliJ support broken since 2018.2 jdk-12+5
mcimadamore [Tue, 31 Jul 2018 16:49:51 +0100] rev 51266
8208524: IntelliJ support broken since 2018.2 Summary: Move build.xml out of .idea folder Reviewed-by: stuefe
Tue, 31 Jul 2018 09:55:09 -0400 8208399: Metadata methods print_(value_)on_maybe_null() compare 'this' to NULL
hseigel [Tue, 31 Jul 2018 09:55:09 -0400] rev 51265
8208399: Metadata methods print_(value_)on_maybe_null() compare 'this' to NULL Summary: Add Method* parameter and make method static to avoid 'this' comparison with NULL Reviewed-by: lfoltan, gziemski, coleenp
Tue, 31 Jul 2018 07:35:16 -0400 8208499: NMT: Missing memory tag for Safepoint polling page
zgu [Tue, 31 Jul 2018 07:35:16 -0400] rev 51264
8208499: NMT: Missing memory tag for Safepoint polling page Summary: Added missing memory tag and cleanup memory type enum Reviewed-by: shade, coleenp
Mon, 30 Jul 2018 16:35:54 -0400 8207779: Method::is_valid_method() compares 'this' with NULL
hseigel [Mon, 30 Jul 2018 16:35:54 -0400] rev 51263
8207779: Method::is_valid_method() compares 'this' with NULL Summary: Add Method* parameter and make method static to avoid 'thi's comparison with NULL Reviewed-by: lfoltan, coleenp
Mon, 30 Jul 2018 14:08:30 -0400 8208084: Windows build failure - "'snprintf': identifier not found"
mvala [Mon, 30 Jul 2018 14:08:30 -0400] rev 51262
8208084: Windows build failure - "'snprintf': identifier not found" Reviewed-by: kbarrett, coleenp
Mon, 30 Jul 2018 14:22:36 -0400 8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed [Mon, 30 Jul 2018 14:22:36 -0400] rev 51261
8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!' Reviewed-by: cjplummer
Mon, 30 Jul 2018 11:52:05 +0530 8203791: Remove "compatibility" features from Table.java
pmuthuswamy [Mon, 30 Jul 2018 11:52:05 +0530] rev 51260
8203791: Remove "compatibility" features from Table.java Reviewed-by: jjg
Mon, 30 Jul 2018 09:06:14 +0800 8208363: test/jdk/java/lang/Package/PackageFromManifest.java missing module dependencies declaration
xyin [Mon, 30 Jul 2018 09:06:14 +0800] rev 51259
8208363: test/jdk/java/lang/Package/PackageFromManifest.java missing module dependencies declaration Reviewed-by: lancea, mchung
Fri, 27 Jul 2018 16:29:36 -0400 8171157: Convert ObjectMonitor_test to GTest
dcubed [Fri, 27 Jul 2018 16:29:36 -0400] rev 51258
8171157: Convert ObjectMonitor_test to GTest Summary: Migration of the ObjectMonitor test to GTest. Two GTests were actually created, one for ObjectMonitor and one for ObjectSynchronizer. Reviewed-by: dcubed, hseigel Contributed-by: patricio.chilano.mateo@oracle.com
Fri, 27 Jul 2018 14:20:07 +0530 8021322: [Fmt-Ch] Implementation of ChoiceFormat math methods should delegate to java.lang.Math methods
nishjain [Fri, 27 Jul 2018 14:20:07 +0530] rev 51257
8021322: [Fmt-Ch] Implementation of ChoiceFormat math methods should delegate to java.lang.Math methods Reviewed-by: naoto, darcy
Fri, 27 Jul 2018 09:49:03 +0200 8208297: Allow printing of taskqueue stats if compiled in in product builds
tschatzl [Fri, 27 Jul 2018 09:49:03 +0200] rev 51256
8208297: Allow printing of taskqueue stats if compiled in in product builds Reviewed-by: kbarrett
Thu, 26 Jul 2018 16:22:58 -0700 8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start
dtitov [Thu, 26 Jul 2018 16:22:58 -0700] rev 51255
8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start Reviewed-by: sspitsyn, cjplummer
Thu, 26 Jul 2018 11:53:59 -0700 8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
jcbeyler [Thu, 26 Jul 2018 11:53:59 -0700] rev 51254
8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64 Summary: Lower the interval rate and check GC objects too Reviewed-by: dcubed, sspitsyn Contributed-by: jcbeyler@google.com
Thu, 26 Jul 2018 11:31:15 -0700 8199155: Accessibility issues in jdk.jdi
amenkov [Thu, 26 Jul 2018 11:31:15 -0700] rev 51253
8199155: Accessibility issues in jdk.jdi Reviewed-by: dtitov, sspitsyn
Thu, 26 Jul 2018 13:08:42 -0400 8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
dcubed [Thu, 26 Jul 2018 13:08:42 -0400] rev 51252
8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java Reviewed-by: hseigel, kvn
Thu, 26 Jul 2018 10:00:40 -0700 Merge
prr [Thu, 26 Jul 2018 10:00:40 -0700] rev 51251
Merge
Thu, 26 Jul 2018 09:27:30 -0700 Added tag jdk-11+24 for changeset ea900a7dc7d7
prr [Thu, 26 Jul 2018 09:27:30 -0700] rev 51250
Added tag jdk-11+24 for changeset ea900a7dc7d7
Thu, 26 Jul 2018 10:25:33 -0300 8208164: (str) improve specification of String::lines
jlaskey [Thu, 26 Jul 2018 10:25:33 -0300] rev 51249
8208164: (str) improve specification of String::lines Reviewed-by: smarks
Mon, 23 Jul 2018 15:17:14 +0200 8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
simonis [Mon, 23 Jul 2018 15:17:14 +0200] rev 51248
8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior Reviewed-by: sspitsyn, cjplummer
Thu, 26 Jul 2018 14:15:24 +0530 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel [Thu, 26 Jul 2018 14:15:24 +0530] rev 51247
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale. Summary: generated display names for missing timezones at run time. Reviewed-by: naoto
Wed, 25 Jul 2018 22:48:53 -0700 8207948: JDK 11 L10n resource file update msg drop 10
ljiang [Wed, 25 Jul 2018 22:48:53 -0700] rev 51246
8207948: JDK 11 L10n resource file update msg drop 10 Reviewed-by: naoto
Thu, 26 Jul 2018 08:46:27 +0800 8206258: [Test Error] sun/security/pkcs11 tests fail if NSS libs not found
jjiang [Thu, 26 Jul 2018 08:46:27 +0800] rev 51245
8206258: [Test Error] sun/security/pkcs11 tests fail if NSS libs not found Summary: Improve the logics on skipping test Reviewed-by: valeriep
Wed, 25 Jul 2018 17:21:04 -0700 8208166: Still unable to use custom SSLEngine with default TrustManagerFactory after JDK-8207029
xuelei [Wed, 25 Jul 2018 17:21:04 -0700] rev 51244
8208166: Still unable to use custom SSLEngine with default TrustManagerFactory after JDK-8207029 Reviewed-by: ascarpino
Wed, 25 Jul 2018 17:22:25 -0400 8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
dcubed [Wed, 25 Jul 2018 17:22:25 -0400] rev 51243
8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java Reviewed-by: sspitsyn
Wed, 25 Jul 2018 13:15:36 -0700 8151259: [TESTBUG] nsk/jvmti/RedefineClasses/redefclass030 fails with "unexpected values of outer fields of the class" when running with -Xcomp
cjplummer [Wed, 25 Jul 2018 13:15:36 -0700] rev 51242
8151259: [TESTBUG] nsk/jvmti/RedefineClasses/redefclass030 fails with "unexpected values of outer fields of the class" when running with -Xcomp Summary: do a better job of handling compilations before execution Reviewed-by: sspitsyn, amenkov
Wed, 25 Jul 2018 15:38:37 -0400 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed [Wed, 25 Jul 2018 15:38:37 -0400] rev 51241
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' Reviewed-by: cjplummer
Wed, 25 Jul 2018 10:51:16 -0700 8207765: HeapMonitorTest.java intermittent failure
jcbeyler [Wed, 25 Jul 2018 10:51:16 -0700] rev 51240
8207765: HeapMonitorTest.java intermittent failure Summary: Lower the interval rate and check GC objects too Reviewed-by: dcubed, sspitsyn Contributed-by: jcbeyler@google.com
Wed, 25 Jul 2018 09:48:31 -0700 8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
jnimeh [Wed, 25 Jul 2018 09:48:31 -0700] rev 51239
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string Reviewed-by: xuelei
Wed, 25 Jul 2018 12:32:06 -0400 8208189: ProblemList compiler/graalunit/JttThreadsTest.java
dcubed [Wed, 25 Jul 2018 12:32:06 -0400] rev 51238
8208189: ProblemList compiler/graalunit/JttThreadsTest.java Reviewed-by: darcy
Wed, 25 Jul 2018 08:36:46 -0700 8208096: Update build documentation to reflect compiler upgrades at Oracle jdk-11+24
erikj [Wed, 25 Jul 2018 08:36:46 -0700] rev 51237
8208096: Update build documentation to reflect compiler upgrades at Oracle Reviewed-by: tbell
Wed, 25 Jul 2018 10:08:39 +0100 8207846: Generalize the jdk.net.includeInExceptions security property
chegar [Wed, 25 Jul 2018 10:08:39 +0100] rev 51236
8207846: Generalize the jdk.net.includeInExceptions security property Reviewed-by: alanb, michaelm, rriggs, mullan
Tue, 24 Jul 2018 12:12:16 -0700 8203230: update VerifyCACerts test
rhalade [Tue, 24 Jul 2018 12:12:16 -0700] rev 51235
8203230: update VerifyCACerts test Reviewed-by: mullan
Tue, 24 Jul 2018 10:35:25 -0700 8208075: Quarantine vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
cjplummer [Tue, 24 Jul 2018 10:35:25 -0700] rev 51234
8208075: Quarantine vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java Summary: add test to ProblemsList.txt Reviewed-by: sspitsyn
Tue, 24 Jul 2018 12:57:40 +0200 8207392: [PPC64] Implement JFR profiling.
ghaug [Tue, 24 Jul 2018 12:57:40 +0200] rev 51233
8207392: [PPC64] Implement JFR profiling. Reviewed-by: simonis, goetz
Tue, 24 Jul 2018 10:07:26 +0100 8207960: Non-negative WINDOW_UPDATE increments may leave the stream window size negative
chegar [Tue, 24 Jul 2018 10:07:26 +0100] rev 51232
8207960: Non-negative WINDOW_UPDATE increments may leave the stream window size negative Reviewed-by: michaelm
Mon, 23 Jul 2018 11:47:03 +0100 8207959: The initial value of SETTINGS_MAX_CONCURRENT_STREAMS should have no limit
chegar [Mon, 23 Jul 2018 11:47:03 +0100] rev 51231
8207959: The initial value of SETTINGS_MAX_CONCURRENT_STREAMS should have no limit Reviewed-by: michaelm
Tue, 24 Jul 2018 13:55:57 +0800 8208111: Problem list java/nio/channels/Selector/RacyDeregister.java
mli [Tue, 24 Jul 2018 13:55:57 +0800] rev 51230
8208111: Problem list java/nio/channels/Selector/RacyDeregister.java Reviewed-by: alanb
Mon, 23 Jul 2018 23:18:19 +0000 8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized
valeriep [Mon, 23 Jul 2018 23:18:19 +0000] rev 51229
8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized Summary: Changed SunRsaSign and SunMSCAPI provider to return null and updated javadoc Reviewed-by: weijun, mullan
Mon, 23 Jul 2018 12:01:43 -0700 8207383: [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
dlong [Mon, 23 Jul 2018 12:01:43 -0700] rev 51228
8207383: [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset" Reviewed-by: kvn
Mon, 23 Jul 2018 14:41:06 -0400 8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
dcubed [Mon, 23 Jul 2018 14:41:06 -0400] rev 51227
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java Reviewed-by: sspitsyn
Mon, 23 Jul 2018 19:58:43 +0530 8206445: JImageListTest.java failed in Windows
sdama [Mon, 23 Jul 2018 19:58:43 +0530] rev 51226
8206445: JImageListTest.java failed in Windows Summary: Added System.gc() call to address unmapped jimage files Reviewed-by: alanb
Thu, 19 Jul 2018 16:56:05 -0400 8189922: UseNUMA memory interleaving vs membind
gromero [Thu, 19 Jul 2018 16:56:05 -0400] rev 51225
8189922: UseNUMA memory interleaving vs membind Reviewed-by: gromero, drwhite, dholmes, tschatzl Contributed-by: Swati Sharma <swatibits14@gmail.com>
Sun, 22 Jul 2018 20:00:39 -0700 8207252: C1 still does eden allocations when TLAB is enabled
jcbeyler [Sun, 22 Jul 2018 20:00:39 -0700] rev 51224
8207252: C1 still does eden allocations when TLAB is enabled Summary: Only do eden allocations when TLAB is disabled Reviewed-by: kbarrett, jrose, tschatzl, iveresov Contributed-by: jcbeyler@google.com
Mon, 23 Jul 2018 10:02:10 +0800 8207952: Problem-list 3 sctp tests
xiaofeya [Mon, 23 Jul 2018 10:02:10 +0800] rev 51223
8207952: Problem-list 3 sctp tests Reviewed-by: chegar
Sat, 21 Jul 2018 21:46:42 +0800 8207223: SSL Handshake failures are reported with more generic SSLException
weijun [Sat, 21 Jul 2018 21:46:42 +0800] rev 51222
8207223: SSL Handshake failures are reported with more generic SSLException Reviewed-by: xuelei
Fri, 20 Jul 2018 18:03:23 -0400 8203820: [TESTBUG] vmTestbase/metaspace/staticReferences/StaticReferences.java timed out
coleenp [Fri, 20 Jul 2018 18:03:23 -0400] rev 51221
8203820: [TESTBUG] vmTestbase/metaspace/staticReferences/StaticReferences.java timed out Summary: Moved InMemoryJavaCompiler out of loops or reduced loops with InMemoryJavaCompiler Reviewed-by: vromero, jiangli
Fri, 20 Jul 2018 14:34:51 -0700 8206865: RMI activation tests fail with InvalidClassException
smarks [Fri, 20 Jul 2018 14:34:51 -0700] rev 51220
8206865: RMI activation tests fail with InvalidClassException Reviewed-by: darcy, alanb, mchung
Fri, 20 Jul 2018 11:39:52 -0700 8206241: compiler/graalunit/PhasesCommonTest.java fails with java.lang.Error: TESTBUG: no tests found for prefix org.graalvm.compiler.phases.common.test
epavlova [Fri, 20 Jul 2018 11:39:52 -0700] rev 51219
8206241: compiler/graalunit/PhasesCommonTest.java fails with java.lang.Error: TESTBUG: no tests found for prefix org.graalvm.compiler.phases.common.test Reviewed-by: kvn
Fri, 20 Jul 2018 11:39:37 -0700 8207915: [AOT] jaotc w/ '--ignore-errors' should ignore illegal class files
iignatyev [Fri, 20 Jul 2018 11:39:37 -0700] rev 51218
8207915: [AOT] jaotc w/ '--ignore-errors' should ignore illegal class files Reviewed-by: kvn
Fri, 20 Jul 2018 10:12:34 -0700 8206886: Java does not set the default format locale correctly on mac10.13
naoto [Fri, 20 Jul 2018 10:12:34 -0700] rev 51217
8206886: Java does not set the default format locale correctly on mac10.13 Reviewed-by: rriggs
Fri, 20 Jul 2018 09:55:15 -0700 8204196: integer cleanup
ascarpino [Fri, 20 Jul 2018 09:55:15 -0700] rev 51216
8204196: integer cleanup Reviewed-by: xuelei
Fri, 20 Jul 2018 09:07:37 -0700 8207365: Make man pages optional
erikj [Fri, 20 Jul 2018 09:07:37 -0700] rev 51215
8207365: Make man pages optional Reviewed-by: tbell
Fri, 20 Jul 2018 09:46:57 +0200 8207830: [aix] disable jfr in build and tests
goetz [Fri, 20 Jul 2018 09:46:57 +0200] rev 51214
8207830: [aix] disable jfr in build and tests Reviewed-by: kvn, erikj
Fri, 20 Jul 2018 09:33:49 +0200 8207766: [testbug] Adapt tests for Aix.
goetz [Fri, 20 Jul 2018 09:33:49 +0200] rev 51213
8207766: [testbug] Adapt tests for Aix. Reviewed-by: clanger, mbaesken
Fri, 20 Jul 2018 01:23:38 -0700 8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
rraghavan [Fri, 20 Jul 2018 01:23:38 -0700] rev 51212
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError Summary: Added required uses statement Reviewed-by: dnsimon, kvn
Fri, 20 Jul 2018 15:24:42 +0800 8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently
mli [Fri, 20 Jul 2018 15:24:42 +0800] rev 51211
8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently Reviewed-by: alanb
Thu, 19 Jul 2018 18:21:24 -0700 8207765: HeapMonitorStatIntervalTest.java fails with ZGC
jcbeyler [Thu, 19 Jul 2018 18:21:24 -0700] rev 51210
8207765: HeapMonitorStatIntervalTest.java fails with ZGC Summary: Add a calculation of array sizes before test to satisfy ZGC support Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Fri, 20 Jul 2018 08:40:14 +0800 8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently
mli [Fri, 20 Jul 2018 08:40:14 +0800] rev 51209
8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently Reviewed-by: alanb
Wed, 11 Jul 2018 13:55:38 -0400 8207056: Epsilon GC to support object pinning
zgu [Wed, 11 Jul 2018 13:55:38 -0400] rev 51208
8207056: Epsilon GC to support object pinning Summary: Epsilon GC to use object pinning to avoid expensive GCLocker Reviewed-by: shade, rkennke
Thu, 19 Jul 2018 14:25:42 -0700 8207243: Fix translation filtering to also support zh_HK and zh_TW
erikj [Thu, 19 Jul 2018 14:25:42 -0700] rev 51207
8207243: Fix translation filtering to also support zh_HK and zh_TW Reviewed-by: tbell
Thu, 19 Jul 2018 13:41:56 -0700 8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation.
kvn [Thu, 19 Jul 2018 13:41:56 -0700] rev 51206
8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation. Reviewed-by: twisti, dnsimon, never
Thu, 19 Jul 2018 21:46:52 +0300 8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test
bulasevich [Thu, 19 Jul 2018 21:46:52 +0300] rev 51205
8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test Reviewed-by: shade
Thu, 26 Jul 2018 09:30:58 -0700 Added tag jdk-12+4 for changeset 499b873761d8
prr [Thu, 26 Jul 2018 09:30:58 -0700] rev 51204
Added tag jdk-12+4 for changeset 499b873761d8
Fri, 27 Jul 2018 00:54:39 +0900 8205992: jhsdb cannot attach to Java processes running in Docker containers
ysuenaga [Fri, 27 Jul 2018 00:54:39 +0900] rev 51203
8205992: jhsdb cannot attach to Java processes running in Docker containers Reviewed-by: cjplummer, jgeorge
Thu, 26 Jul 2018 10:56:58 -0400 8208183: update HSDIS plugin license to UPL
dbuck [Thu, 26 Jul 2018 10:56:58 -0400] rev 51202
8208183: update HSDIS plugin license to UPL Reviewed-by: simonis, adinn, jrose
Wed, 25 Jul 2018 17:26:35 -0700 8208227: tools/jdeps/DotFileTest.java fails on Win-X64
jjg [Wed, 25 Jul 2018 17:26:35 -0700] rev 51201
8208227: tools/jdeps/DotFileTest.java fails on Win-X64 Reviewed-by: darcy
Wed, 25 Jul 2018 17:22:26 -0700 8208200: Add missing periods to sentences in RoundEnvironment specs
darcy [Wed, 25 Jul 2018 17:22:26 -0700] rev 51200
8208200: Add missing periods to sentences in RoundEnvironment specs Reviewed-by: jjg
Wed, 25 Jul 2018 17:22:25 -0400 8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
dcubed [Wed, 25 Jul 2018 17:22:25 -0400] rev 51199
8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java Reviewed-by: sspitsyn
Wed, 25 Jul 2018 12:54:58 -0700 8208201: Update SourceVersion.RELEASE_11 docs to mention var for lambda param
darcy [Wed, 25 Jul 2018 12:54:58 -0700] rev 51198
8208201: Update SourceVersion.RELEASE_11 docs to mention var for lambda param Reviewed-by: jjg
Wed, 25 Jul 2018 21:47:40 +0200 8204970: Remaing object comparisons need to use oopDesc::equals()
rkennke [Wed, 25 Jul 2018 21:47:40 +0200] rev 51197
8204970: Remaing object comparisons need to use oopDesc::equals() Reviewed-by: eosterlund, zgu
Wed, 25 Jul 2018 15:38:37 -0400 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed [Wed, 25 Jul 2018 15:38:37 -0400] rev 51196
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' Reviewed-by: cjplummer
Wed, 25 Jul 2018 10:51:16 -0700 8207765: HeapMonitorTest.java intermittent failure
jcbeyler [Wed, 25 Jul 2018 10:51:16 -0700] rev 51195
8207765: HeapMonitorTest.java intermittent failure Summary: Lower the interval rate and check GC objects too Reviewed-by: dcubed, sspitsyn Contributed-by: jcbeyler@google.com
Wed, 25 Jul 2018 12:32:59 -0700 8190886: package-info handling in RoundEnvironment.getElementsAnnotatedWith
darcy [Wed, 25 Jul 2018 12:32:59 -0700] rev 51194
8190886: package-info handling in RoundEnvironment.getElementsAnnotatedWith Reviewed-by: vromero, jlahoda
Wed, 25 Jul 2018 12:32:06 -0400 8208189: ProblemList compiler/graalunit/JttThreadsTest.java
dcubed [Wed, 25 Jul 2018 12:32:06 -0400] rev 51193
8208189: ProblemList compiler/graalunit/JttThreadsTest.java Reviewed-by: darcy
Wed, 25 Jul 2018 11:03:07 +0800 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/ jdk-12+4
xyin [Wed, 25 Jul 2018 11:03:07 +0800] rev 51192
8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/ Reviewed-by: vtewari, rriggs
Tue, 24 Jul 2018 08:58:32 -0700 8208157: requires.VMProps throws NPE for missing properties in "release" file
shurailine [Tue, 24 Jul 2018 08:58:32 -0700] rev 51191
8208157: requires.VMProps throws NPE for missing properties in "release" file Reviewed-by: iignatyev, lancea
Tue, 24 Jul 2018 11:37:43 -0700 8207214: Broken links in JDK API serialized-form page
jjg [Tue, 24 Jul 2018 11:37:43 -0700] rev 51190
8207214: Broken links in JDK API serialized-form page Reviewed-by: hannesw
Tue, 24 Jul 2018 09:27:42 +0200 8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug]
mbaesken [Tue, 24 Jul 2018 09:27:42 +0200] rev 51189
8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug] Reviewed-by: goetz, psadhukhan
Thu, 19 Jul 2018 11:04:46 +0200 8207395: jar has issues with UNC-path arguments for the jar -C parameter [windows]
mbaesken [Thu, 19 Jul 2018 11:04:46 +0200] rev 51188
8207395: jar has issues with UNC-path arguments for the jar -C parameter [windows] Reviewed-by: goetz, sherman
Mon, 23 Jul 2018 22:07:55 -0700 8207314: Unnecessary reallocation when constructing WeakHashMap from a large Map
igerasim [Mon, 23 Jul 2018 22:07:55 -0700] rev 51187
8207314: Unnecessary reallocation when constructing WeakHashMap from a large Map Reviewed-by: martin
Mon, 23 Jul 2018 18:29:35 -0700 8207262: enable applications/ctw/modules/java_desktop_2.java test again
kvn [Mon, 23 Jul 2018 18:29:35 -0700] rev 51186
8207262: enable applications/ctw/modules/java_desktop_2.java test again Reviewed-by: iignatyev
Mon, 23 Jul 2018 14:41:06 -0400 8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
dcubed [Mon, 23 Jul 2018 14:41:06 -0400] rev 51185
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java Reviewed-by: sspitsyn
Mon, 23 Jul 2018 11:38:28 -0400 8207849: Allow the addition of more number to the Java version string
tonyp [Mon, 23 Jul 2018 11:38:28 -0400] rev 51184
8207849: Allow the addition of more number to the Java version string Reviewed-by: erikj
Mon, 23 Jul 2018 17:32:04 +0200 8207953: Remove dead code in G1CopyingKeepAliveClosure
tschatzl [Mon, 23 Jul 2018 17:32:04 +0200] rev 51183
8207953: Remove dead code in G1CopyingKeepAliveClosure Reviewed-by: kbarrett
Fri, 20 Jul 2018 14:48:41 -0700 8205493: OptionSmokeTest.java uses hard-coded release values
vromero [Fri, 20 Jul 2018 14:48:41 -0700] rev 51182
8205493: OptionSmokeTest.java uses hard-coded release values Reviewed-by: darcy
Fri, 20 Jul 2018 14:46:43 -0700 8208060: Additional corrections of serial-related declarations
darcy [Fri, 20 Jul 2018 14:46:43 -0700] rev 51181
8208060: Additional corrections of serial-related declarations Reviewed-by: rriggs, lancea
Fri, 20 Jul 2018 12:19:28 -0700 8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
iklam [Fri, 20 Jul 2018 12:19:28 -0700] rev 51180
8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass Reviewed-by: jiangli
Fri, 20 Jul 2018 14:52:11 -0400 8207359: Make SymbolTable increment_refcount disallow zero
coleenp [Fri, 20 Jul 2018 14:52:11 -0400] rev 51179
8207359: Make SymbolTable increment_refcount disallow zero Summary: Use cmpxchg for non permanent symbol refcounting, and pack refcount and length into an int. Reviewed-by: gziemski, kbarrett, iklam
Fri, 20 Jul 2018 11:55:05 -0700 8206075: On x86, assert on unbound assembler Labels used as branch targets
kvn [Fri, 20 Jul 2018 11:55:05 -0700] rev 51178
8206075: On x86, assert on unbound assembler Labels used as branch targets Reviewed-by: kvn, mdoerr, phh Contributed-by: xxinliu@amazon.com
Wed, 18 Jul 2018 00:23:06 -0700 8193462: Fix Filer handling of package-info initial elements
darcy [Wed, 18 Jul 2018 00:23:06 -0700] rev 51177
8193462: Fix Filer handling of package-info initial elements Reviewed-by: vromero
Wed, 18 Jul 2018 00:16:37 -0700 8193214: Incorrect annotations.without.processors warnings with JDK 9
darcy [Wed, 18 Jul 2018 00:16:37 -0700] rev 51176
8193214: Incorrect annotations.without.processors warnings with JDK 9 Reviewed-by: vromero
Thu, 19 Jul 2018 18:21:24 -0700 8207765: HeapMonitorStatIntervalTest.java fails with ZGC
jcbeyler [Thu, 19 Jul 2018 18:21:24 -0700] rev 51175
8207765: HeapMonitorStatIntervalTest.java fails with ZGC Summary: Add a calculation of array sizes before test to satisfy ZGC support Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Fri, 20 Jul 2018 09:15:54 -0400 8207855: Make applications/jcstress invoke tests in batches
ctornqvi [Fri, 20 Jul 2018 09:15:54 -0400] rev 51174
8207855: Make applications/jcstress invoke tests in batches Reviewed-by: kvn, iignatyev
Thu, 19 Jul 2018 16:53:33 -0700 8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails
dtitov [Thu, 19 Jul 2018 16:53:33 -0700] rev 51173
8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails Reviewed-by: sspitsyn, cjplummer
Thu, 19 Jul 2018 15:13:10 -0700 8206874: Evaluate LoadClassFromJava6CreatedJarTest.java after dropping -source 6
vromero [Thu, 19 Jul 2018 15:13:10 -0700] rev 51172
8206874: Evaluate LoadClassFromJava6CreatedJarTest.java after dropping -source 6 Reviewed-by: darcy
Thu, 19 Jul 2018 13:41:26 -0700 8207753: Handle to process snapshot is leaked if Process32First() fails
igerasim [Thu, 19 Jul 2018 13:41:26 -0700] rev 51171
8207753: Handle to process snapshot is leaked if Process32First() fails Reviewed-by: rriggs
Thu, 19 Jul 2018 12:55:24 -0700 8207202: [Graal] compiler/graalunit/CoreTest.java fails
never [Thu, 19 Jul 2018 12:55:24 -0700] rev 51170
8207202: [Graal] compiler/graalunit/CoreTest.java fails Reviewed-by: kvn
Thu, 19 Jul 2018 11:15:38 -0700 8206886: Java does not set the default format locale correctly on mac10.13
naoto [Thu, 19 Jul 2018 11:15:38 -0700] rev 51169
8206886: Java does not set the default format locale correctly on mac10.13 Reviewed-by: rriggs
Thu, 19 Jul 2018 10:53:38 -0700 Merge
prr [Thu, 19 Jul 2018 10:53:38 -0700] rev 51168
Merge
Thu, 19 Jul 2018 13:49:44 +0530 8206343: There is a typo in the java documentation of javax.swing.JScrollBar.
kaddepalli [Thu, 19 Jul 2018 13:49:44 +0530] rev 51167
8206343: There is a typo in the java documentation of javax.swing.JScrollBar. Reviewed-by: prr, mhalder
Thu, 12 Jul 2018 11:09:23 -0700 Merge
prr [Thu, 12 Jul 2018 11:09:23 -0700] rev 51166
Merge
Tue, 03 Jul 2018 16:09:25 +0530 8195991: [TEST_BUG]:Regression manual Test java/awt/TrayIcon/RightClickWhenBalloonDisplayed/RightClickWhenBalloonDisplayed.html fails
sveerabhadra [Tue, 03 Jul 2018 16:09:25 +0530] rev 51165
8195991: [TEST_BUG]:Regression manual Test java/awt/TrayIcon/RightClickWhenBalloonDisplayed/RightClickWhenBalloonDisplayed.html fails Reviewed-by: serb, mhalder
Mon, 02 Jul 2018 14:31:33 +0530 8197810: Test java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html fails on Windows
kaddepalli [Mon, 02 Jul 2018 14:31:33 +0530] rev 51164
8197810: Test java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html fails on Windows Reviewed-by: serb, pbansal
Thu, 19 Jul 2018 10:17:22 -0700 Merge
prr [Thu, 19 Jul 2018 10:17:22 -0700] rev 51163
Merge
Thu, 19 Jul 2018 12:57:12 -0400 8206456: [TESTBUG] docker jtreg tests fail on systems without cpuset.effective_cpus / cpuset.effective_mem
bobv [Thu, 19 Jul 2018 12:57:12 -0400] rev 51162
8206456: [TESTBUG] docker jtreg tests fail on systems without cpuset.effective_cpus / cpuset.effective_mem Reviewed-by: mbaesken, mchung
Thu, 19 Jul 2018 09:42:15 -0700 Added tag jdk-11+23 for changeset 1edcf36fe15f
prr [Thu, 19 Jul 2018 09:42:15 -0700] rev 51161
Added tag jdk-11+23 for changeset 1edcf36fe15f
Wed, 18 Jul 2018 20:54:12 -0700 8207819: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java
sspitsyn [Wed, 18 Jul 2018 20:54:12 -0700] rev 51160
8207819: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java Summary: Problem list the test Reviewed-by: cjplummer
Thu, 19 Jul 2018 10:30:24 +0800 8207818: Problem list several rmi tests
amlu [Thu, 19 Jul 2018 10:30:24 +0800] rev 51159
8207818: Problem list several rmi tests Reviewed-by: darcy
Fri, 22 Jun 2018 17:08:00 -0700 8205491: adjust reflective access checks
smarks [Fri, 22 Jun 2018 17:08:00 -0700] rev 51158
8205491: adjust reflective access checks Reviewed-by: alanb, mchung, igerasim, rhalade, ahgross
Thu, 07 Jun 2018 18:21:29 +0530 8200666: Improve LDAP support
vtewari [Thu, 07 Jun 2018 18:21:29 +0530] rev 51157
8200666: Improve LDAP support Reviewed-by: rpatil, skoivu, rhalade, chegar, rriggs, mullan Contributed-by: vyom.tewari@oracle.com
Thu, 31 May 2018 11:31:20 -0700 8197925: Better stack walking
smarks [Thu, 31 May 2018 11:31:20 -0700] rev 51156
8197925: Better stack walking Reviewed-by: alanb, skoivu, rriggs, igerasim, rhalade, darcy
Mon, 09 Apr 2018 14:10:56 -0400 8200332: Improve GCM counting
apetcher [Mon, 09 Apr 2018 14:10:56 -0400] rev 51155
8200332: Improve GCM counting Reviewed-by: ascarpino
Thu, 15 Mar 2018 16:04:30 -0700 8199547: Exception to Pattern Syntax
sherman [Thu, 15 Mar 2018 16:04:30 -0700] rev 51154
8199547: Exception to Pattern Syntax Reviewed-by: rriggs
Mon, 05 Feb 2018 14:18:22 -0800 8196224: Even better Internet address support
igerasim [Mon, 05 Feb 2018 14:18:22 -0800] rev 51153
8196224: Even better Internet address support Reviewed-by: chegar, rriggs, rhalade, vtewari
Wed, 31 Jan 2018 18:13:13 -0800 8191239: Improve desktop file usage
serb [Wed, 31 Jan 2018 18:13:13 -0800] rev 51152
8191239: Improve desktop file usage Reviewed-by: prr, rhalade, aghaisas
Thu, 18 Jan 2018 13:55:26 +0530 8193419: Better Internet address support
vtewari [Thu, 18 Jan 2018 13:55:26 +0530] rev 51151
8193419: Better Internet address support Reviewed-by: chegar, rriggs, igerasim, skoivu, rhalade
Wed, 18 Jul 2018 14:44:04 -0700 8207761: Split compiler/graalunit/JttReflectFTest.java
epavlova [Wed, 18 Jul 2018 14:44:04 -0700] rev 51150
8207761: Split compiler/graalunit/JttReflectFTest.java Reviewed-by: kvn
Sun, 24 Jun 2018 17:11:17 -0400 8205578: jtreg: Fix failing TestRTMAbortRatio on PPC64
gromero [Sun, 24 Jun 2018 17:11:17 -0400] rev 51149
8205578: jtreg: Fix failing TestRTMAbortRatio on PPC64 Reviewed-by: iignatyev, kvn
Sat, 23 Jun 2018 18:02:46 -0400 8205390: jtreg: Fix failing TestRTMSpinLoopCount on PPC64
gromero [Sat, 23 Jun 2018 18:02:46 -0400] rev 51148
8205390: jtreg: Fix failing TestRTMSpinLoopCount on PPC64 Reviewed-by: kvn, iignatyev
Fri, 06 Jul 2018 16:25:07 -0400 8205582: PPC64: RTM: Fix counter for aborts on nested transactions
gromero [Fri, 06 Jul 2018 16:25:07 -0400] rev 51147
8205582: PPC64: RTM: Fix counter for aborts on nested transactions Reviewed-by: mdoerr, goetz
Tue, 26 Jun 2018 08:33:17 -0400 8205581: PPC64: RTM: Fix abort on native calls
gromero [Tue, 26 Jun 2018 08:33:17 -0400] rev 51146
8205581: PPC64: RTM: Fix abort on native calls Reviewed-by: mdoerr, goetz
Sun, 24 Jun 2018 21:48:42 -0400 8205580: PPC64: RTM: Don't retry lock on abort if abort was intentional
gromero [Sun, 24 Jun 2018 21:48:42 -0400] rev 51145
8205580: PPC64: RTM: Don't retry lock on abort if abort was intentional Reviewed-by: mdoerr, goetz
Wed, 18 Jul 2018 13:24:25 -0700 8207380: compiler/graalunit/JttLangMTest.java timeout
epavlova [Wed, 18 Jul 2018 13:24:25 -0700] rev 51144
8207380: compiler/graalunit/JttLangMTest.java timeout Reviewed-by: kvn
Wed, 11 Jul 2018 08:44:00 +0200 8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
shade [Wed, 11 Jul 2018 08:44:00 +0200] rev 51143
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log Reviewed-by: vlivanov, never
Thu, 19 Jul 2018 00:14:40 +0800 8202837: PBES2 AlgorithmId encoding error in PKCS12 KeyStore
weijun [Thu, 19 Jul 2018 00:14:40 +0800] rev 51142
8202837: PBES2 AlgorithmId encoding error in PKCS12 KeyStore Reviewed-by: xuelei
Thu, 19 Jul 2018 00:14:29 +0800 8207250: setUseClientMode post handshake with the same value as before does not throw IAE
weijun [Thu, 19 Jul 2018 00:14:29 +0800] rev 51141
8207250: setUseClientMode post handshake with the same value as before does not throw IAE Reviewed-by: xuelei
Wed, 18 Jul 2018 11:57:51 -0400 8207763: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java failed with Error. Parse Exception: Can't find source file: HeapMonitorStatIntervalTest.java jdk-11+23
jcbeyler [Wed, 18 Jul 2018 11:57:51 -0400] rev 51140
8207763: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java failed with Error. Parse Exception: Can't find source file: HeapMonitorStatIntervalTest.java Summary: Rename the test. Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Wed, 18 Jul 2018 11:27:14 +0200 8207342: error occurred during error reporting (printing register info)
mdoerr [Wed, 18 Jul 2018 11:27:14 +0200] rev 51139
8207342: error occurred during error reporting (printing register info) Summary: os::print_location misses a check if the pointer is readable. Reviewed-by: goetz, coleenp
Tue, 17 Jul 2018 19:59:38 -0700 8205725: Update the JVMTI Spec for Heap Sampling
jcbeyler [Tue, 17 Jul 2018 19:59:38 -0700] rev 51138
8205725: Update the JVMTI Spec for Heap Sampling Summary: Update the JVMTI Spec for Heap Sampling Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Tue, 17 Jul 2018 17:52:03 -0700 8205652: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java fails
jcbeyler [Tue, 17 Jul 2018 17:52:03 -0700] rev 51137
8205652: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java fails Summary: Fix the StatRateTest test from the HeapMonitor package Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Tue, 17 Jul 2018 15:09:27 -0700 8205541: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java fails with Should not have any events stored yet.
jcbeyler [Tue, 17 Jul 2018 15:09:27 -0700] rev 51136
8205541: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java fails with Should not have any events stored yet. Summary: Fix StatArray and StatObject tests from the HeapMonitor package Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Tue, 17 Jul 2018 11:20:16 -0700 8207261: [Graal] JDI and JDWP tests that consume all memory should be filtered out to not run with Graal
dtitov [Tue, 17 Jul 2018 11:20:16 -0700] rev 51135
8207261: [Graal] JDI and JDWP tests that consume all memory should be filtered out to not run with Graal Reviewed-by: sspitsyn, cjplummer
Tue, 17 Jul 2018 13:04:40 -0400 8206929: Check session context for TLS 1.3 session resumption
apetcher [Tue, 17 Jul 2018 13:04:40 -0400] rev 51134
8206929: Check session context for TLS 1.3 session resumption Summary: additional checks to prevent TLS 1.3 sessions from being resumed when they shouldn't Reviewed-by: xuelei
Tue, 17 Jul 2018 19:25:45 +0300 8207240: AARCH64: C2-only VM does not build
dpochepk [Tue, 17 Jul 2018 19:25:45 +0300] rev 51133
8207240: AARCH64: C2-only VM does not build Reviewed-by: shade Contributed-by: aleksei.voitylov@bell-sw.com
Tue, 17 Jul 2018 15:28:17 +0100 8207345: AArch64: Trampoline generation code reads from unitialized memory
aph [Tue, 17 Jul 2018 15:28:17 +0100] rev 51132
8207345: AArch64: Trampoline generation code reads from unitialized memory Reviewed-by: shade
Tue, 17 Jul 2018 22:22:00 +0800 8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore
weijun [Tue, 17 Jul 2018 22:22:00 +0800] rev 51131
8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore Reviewed-by: mullan
Tue, 17 Jul 2018 09:37:24 -0400 Merge
coleenp [Tue, 17 Jul 2018 09:37:24 -0400] rev 51130
Merge
Tue, 10 Jul 2018 11:13:33 -0400 8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
coleenp [Tue, 10 Jul 2018 11:13:33 -0400] rev 51129
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread Summary: Only fetch Node::next once and use that result. Reviewed-by: hseigel, dholmes
Tue, 17 Jul 2018 12:22:41 +0100 8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher
chegar [Tue, 17 Jul 2018 12:22:41 +0100] rev 51128
8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher Reviewed-by: michaelm
Tue, 17 Jul 2018 16:49:55 +0530 8207190: JDK 11 javadoc generates bad code example
pmuthuswamy [Tue, 17 Jul 2018 16:49:55 +0530] rev 51127
8207190: JDK 11 javadoc generates bad code example Reviewed-by: sundar
Mon, 16 Jul 2018 15:09:19 -0700 8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
dlong [Mon, 16 Jul 2018 15:09:19 -0700] rev 51126
8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap Reviewed-by: kvn
Mon, 16 Jul 2018 10:58:28 -0700 8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
bpb [Mon, 16 Jul 2018 10:58:28 -0700] rev 51125
8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx) Summary: Assume extended attributes are only explicitly enable on ext3 Reviewed-by: mbaesken, alanb
Mon, 16 Jul 2018 16:57:37 +0200 8206271: CodeHeap State Analytics must digest new method state
lucy [Mon, 16 Jul 2018 16:57:37 +0200] rev 51124
8206271: CodeHeap State Analytics must digest new method state Reviewed-by: kvn, mdoerr, thartmann
Mon, 16 Jul 2018 16:31:33 +0200 8207032: Compilation succeeds without checking readability when --add-exports used
jlahoda [Mon, 16 Jul 2018 16:31:33 +0200] rev 51123
8207032: Compilation succeeds without checking readability when --add-exports used Summary: Ensuring --add-exports are only propagated when the target module reads the exporting module. Reviewed-by: vromero, jjg
Mon, 16 Jul 2018 12:58:49 +0200 8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance.
jlahoda [Mon, 16 Jul 2018 12:58:49 +0200] rev 51122
8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance. Summary: Caching the results of Elements.getTypeElement/getPackageElement Reviewed-by: darcy
Sun, 15 Jul 2018 20:15:17 +0300 8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
dsamersoff [Sun, 15 Jul 2018 20:15:17 +0300] rev 51121
8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr Summary: Limit flag range to don't overflow 12bit instruction operand Reviewed-by: aph, dsamersoff Contributed-by: boris.ulasevich@bell-sw.com
Fri, 13 Jul 2018 17:42:24 +0200 8207233: Minor improvements of jdk C-coding
goetz [Fri, 13 Jul 2018 17:42:24 +0200] rev 51120
8207233: Minor improvements of jdk C-coding Reviewed-by: rriggs, prr
Thu, 19 Jul 2018 09:46:29 -0700 Added tag jdk-12+3 for changeset 990db216e719
prr [Thu, 19 Jul 2018 09:46:29 -0700] rev 51119
Added tag jdk-12+3 for changeset 990db216e719
Thu, 19 Jul 2018 09:20:08 -0700 8207816: Align declaration of SerializedLambda.readResolve with serialization conventions
darcy [Thu, 19 Jul 2018 09:20:08 -0700] rev 51118
8207816: Align declaration of SerializedLambda.readResolve with serialization conventions Reviewed-by: briangoetz
Thu, 19 Jul 2018 16:22:19 +0800 8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed
mli [Thu, 19 Jul 2018 16:22:19 +0800] rev 51117
8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed Reviewed-by: alanb, simonis
Wed, 18 Jul 2018 16:13:21 -0700 8203263: Remove unnecessary throws clauses from serialization-related methods
darcy [Wed, 18 Jul 2018 16:13:21 -0700] rev 51116
8203263: Remove unnecessary throws clauses from serialization-related methods Reviewed-by: prr
Wed, 18 Jul 2018 14:32:46 -0700 8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
jnimeh [Wed, 18 Jul 2018 14:32:46 -0700] rev 51115
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string Reviewed-by: xuelei
Wed, 18 Jul 2018 09:50:04 -0700 8203230: update VerifyCACerts test jdk-12+3
rhalade [Wed, 18 Jul 2018 09:50:04 -0700] rev 51114
8203230: update VerifyCACerts test Reviewed-by: mullan
Wed, 18 Jul 2018 08:27:53 -0700 8207751: Remove misleading serialVersionUID from JulienFields.Field
darcy [Wed, 18 Jul 2018 08:27:53 -0700] rev 51113
8207751: Remove misleading serialVersionUID from JulienFields.Field Reviewed-by: lancea
Wed, 18 Jul 2018 09:46:03 -0400 8189717: Too much documentation of ProcessBuilder.start copied to ProcessBuilder.startPipeline
rriggs [Wed, 18 Jul 2018 09:46:03 -0400] rev 51112
8189717: Too much documentation of ProcessBuilder.start copied to ProcessBuilder.startPipeline Reviewed-by: bpb, lancea
Wed, 18 Jul 2018 07:39:54 +0100 8207393: ServiceLoader class description improvements
alanb [Wed, 18 Jul 2018 07:39:54 +0100] rev 51111
8207393: ServiceLoader class description improvements Reviewed-by: alanb, lancea Contributed-by: alex.buckley@oracle.com
Tue, 17 Jul 2018 17:36:27 -0700 8206863: A closed JarVerifier.VerifierStream should throw IOException
martin [Tue, 17 Jul 2018 17:36:27 -0700] rev 51110
8206863: A closed JarVerifier.VerifierStream should throw IOException Reviewed-by: rasbold Contributed-by: Tobias Thierer <tobiast@google.com>, Martin Buchholz <martinrb@google.com>
Tue, 17 Jul 2018 17:17:16 -0700 8207750: Native handle leak in java.io.WinNTFileSystem.list()
igerasim [Tue, 17 Jul 2018 17:17:16 -0700] rev 51109
8207750: Native handle leak in java.io.WinNTFileSystem.list() Reviewed-by: bpb
Tue, 17 Jul 2018 16:22:26 -0700 8207748: Fix for 8202794 breaks tier1 builds
bpb [Tue, 17 Jul 2018 16:22:26 -0700] rev 51108
8207748: Fix for 8202794 breaks tier1 builds Reviewed-by: kbarrett, darcy
Tue, 17 Jul 2018 17:14:03 -0400 8205610: [TESTLIB] Improve listing of open file descriptors
rriggs [Tue, 17 Jul 2018 17:14:03 -0400] rev 51107
8205610: [TESTLIB] Improve listing of open file descriptors Reviewed-by: lancea
Tue, 17 Jul 2018 15:59:47 -0400 8202353: os::readdir should use readdir instead of readdir_r
kbarrett [Tue, 17 Jul 2018 15:59:47 -0400] rev 51106
8202353: os::readdir should use readdir instead of readdir_r 8202835: jfr/event/os/TestSystemProcess.java fails on missing events Summary: os::readdir uses POSIX readdir, drop buffer arg, fix JFR uses. Reviewed-by: coleenp, tschatzl, bsrbnd
Tue, 17 Jul 2018 12:03:10 -0700 8202794: Native Unix code should use readdir rather than readdir_r
bpb [Tue, 17 Jul 2018 12:03:10 -0700] rev 51105
8202794: Native Unix code should use readdir rather than readdir_r Reviewed-by: alanb, bsrbnd Contributed-by: Bernard Blaser <bsrbnd@gmail.com>
Tue, 17 Jul 2018 11:58:53 -0700 8204591: Expire/remove the UseAppCDS option in JDK 12
ccheung [Tue, 17 Jul 2018 11:58:53 -0700] rev 51104
8204591: Expire/remove the UseAppCDS option in JDK 12 Reviewed-by: jiangli, mseledtsov, iklam
Tue, 17 Jul 2018 14:28:56 +0200 8207229: Trees.getScope crashes for broken lambda
jlahoda [Tue, 17 Jul 2018 14:28:56 +0200] rev 51103
8207229: Trees.getScope crashes for broken lambda 8207230: Trees.getScope runs Analyzers Reviewed-by: vromero
Tue, 17 Jul 2018 08:10:48 +0100 8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed
alanb [Tue, 17 Jul 2018 08:10:48 +0100] rev 51102
8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed Reviewed-by: bpb
Mon, 16 Jul 2018 21:53:49 -0700 8207248: Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests
darcy [Mon, 16 Jul 2018 21:53:49 -0700] rev 51101
8207248: Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests Reviewed-by: vromero
Mon, 16 Jul 2018 10:58:28 -0700 8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
bpb [Mon, 16 Jul 2018 10:58:28 -0700] rev 51100
8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx) Summary: Assume extended attributes are only explicitly enable on ext3 Reviewed-by: mbaesken, alanb
Mon, 16 Jul 2018 10:07:22 -0700 8207016: Avoid redundant native memory allocation in getFinalPath()
igerasim [Mon, 16 Jul 2018 10:07:22 -0700] rev 51099
8207016: Avoid redundant native memory allocation in getFinalPath() Reviewed-by: alanb
Mon, 16 Jul 2018 08:59:39 -0700 8207321: Merge error with 8199779
rhalade [Mon, 16 Jul 2018 08:59:39 -0700] rev 51098
8207321: Merge error with 8199779 Reviewed-by: mullan
Mon, 16 Jul 2018 11:34:17 -0400 8205611: Improve the wording of LinkageErrors to include module and class loader information
lfoltan [Mon, 16 Jul 2018 11:34:17 -0400] rev 51097
8205611: Improve the wording of LinkageErrors to include module and class loader information Summary: Clean up the wording of loader constraint violations to include the module and class loader information. Reviewed-by: coleenp, goetz, hseigel
Mon, 16 Jul 2018 09:06:33 -0400 8178712: ResourceMark may be missing inside initialize_[vi]table
lfoltan [Mon, 16 Jul 2018 09:06:33 -0400] rev 51096
8178712: ResourceMark may be missing inside initialize_[vi]table Summary: Clean up use of ResourceMark within initialize_[vi]table. Reviewed-by: ccheung, iklam, jiangli
Thu, 12 Jul 2018 16:28:31 +0200 8207057: No debug info for assembler files
sgehwolf [Thu, 12 Jul 2018 16:28:31 +0200] rev 51095
8207057: No debug info for assembler files Summary: Generate debug info for assembler files as needed. Reviewed-by: erikj
Mon, 16 Jul 2018 12:35:25 +0200 8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance.
jlahoda [Mon, 16 Jul 2018 12:35:25 +0200] rev 51094
8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance. Summary: Caching the results of Elements.getTypeElement/getPackageElement Reviewed-by: darcy
Sun, 15 Jul 2018 18:16:55 +0300 8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
dsamersoff [Sun, 15 Jul 2018 18:16:55 +0300] rev 51093
8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr Summary: Limit flag range to don't overflow 12bit instruction operand Reviewed-by: aph, dsamersoff Contributed-by: boris.ulasevich@bell-sw.com
Sat, 14 Jul 2018 02:14:54 +0200 Merge
jwilhelm [Sat, 14 Jul 2018 02:14:54 +0200] rev 51092
Merge
Fri, 13 Jul 2018 13:00:36 -0700 8207213: The help-doc.html generated by the doclet is incomplete
jjg [Fri, 13 Jul 2018 13:00:36 -0700] rev 51091
8207213: The help-doc.html generated by the doclet is incomplete Reviewed-by: hannesw
Fri, 13 Jul 2018 11:13:34 -0700 8207065: Cleanup compiler tests for Client VM
kvn [Fri, 13 Jul 2018 11:13:34 -0700] rev 51090
8207065: Cleanup compiler tests for Client VM Reviewed-by: kvn, iignatyev Contributed-by: aleksei.voitylov@bell-sw.com
Fri, 13 Jul 2018 09:48:52 -0700 8199779: Add T-Systems, GlobalSign and Starfield services root certificates
rhalade [Fri, 13 Jul 2018 09:48:52 -0700] rev 51089
8199779: Add T-Systems, GlobalSign and Starfield services root certificates Reviewed-by: mullan
Fri, 13 Jul 2018 18:39:11 +0200 8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE
redestad [Fri, 13 Jul 2018 18:39:11 +0200] rev 51088
8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE Reviewed-by: alanb
Thu, 12 Jul 2018 22:53:35 -0700 8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
dtitov [Thu, 12 Jul 2018 22:53:35 -0700] rev 51087
8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][] Reviewed-by: sspitsyn, amenkov
Fri, 13 Jul 2018 10:42:30 -0400 8206915: XDH TCK issues
apetcher [Fri, 13 Jul 2018 10:42:30 -0400] rev 51086
8206915: XDH TCK issues Summary: Fixing a couple of conformance issues in XDH Reviewed-by: mullan
Fri, 13 Jul 2018 15:44:54 +0200 8200282: Serializing non-zero byte as zero to ByteBuffer
roland [Fri, 13 Jul 2018 15:44:54 +0200] rev 51085
8200282: Serializing non-zero byte as zero to ByteBuffer Summary: arraycopy converted as a series of loads/stores uses wrong slice for loads Reviewed-by: kvn, thartmann
Fri, 13 Jul 2018 07:08:59 -0700 8207029: Unable to use custom SSLEngine with default TrustManagerFactory after updating to JDK 11 b21
xuelei [Fri, 13 Jul 2018 07:08:59 -0700] rev 51084
8207029: Unable to use custom SSLEngine with default TrustManagerFactory after updating to JDK 11 b21 Reviewed-by: wetmore
Fri, 13 Jul 2018 07:01:51 -0700 8207047: Multiple VM variants build fail
bulasevich [Fri, 13 Jul 2018 07:01:51 -0700] rev 51083
8207047: Multiple VM variants build fail Reviewed-by: erikj
Fri, 13 Jul 2018 11:07:43 +0200 8206998: [test] runtime/ElfDecoder/TestElfDirectRead.java requires longer timeout on ppc64
simonis [Fri, 13 Jul 2018 11:07:43 +0200] rev 51082
8206998: [test] runtime/ElfDecoder/TestElfDirectRead.java requires longer timeout on ppc64 Reviewed-by: zgu, dholmes
Wed, 11 Jul 2018 19:23:27 +0200 8207067: [test] prevent timeouts in serviceability/tmtools/jstat/{GcTest02,GcCauseTest02}.java
simonis [Wed, 11 Jul 2018 19:23:27 +0200] rev 51081
8207067: [test] prevent timeouts in serviceability/tmtools/jstat/{GcTest02,GcCauseTest02}.java Reviewed-by: dholmes, goetz
Wed, 11 Jul 2018 15:00:33 +0800 8206975: AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal
zyao [Wed, 11 Jul 2018 15:00:33 +0800] rev 51080
8206975: AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal Reviewed-by: adinn, aph
Fri, 13 Jul 2018 01:31:23 -0700 8206873: 2 Null pointer dereference defect groups in LIRGenerator
rraghavan [Fri, 13 Jul 2018 01:31:23 -0700] rev 51079
8206873: 2 Null pointer dereference defect groups in LIRGenerator Summary: Added missing assert statements Reviewed-by: kvn, thartmann
Thu, 12 Jul 2018 16:31:28 +0200 8207049: Minor improvements of compiler code.
goetz [Thu, 12 Jul 2018 16:31:28 +0200] rev 51078
8207049: Minor improvements of compiler code. Reviewed-by: kvn, mdoerr
Fri, 13 Jul 2018 11:21:55 +0800 8202481: RegisterDuringSelect.java fails with java.util.concurrent.ExecutionException: java.nio.channels.ClosedSelectorException
xiaofeya [Fri, 13 Jul 2018 11:21:55 +0800] rev 51077
8202481: RegisterDuringSelect.java fails with java.util.concurrent.ExecutionException: java.nio.channels.ClosedSelectorException 8207023: Add trace info to java/nio/channels/Selector/RegisterDuringSelect.java Reviewed-by: alanb
Thu, 12 Jul 2018 17:32:37 -0700 8207217: Problem list java/lang/management/ThreadMXBean/AllThreadIds.java
mikael [Thu, 12 Jul 2018 17:32:37 -0700] rev 51076
8207217: Problem list java/lang/management/ThreadMXBean/AllThreadIds.java Reviewed-by: dholmes
Thu, 12 Jul 2018 15:02:41 -0700 8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java
mikael [Thu, 12 Jul 2018 15:02:41 -0700] rev 51075
8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java Reviewed-by: prr
Thu, 12 Jul 2018 12:00:52 -0700 8206960: HeapMonitor tests fail with Graal
jcbeyler [Thu, 12 Jul 2018 12:00:52 -0700] rev 51074
8206960: HeapMonitor tests fail with Graal Summary: Remove checking lines and disable VMEventsTest when using Graal Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Thu, 12 Jul 2018 11:57:06 -0700 8206953: compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
kvn [Thu, 12 Jul 2018 11:57:06 -0700] rev 51073
8206953: compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled Summary: restore original behavior when C2 is used Reviewed-by: thartmann, mdoerr, dnsimon, gdub
Thu, 12 Jul 2018 11:24:10 -0700 8207152: Placeholder for Japanese new era should be two characters
naoto [Thu, 12 Jul 2018 11:24:10 -0700] rev 51072
8207152: Placeholder for Japanese new era should be two characters Reviewed-by: rriggs
Wed, 11 Jul 2018 15:35:47 -0700 8207027: Lookup.accessClass fails for an array type in the same package when assertions are enabled
psandoz [Wed, 11 Jul 2018 15:35:47 -0700] rev 51071
8207027: Lookup.accessClass fails for an array type in the same package when assertions are enabled Reviewed-by: redestad, mchung
Wed, 11 Jul 2018 16:11:10 +0200 8206977: Minor improvements of runtime code.
goetz [Wed, 11 Jul 2018 16:11:10 +0200] rev 51070
8206977: Minor improvements of runtime code. Reviewed-by: coleenp, lfoltan
Thu, 12 Jul 2018 16:30:47 +0200 8207001: *.obj.log files get truncated causing unreliable incremental builds on Windows
erikj [Thu, 12 Jul 2018 16:30:47 +0200] rev 51069
8207001: *.obj.log files get truncated causing unreliable incremental builds on Windows Reviewed-by: erikj, tbell Contributed-by: ralf.schmelter@sap.com
Thu, 12 Jul 2018 07:14:30 -0700 8206903: Unable to build Client VM with JVMCI
erikj [Thu, 12 Jul 2018 07:14:30 -0700] rev 51068
8206903: Unable to build Client VM with JVMCI Reviewed-by: erikj, kvn Contributed-by: aleksei.voitylov@bell-sw.com
Thu, 12 Jul 2018 17:34:36 +0530 8206238: Aspect ratio is not maintained when Image is scaled in JEditorPane
kaddepalli [Thu, 12 Jul 2018 17:34:36 +0530] rev 51067
8206238: Aspect ratio is not maintained when Image is scaled in JEditorPane Reviewed-by: prr, sveerabhadra
Thu, 12 Jul 2018 13:40:20 +0200 Added tag jdk-11+22 for changeset 9937ef7499dc
jwilhelm [Thu, 12 Jul 2018 13:40:20 +0200] rev 51066
Added tag jdk-11+22 for changeset 9937ef7499dc
Thu, 12 Jul 2018 15:17:18 +0530 8204860: The frame could be resized by dragging a corner of the frame with the mouse
mhalder [Thu, 12 Jul 2018 15:17:18 +0530] rev 51065
8204860: The frame could be resized by dragging a corner of the frame with the mouse Reviewed-by: prr, psadhukhan
Thu, 12 Jul 2018 09:13:55 +0200 8207006: serviceability/sa/TestUniverse.java#id0 crashes with EpsilonGC and AOT
shade [Thu, 12 Jul 2018 09:13:55 +0200] rev 51064
8207006: serviceability/sa/TestUniverse.java#id0 crashes with EpsilonGC and AOT Reviewed-by: twisti, kvn
Thu, 12 Jul 2018 08:44:39 +0800 8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
weijun [Thu, 12 Jul 2018 08:44:39 +0800] rev 51063
8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error Reviewed-by: xuelei
Wed, 11 Jul 2018 14:54:35 -0700 8207068: Add Entrust root certificates
rhalade [Wed, 11 Jul 2018 14:54:35 -0700] rev 51062
8207068: Add Entrust root certificates Reviewed-by: weijun
Wed, 11 Jul 2018 14:47:43 -0700 8206980: ZonedDateTime could not parse timezone name with zh_CN locale correctly.
naoto [Wed, 11 Jul 2018 14:47:43 -0700] rev 51061
8206980: ZonedDateTime could not parse timezone name with zh_CN locale correctly. Reviewed-by: rriggs
Tue, 10 Jul 2018 15:29:25 -0700 8205643: HeapMonitorGCCMSTest fails with Graal
jcbeyler [Tue, 10 Jul 2018 15:29:25 -0700] rev 51060
8205643: HeapMonitorGCCMSTest fails with Graal Summary: Do not run HeapMonitorGCCMSTest with Graal Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Thu, 12 Jul 2018 15:02:41 -0700 8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java
mikael [Thu, 12 Jul 2018 15:02:41 -0700] rev 51059
8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java Reviewed-by: prr
Sat, 14 Jul 2018 07:31:26 +0800 8206443: Update security libs manual test to cope with removal of javac -source/-target 6
jjiang [Sat, 14 Jul 2018 07:31:26 +0800] rev 51058
8206443: Update security libs manual test to cope with removal of javac -source/-target 6 Summary: Change compile -source/-target from 1.6 to 1.7 Reviewed-by: xuelei
Fri, 13 Jul 2018 13:58:17 -0400 8206470: Incorrect use of os::lasterror in ClassListParser
coleenp [Fri, 13 Jul 2018 13:58:17 -0400] rev 51057
8206470: Incorrect use of os::lasterror in ClassListParser Summary: The change is for future-proof the code in case errno gets overwritten inside the allocation logic. Reviewed-by: dholmes Contributed-by: patricio.chilano.mateo@oracle.com
Sun, 03 Jun 2018 23:33:00 -0700 8204267: Generate comments in -XX:+PrintInterpreter to link to source code
iklam [Sun, 03 Jun 2018 23:33:00 -0700] rev 51056
8204267: Generate comments in -XX:+PrintInterpreter to link to source code Summary: Changed __ macro to use Disassembler::hook() Reviewed-by: coleenp, aph
Fri, 13 Jul 2018 10:10:51 -0700 8201513: nsk/jvmti/IterateThroughHeap/filter-* are broken
amenkov [Fri, 13 Jul 2018 10:10:51 -0700] rev 51055
8201513: nsk/jvmti/IterateThroughHeap/filter-* are broken Reviewed-by: sspitsyn, cjplummer
Fri, 13 Jul 2018 14:04:59 +0530 8193444: SimpleDateFormat throws ArrayIndexOutOfBoundsException when format contains long sequences of unicode characters
nishjain [Fri, 13 Jul 2018 14:04:59 +0530] rev 51054
8193444: SimpleDateFormat throws ArrayIndexOutOfBoundsException when format contains long sequences of unicode characters Reviewed-by: naoto, rriggs
Thu, 12 Jul 2018 22:53:35 -0700 8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
dtitov [Thu, 12 Jul 2018 22:53:35 -0700] rev 51053
8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][] Reviewed-by: sspitsyn, amenkov
Fri, 13 Jul 2018 02:36:42 +0000 8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)
valeriep [Fri, 13 Jul 2018 02:36:42 +0000] rev 51052
8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73) Summary: Do bounds check per encryption/decryption call instead of per block Reviewed-by: ascarpino, redestad
Thu, 12 Jul 2018 08:44:39 +0800 8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
weijun [Thu, 12 Jul 2018 08:44:39 +0800] rev 51051
8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error Reviewed-by: xuelei
Thu, 12 Jul 2018 17:29:48 -0700 8207011: Remove uses of the register storage class specifier
mikael [Thu, 12 Jul 2018 17:29:48 -0700] rev 51050
8207011: Remove uses of the register storage class specifier Reviewed-by: kbarrett, kvn
Thu, 12 Jul 2018 10:41:44 -0400 8206007: nsk/jdb/exclude001 test is taking a long time on some builds
gadams [Thu, 12 Jul 2018 10:41:44 -0400] rev 51049
8206007: nsk/jdb/exclude001 test is taking a long time on some builds Reviewed-by: cjplummer, sspitsyn
Thu, 12 Jul 2018 13:32:45 -0700 8139876: Exclude hanging nsk/stress/stack from execution with deoptimization enabled
lmesnik [Thu, 12 Jul 2018 13:32:45 -0700] rev 51048
8139876: Exclude hanging nsk/stress/stack from execution with deoptimization enabled Reviewed-by: kvn, mseledtsov
Thu, 12 Jul 2018 14:13:15 -0700 8028563: Remove javac support for 6/1.6 source and target values
darcy [Thu, 12 Jul 2018 14:13:15 -0700] rev 51047
8028563: Remove javac support for 6/1.6 source and target values Reviewed-by: jjg, erikj, henryjen
Thu, 12 Jul 2018 12:06:22 -0700 8194680: StartElement#getAttributes and getNamespaces refer to incorrect package
joehw [Thu, 12 Jul 2018 12:06:22 -0700] rev 51046
8194680: StartElement#getAttributes and getNamespaces refer to incorrect package Reviewed-by: jjg, lancea
Thu, 12 Jul 2018 11:32:14 -0700 8206122: Use Queue in place of ArrayList when need to remove first element
igerasim [Thu, 12 Jul 2018 11:32:14 -0700] rev 51045
8206122: Use Queue in place of ArrayList when need to remove first element Reviewed-by: martin, jjg, vromero
Thu, 12 Jul 2018 11:18:01 -0700 8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block
igerasim [Thu, 12 Jul 2018 11:18:01 -0700] rev 51044
8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block Reviewed-by: vtewari, rriggs
Thu, 12 Jul 2018 06:04:57 -0700 8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0
igerasim [Thu, 12 Jul 2018 06:04:57 -0700] rev 51043
8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0 Reviewed-by: alanb
Wed, 11 Jul 2018 13:55:38 -0400 8207056: Epsilon GC to support object pinning
zgu [Wed, 11 Jul 2018 13:55:38 -0400] rev 51042
8207056: Epsilon GC to support object pinning Summary: Epsilon GC to use object pinning to avoid expensive GCLocker Reviewed-by: shade, rkennke
Thu, 12 Jul 2018 12:22:54 +0200 Added tag jdk-12+2 for changeset 69b438908512
jwilhelm [Thu, 12 Jul 2018 12:22:54 +0200] rev 51041
Added tag jdk-12+2 for changeset 69b438908512
Wed, 11 Jul 2018 16:12:18 -0700 8207055: Make javac -help output for -source and -target more informative
darcy [Wed, 11 Jul 2018 16:12:18 -0700] rev 51040
8207055: Make javac -help output for -source and -target more informative Reviewed-by: jjg
Wed, 11 Jul 2018 14:32:42 -0700 8207005: Disable the file canonicalization cache by default
bchristi [Wed, 11 Jul 2018 14:32:42 -0700] rev 51039
8207005: Disable the file canonicalization cache by default Reviewed-by: alanb, bpb
Wed, 11 Jul 2018 21:41:43 +0200 Merge
jwilhelm [Wed, 11 Jul 2018 21:41:43 +0200] rev 51038
Merge
Wed, 11 Jul 2018 15:08:44 -0400 8207044: minimal vm build fail: missing #include
bulasevich [Wed, 11 Jul 2018 15:08:44 -0400] rev 51037
8207044: minimal vm build fail: missing #include Summary: Add missing #include Reviewed-by: kbarrett, shade Contributed-by: boris.ulasevich@bell-sw.com
Wed, 11 Jul 2018 11:17:09 -0700 8205967: Remove sun/security/krb5/auto/UnboundSSL.java from ProblemList.txt
rhalade [Wed, 11 Jul 2018 11:17:09 -0700] rev 51036
8205967: Remove sun/security/krb5/auto/UnboundSSL.java from ProblemList.txt Reviewed-by: xuelei, rhalade Contributed-by: Andrew Wong <andrew.w.wong@oracle.com>
Tue, 10 Jul 2018 10:24:08 -0700 8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 51035
8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition" Reviewed-by: martin, psandoz, dholmes, tschatzl
Tue, 10 Jul 2018 11:36:36 +0200 8206919: s390: add missing info to vm_version_ext_s390 jdk-11+22
ghaug [Tue, 10 Jul 2018 11:36:36 +0200] rev 51034
8206919: s390: add missing info to vm_version_ext_s390 Reviewed-by: simonis, mdoerr
Wed, 11 Jul 2018 13:41:25 +0300 8202264: Race condition in AudioClip.loop()
serb [Wed, 11 Jul 2018 13:41:25 +0300] rev 51033
8202264: Race condition in AudioClip.loop() Reviewed-by: prr
Wed, 11 Jul 2018 13:17:48 +0300 8205973: Client jtreg ProblemList cleanup
serb [Wed, 11 Jul 2018 13:17:48 +0300] rev 51032
8205973: Client jtreg ProblemList cleanup Reviewed-by: prr
Wed, 11 Jul 2018 10:39:58 +0800 8199645: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with Connection reset
jjiang [Wed, 11 Jul 2018 10:39:58 +0800] rev 51031
8199645: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with Connection reset Summary: Refactor this test with SSLSocketTemplate Reviewed-by: xuelei
Tue, 10 Jul 2018 19:42:48 -0700 8206135: Building jvm with AOT but without JVMCI should fail at configure time
kvn [Tue, 10 Jul 2018 19:42:48 -0700] rev 51030
8206135: Building jvm with AOT but without JVMCI should fail at configure time Reviewed-by: erikj
Tue, 10 Jul 2018 16:14:48 -0700 8207007: Add missing license header to zHash.inline.hpp
mikael [Tue, 10 Jul 2018 16:14:48 -0700] rev 51029
8207007: Add missing license header to zHash.inline.hpp Reviewed-by: tschatzl, pliden
Tue, 10 Jul 2018 13:54:17 -0700 8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt
epavlova [Tue, 10 Jul 2018 13:54:17 -0700] rev 51028
8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt Reviewed-by: kvn
Tue, 10 Jul 2018 13:34:32 -0400 8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list #
kbarrett [Tue, 10 Jul 2018 13:34:32 -0400] rev 51027
8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list # Summary: Run test in safepoint. Reviewed-by: tschatzl, ehelin
Tue, 10 Jul 2018 15:33:55 +0200 8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
thartmann [Tue, 10 Jul 2018 15:33:55 +0200] rev 51026
8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout Summary: Do not acquire the MethodCompileQueue_lock in CompileBroker::print_compile_queues(). Reviewed-by: kvn, kbarrett, dholmes
Tue, 10 Jul 2018 15:09:34 +0200 8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp
tschatzl [Tue, 10 Jul 2018 15:09:34 +0200] rev 51025
8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp Summary: A less or equal than should be less than. Reviewed-by: ehelin, kbarrett
Fri, 29 Jun 2018 17:59:44 +0200 8202123: C2 Crash in Node::in(unsigned int) const+0x14
roland [Fri, 29 Jun 2018 17:59:44 +0200] rev 51024
8202123: C2 Crash in Node::in(unsigned int) const+0x14 Reviewed-by: kvn, thartmann
Tue, 10 Jul 2018 03:14:55 -0400 8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
dholmes [Tue, 10 Jul 2018 03:14:55 -0400] rev 51023
8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid Summary: Run the new runtime/jni/terminatedThread/TestTerminatedThread.java test in othervm mode Reviewed-by: alanb, mikael
Mon, 09 Jul 2018 22:20:02 -0700 8206952: java/lang/Class/GetPackageBootLoaderChildLayer.java fails with Graal
kvn [Mon, 09 Jul 2018 22:20:02 -0700] rev 51022
8206952: java/lang/Class/GetPackageBootLoaderChildLayer.java fails with Graal Summary: don't run test with Graal Reviewed-by: mchung, epavlova
Tue, 10 Jul 2018 10:59:57 +0800 8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms
jjiang [Tue, 10 Jul 2018 10:59:57 +0800] rev 51021
8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms Summary: Add unit tests for ChaCha20Cipher, ChaCha20Poly1305Parameters and Poly1305 Reviewed-by: xuelei, jnimeh
Mon, 09 Jul 2018 20:17:32 -0400 8205878: pthread_getcpuclockid is expected to return 0 code
dholmes [Mon, 09 Jul 2018 20:17:32 -0400] rev 51020
8205878: pthread_getcpuclockid is expected to return 0 code Reviewed-by: cjplummer, amenkov, coleenp
Mon, 09 Jul 2018 14:21:33 -0700 8206323: Missing some legal notices in docs bundle
erikj [Mon, 09 Jul 2018 14:21:33 -0700] rev 51019
8206323: Missing some legal notices in docs bundle Reviewed-by: mchung, tbell
Mon, 09 Jul 2018 13:26:59 -0700 8185740: The help-doc.html generated by the doclet is outdated
jjg [Mon, 09 Jul 2018 13:26:59 -0700] rev 51018
8185740: The help-doc.html generated by the doclet is outdated Reviewed-by: sundar
Mon, 09 Jul 2018 13:25:08 -0700 8194740: UseSubwordForMaxVector causes performance regression
vdeshpande [Mon, 09 Jul 2018 13:25:08 -0700] rev 51017
8194740: UseSubwordForMaxVector causes performance regression Reviewed-by: kvn, thartmann
Mon, 09 Jul 2018 11:15:55 -0700 8206287: fix legal notice in hotspot tests
iignatyev [Mon, 09 Jul 2018 11:15:55 -0700] rev 51016
8206287: fix legal notice in hotspot tests Reviewed-by: kvn, hseigel
Mon, 09 Jul 2018 10:25:55 -0700 8206106: [solaris sparc] jck tests api/javax_print/PrintService failing
prr [Mon, 09 Jul 2018 10:25:55 -0700] rev 51015
8206106: [solaris sparc] jck tests api/javax_print/PrintService failing Reviewed-by: simonis, erikj
Mon, 09 Jul 2018 10:23:17 -0700 8205646: Broken link in jdk.jsobject
prr [Mon, 09 Jul 2018 10:23:17 -0700] rev 51014
8205646: Broken link in jdk.jsobject Reviewed-by: serb
Mon, 09 Jul 2018 09:09:21 -0700 8206433: Several jib profiles missing autoconf dependency
erikj [Mon, 09 Jul 2018 09:09:21 -0700] rev 51013
8206433: Several jib profiles missing autoconf dependency Reviewed-by: tbell
Mon, 09 Jul 2018 19:09:29 +0300 8205588: Deprecate for removal com.sun.awt.SecurityWarning
serb [Mon, 09 Jul 2018 19:09:29 +0300] rev 51012
8205588: Deprecate for removal com.sun.awt.SecurityWarning Reviewed-by: prr, kaddepalli
Mon, 09 Jul 2018 12:51:58 +0200 8206408: Add missing CPU/system info to vm_version_ext on PPC64
ghaug [Mon, 09 Jul 2018 12:51:58 +0200] rev 51011
8206408: Add missing CPU/system info to vm_version_ext on PPC64 Reviewed-by: mdoerr, simonis
Mon, 09 Jul 2018 16:36:05 +0300 8201611: Broken links in java.desktop javadoc
serb [Mon, 09 Jul 2018 16:36:05 +0300] rev 51010
8201611: Broken links in java.desktop javadoc Reviewed-by: prr, kaddepalli
Mon, 09 Jul 2018 15:26:58 +0200 8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
mdoerr [Mon, 09 Jul 2018 15:26:58 +0200] rev 51009
8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2 Reviewed-by: goetz
Mon, 09 Jul 2018 09:38:11 +0100 8206163: AArch64: incorrect code generation for StoreCM
adinn [Mon, 09 Jul 2018 09:38:11 +0100] rev 51008
8206163: AArch64: incorrect code generation for StoreCM Summary: StoreCM may require planting a StoreStore barrier Reviewed-by: aph, zyao, roland
Mon, 09 Jul 2018 10:19:51 +0200 8205426: Humongous continues remembered set does not match humongous start region one after Remark
tschatzl [Mon, 09 Jul 2018 10:19:51 +0200] rev 51007
8205426: Humongous continues remembered set does not match humongous start region one after Remark Summary: Remembered set states for humongous objects crossing an internal per-thread processing threshold could synchronized if the humongous continues regions were processed first. Reviewed-by: ehelin, kbarrett
Mon, 09 Jul 2018 12:20:56 +0800 8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule
weijun [Mon, 09 Jul 2018 12:20:56 +0800] rev 51006
8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule Reviewed-by: xuelei
Sun, 08 Jul 2018 20:00:46 -0400 8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
dholmes [Sun, 08 Jul 2018 20:00:46 -0400] rev 51005
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc Reviewed-by: mikael, sspitsyn
Sun, 08 Jul 2018 11:54:08 +0200 8203943: eventThreadGroup was null in TestJavaBlockedEvent.java
mgronlun [Sun, 08 Jul 2018 11:54:08 +0200] rev 51004
8203943: eventThreadGroup was null in TestJavaBlockedEvent.java Reviewed-by: egahlin
Fri, 06 Jul 2018 12:10:43 -0700 8204630: Generating an anonymous class with Filer#createClassFile causes an NPE in JavacProcessingEnvironment
cushon [Fri, 06 Jul 2018 12:10:43 -0700] rev 51003
8204630: Generating an anonymous class with Filer#createClassFile causes an NPE in JavacProcessingEnvironment Reviewed-by: jlahoda
Fri, 06 Jul 2018 13:45:41 -0700 8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler
kvn [Fri, 06 Jul 2018 13:45:41 -0700] rev 51002
8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler Summary: select maximum default values for JVMCI Reviewed-by: dnsimon, iveresov
Fri, 06 Jul 2018 10:39:38 -0700 8206375: ProblemList update of bug ID for SwingFontMetricsTest
prr [Fri, 06 Jul 2018 10:39:38 -0700] rev 51001
8206375: ProblemList update of bug ID for SwingFontMetricsTest Reviewed-by: serb
Fri, 06 Jul 2018 10:37:47 -0700 8206428: Upgrade JDK11 to harfbuzz 1.8.2
prr [Fri, 06 Jul 2018 10:37:47 -0700] rev 51000
8206428: Upgrade JDK11 to harfbuzz 1.8.2 Reviewed-by: serb
Fri, 06 Jul 2018 13:38:56 +0530 8206450: Add JImageListTest.java to ProblemList.txt
sdama [Fri, 06 Jul 2018 13:38:56 +0530] rev 50999
8206450: Add JImageListTest.java to ProblemList.txt Summary: Added JImageListTest.java to ProblemList.txt Reviewed-by: dholmes
Fri, 06 Jul 2018 09:22:18 +0200 8206436: sun/nio/cs/TestIBMBugs.java no longer compiles
simonis [Fri, 06 Jul 2018 09:22:18 +0200] rev 50998
8206436: sun/nio/cs/TestIBMBugs.java no longer compiles Reviewed-by: mikael, stuefe, alanb
Thu, 05 Jul 2018 20:00:04 -0700 8206429: [REDO] 8202561 clean up TEST.groups
iignatyev [Thu, 05 Jul 2018 20:00:04 -0700] rev 50997
8206429: [REDO] 8202561 clean up TEST.groups Reviewed-by: kvn, dholmes, ctornqvi
Thu, 05 Jul 2018 12:38:36 -0700 8206324: compiler/whitebox/DeoptimizeFramesTest.java to ProblemList-graal.txt
kvn [Thu, 05 Jul 2018 12:38:36 -0700] rev 50996
8206324: compiler/whitebox/DeoptimizeFramesTest.java to ProblemList-graal.txt Reviewed-by: dlong
Thu, 05 Jul 2018 09:38:15 +0200 8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl
mbaesken [Thu, 05 Jul 2018 09:38:15 +0200] rev 50995
8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl Reviewed-by: kvn
Fri, 06 Jul 2018 00:40:12 +0530 8198405: JImageExtractTest.java & JImageListTest.java failed in Windows.
sdama [Fri, 06 Jul 2018 00:40:12 +0530] rev 50994
8198405: JImageExtractTest.java & JImageListTest.java failed in Windows. Summary: Make a directory readonly using nio file attribute AclEntry Reviewed-by: jlaskey
Thu, 05 Jul 2018 21:29:11 +0300 8205454: &amp; is displayed in some Swing docs
serb [Thu, 05 Jul 2018 21:29:11 +0300] rev 50993
8205454: &amp; is displayed in some Swing docs Reviewed-by: prr, psadhukhan
Tue, 12 Jun 2018 13:00:50 +0530 8202329: [AIX] Fix codepage mappings for IBM-943 and Big5
simonis [Tue, 12 Jun 2018 13:00:50 +0530] rev 50992
8202329: [AIX] Fix codepage mappings for IBM-943 and Big5 Reviewed-by: simonis, stuefe Contributed-by: bhamaram@in.ibm.com
Thu, 05 Jul 2018 19:05:08 +0300 8189604: possible hang in sun.awt.shell.Win32ShellFolder2$KnownFolderDefinition::<clinit>
serb [Thu, 05 Jul 2018 19:05:08 +0300] rev 50991
8189604: possible hang in sun.awt.shell.Win32ShellFolder2$KnownFolderDefinition::<clinit> Reviewed-by: prr, kaddepalli
Thu, 05 Jul 2018 13:26:50 +0200 Added tag jdk-11+21 for changeset 14708e1acdc3
jwilhelm [Thu, 05 Jul 2018 13:26:50 +0200] rev 50990
Added tag jdk-11+21 for changeset 14708e1acdc3
Thu, 05 Jul 2018 11:56:19 +0200 8206243: java -XshowSettings fails if memory.limit_in_bytes overflows LONG.max
stuefe [Thu, 05 Jul 2018 11:56:19 +0200] rev 50989
8206243: java -XshowSettings fails if memory.limit_in_bytes overflows LONG.max Reviewed-by: dholmes, bobv
Thu, 05 Jul 2018 13:22:44 +0800 8206378: Backout JDK-8202561
xiaofeya [Thu, 05 Jul 2018 13:22:44 +0800] rev 50988
8206378: Backout JDK-8202561 Reviewed-by: dholmes
Wed, 04 Jul 2018 11:49:46 -0700 8206355: SSLSessionImpl.getLocalPrincipal() throws NPE
ssahoo [Wed, 04 Jul 2018 11:49:46 -0700] rev 50987
8206355: SSLSessionImpl.getLocalPrincipal() throws NPE Summary: Fixed SSLSessionImpl.getLocalPrincipal() implementation when client side authentication is not enabled. Reviewed-by: xuelei
Wed, 04 Jul 2018 18:39:26 +0200 8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java
mgronlun [Wed, 04 Jul 2018 18:39:26 +0200] rev 50986
8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java Reviewed-by: egahlin
Wed, 04 Jul 2018 16:16:24 +0100 8206001: Enable TLS1.3 by default in Http Client
michaelm [Wed, 04 Jul 2018 16:16:24 +0100] rev 50985
8206001: Enable TLS1.3 by default in Http Client Reviewed-by: dfuchs
Wed, 04 Jul 2018 16:54:56 +0200 8206145: dbgsysSocketClose - do not restart close if errno is EINTR [linux]
mbaesken [Wed, 04 Jul 2018 16:54:56 +0200] rev 50984
8206145: dbgsysSocketClose - do not restart close if errno is EINTR [linux] Reviewed-by: alanb, stuefe
Tue, 03 Jul 2018 12:40:42 +0200 8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x
mbaesken [Tue, 03 Jul 2018 12:40:42 +0200] rev 50983
8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x Reviewed-by: stuefe
Tue, 03 Jul 2018 09:11:00 +0200 8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
neliasso [Tue, 03 Jul 2018 09:11:00 +0200] rev 50982
8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge" Summary: Backout 8204157 to state before 8192992 Reviewed-by: thartmann, mdoerr
Wed, 04 Jul 2018 17:49:21 +0530 8198819: tools/jimage/JImageExtractTest.java, fails intermittently at testExtract (macos)
sdama [Wed, 04 Jul 2018 17:49:21 +0530] rev 50981
8198819: tools/jimage/JImageExtractTest.java, fails intermittently at testExtract (macos) Summary: Modified test to work on only modules extracted using jimage instead of files present in current directory Reviewed-by: jlaskey
Wed, 04 Jul 2018 12:04:02 +0200 8206316: ZGC: Preferred tmpfs mount point not found on Debian
pliden [Wed, 04 Jul 2018 12:04:02 +0200] rev 50980
8206316: ZGC: Preferred tmpfs mount point not found on Debian Reviewed-by: kbarrett, tschatzl, ehelin
Wed, 04 Jul 2018 12:04:02 +0200 8205924: ZGC: Premature OOME due to failure to expand backing file
pliden [Wed, 04 Jul 2018 12:04:02 +0200] rev 50979
8205924: ZGC: Premature OOME due to failure to expand backing file Reviewed-by: ehelin
Wed, 04 Jul 2018 16:49:34 +0800 8187069: The case auto failed with the java.lang.ClassNotFoundException: IPv6NameserverPlatformParsingTest exception
xyin [Wed, 04 Jul 2018 16:49:34 +0800] rev 50978
8187069: The case auto failed with the java.lang.ClassNotFoundException: IPv6NameserverPlatformParsingTest exception Reviewed-by: vtewari, dfuchs
Wed, 04 Jul 2018 10:24:16 +0200 8206254: Unable to complete emergency dump during safepoint
mgronlun [Wed, 04 Jul 2018 10:24:16 +0200] rev 50977
8206254: Unable to complete emergency dump during safepoint Reviewed-by: egahlin
Wed, 04 Jul 2018 09:21:19 +0200 8206173: MallocSiteTable::initialize() doesn't take function descriptors into account
simonis [Wed, 04 Jul 2018 09:21:19 +0200] rev 50976
8206173: MallocSiteTable::initialize() doesn't take function descriptors into account Reviewed-by: stuefe, zgu
Wed, 04 Jul 2018 08:33:00 +0200 8206322: ZGC: Incorrect license header in gtests
pliden [Wed, 04 Jul 2018 08:33:00 +0200] rev 50975
8206322: ZGC: Incorrect license header in gtests Reviewed-by: kbarrett, tschatzl
Wed, 04 Jul 2018 11:55:11 +0530 8204603: Short week days, NaN value and timezone name are inconsistent between CLDR and Java in zh_CN, zh_TW locales.
rgoel [Wed, 04 Jul 2018 11:55:11 +0530] rev 50974
8204603: Short week days, NaN value and timezone name are inconsistent between CLDR and Java in zh_CN, zh_TW locales. Summary: handled languageALiases for supported locales of CLDR. Reviewed-by: naoto
Tue, 03 Jul 2018 15:08:00 -0400 Merge
bobv [Tue, 03 Jul 2018 15:08:00 -0400] rev 50973
Merge
Tue, 03 Jul 2018 10:59:18 -0400 8205928: [TESTBUG] jdk/internal/platform/docker/TestDockerMemoryMetrics
bobv [Tue, 03 Jul 2018 10:59:18 -0400] rev 50972
8205928: [TESTBUG] jdk/internal/platform/docker/TestDockerMemoryMetrics Reviewed-by: stuefe
Mon, 02 Jul 2018 10:09:01 -0700 8202769: jck test fails with C2: vm/jvmti/FollowReferences/fref001/fref00113/fref00113.html
psandoz [Mon, 02 Jul 2018 10:09:01 -0700] rev 50971
8202769: jck test fails with C2: vm/jvmti/FollowReferences/fref001/fref00113/fref00113.html Reviewed-by: kvn, coleenp
Thu, 28 Jun 2018 10:51:02 -0700 8202561: clean up TEST.groups file
iignatyev [Thu, 28 Jun 2018 10:51:02 -0700] rev 50970
8202561: clean up TEST.groups file Reviewed-by: kvn, iklam, epavlova
Tue, 03 Jul 2018 11:16:25 -0700 8206184: docs-reference build fails due to extlink.spec.version property not set
mchung [Tue, 03 Jul 2018 11:16:25 -0700] rev 50969
8206184: docs-reference build fails due to extlink.spec.version property not set Reviewed-by: erikj
Tue, 03 Jul 2018 09:27:41 +0800 8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file jdk-11+21
jjiang [Tue, 03 Jul 2018 09:27:41 +0800] rev 50968
8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file Summary: Release resource after reading port log file Reviewed-by: xuelei
Mon, 02 Jul 2018 17:54:36 -0700 8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule
jjg [Mon, 02 Jul 2018 17:54:36 -0700] rev 50967
8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule Reviewed-by: darcy
Wed, 11 Jul 2018 14:44:05 -0400 8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
coleenp [Wed, 11 Jul 2018 14:44:05 -0400] rev 50966
8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options Summary: Convert PrintSafepointStatistics to UL Reviewed-by: shade, lfoltan
Wed, 11 Jul 2018 13:28:07 -0400 8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use
zgu [Wed, 11 Jul 2018 13:28:07 -0400] rev 50965
8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use Summary: Uses "construct on First Use Idiom" pattern to workaround static initialization order Reviewed-by: dholmes, minqi
Wed, 11 Jul 2018 08:24:39 -0700 8173606: Deprecate constructors of 7-era visitors
darcy [Wed, 11 Jul 2018 08:24:39 -0700] rev 50964
8173606: Deprecate constructors of 7-era visitors Reviewed-by: vromero, jjg
Wed, 11 Jul 2018 08:44:00 +0200 8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log jdk-12+2
shade [Wed, 11 Jul 2018 08:44:00 +0200] rev 50963
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log Reviewed-by: vlivanov, never
Tue, 10 Jul 2018 19:04:13 -0700 8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
ccheung [Tue, 10 Jul 2018 19:04:13 -0700] rev 50962
8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path() Summary: exit vm if setting of boot class path fails. Reviewed-by: lfoltan, jiangli, dholmes
Tue, 10 Jul 2018 10:24:08 -0700 8205620: Miscellaneous changes imported from jsr166 CVS 2018-07
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 50961
8205620: Miscellaneous changes imported from jsr166 CVS 2018-07 Reviewed-by: martin, psandoz
Tue, 10 Jul 2018 10:24:08 -0700 8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 50960
8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition" Reviewed-by: martin, psandoz, dholmes, tschatzl
Tue, 10 Jul 2018 10:24:08 -0700 8206123: ArrayDeque created with default constructor can only hold 15 elements
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 50959
8206123: ArrayDeque created with default constructor can only hold 15 elements Reviewed-by: martin, psandoz, igerasim
Tue, 10 Jul 2018 11:13:33 -0400 8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
coleenp [Tue, 10 Jul 2018 11:13:33 -0400] rev 50958
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread Summary: Only fetch Node::next once and use that result. Reviewed-by: hseigel, dholmes
Tue, 10 Jul 2018 03:14:55 -0400 8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
dholmes [Tue, 10 Jul 2018 03:14:55 -0400] rev 50957
8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid Summary: Run the new runtime/jni/terminatedThread/TestTerminatedThread.java test in othervm mode Reviewed-by: alanb, mikael
Mon, 09 Jul 2018 20:17:32 -0400 8205878: pthread_getcpuclockid is expected to return 0 code
dholmes [Mon, 09 Jul 2018 20:17:32 -0400] rev 50956
8205878: pthread_getcpuclockid is expected to return 0 code Reviewed-by: cjplummer, amenkov, coleenp
Mon, 09 Jul 2018 13:08:30 -0700 8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
sherman [Mon, 09 Jul 2018 13:08:30 -0700] rev 50955
8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header Reviewed-by: alanb, martin
Mon, 09 Jul 2018 13:35:55 -0400 8204834: Fix confusing "allocate" naming in OopStorage
kbarrett [Mon, 09 Jul 2018 13:35:55 -0400] rev 50954
8204834: Fix confusing "allocate" naming in OopStorage Summary: allocate_list => allocation_list and so on. Reviewed-by: dholmes, tschatzl, coleenp
Mon, 09 Jul 2018 14:12:50 +0200 8206453: Taskqueue stats should count real steal attempts, not calls to GenericTaskQueueSet::steal
tschatzl [Mon, 09 Jul 2018 14:12:50 +0200] rev 50953
8206453: Taskqueue stats should count real steal attempts, not calls to GenericTaskQueueSet::steal Reviewed-by: ehelin, kbarrett
Sun, 08 Jul 2018 20:00:46 -0400 8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
dholmes [Sun, 08 Jul 2018 20:00:46 -0400] rev 50952
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc Reviewed-by: mikael, sspitsyn
Sun, 08 Jul 2018 12:43:05 -0400 8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module.
jiangli [Sun, 08 Jul 2018 12:43:05 -0400] rev 50951
8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module. Summary: Support system module archiving with unnamed initial module at dump time. Reviewed-by: erikj, coleenp, mchung, iklam, ccheung Contributed-by: alan.bateman@oracle.com, jiangli.zhou@oracle.com
Fri, 06 Jul 2018 15:22:07 -0400 8206495: Redundant System.setProperty(null) tests
rriggs [Fri, 06 Jul 2018 15:22:07 -0400] rev 50950
8206495: Redundant System.setProperty(null) tests Reviewed-by: mchung, lancea
Fri, 06 Jul 2018 10:28:56 -0700 8206439: Remove javac -source/-target 6 from langtools regression tests
darcy [Fri, 06 Jul 2018 10:28:56 -0700] rev 50949
8206439: Remove javac -source/-target 6 from langtools regression tests Reviewed-by: mcimadamore
Fri, 06 Jul 2018 09:37:44 -0700 8206440: Remove javac -source/-target 6 from jdk regression tests
darcy [Fri, 06 Jul 2018 09:37:44 -0700] rev 50948
8206440: Remove javac -source/-target 6 from jdk regression tests Reviewed-by: alanb
Fri, 06 Jul 2018 09:26:01 -0700 8206164: forgot to "throw" TransformerConfigurationException
joehw [Fri, 06 Jul 2018 09:26:01 -0700] rev 50947
8206164: forgot to "throw" TransformerConfigurationException Reviewed-by: lancea
Fri, 06 Jul 2018 09:10:07 -0400 8205417: Obsolete UnlinkSymbolsALot debugging option
coleenp [Fri, 06 Jul 2018 09:10:07 -0400] rev 50946
8205417: Obsolete UnlinkSymbolsALot debugging option Summary: Obsolete and remove support for UnlinkSymbolsALot Reviewed-by: hseigel, dholmes
Fri, 06 Jul 2018 06:26:25 -0700 8203911: Test runtime/modules/getModuleJNI/GetModule fails with -Xcheck:jni
hseigel [Fri, 06 Jul 2018 06:26:25 -0700] rev 50945
8203911: Test runtime/modules/getModuleJNI/GetModule fails with -Xcheck:jni Summary: Remove unneeded validate_class() check from checked_jni_GetModule(). Reviewed-by: dholmes, coleenp
Fri, 06 Jul 2018 09:00:48 -0400 8202737: Obsolete AllowNonVirtualCalls option
coleenp [Fri, 06 Jul 2018 09:00:48 -0400] rev 50944
8202737: Obsolete AllowNonVirtualCalls option Summary: obsolete option and remove support. Reviewed-by: dholmes, jiangli, kbarrett
Thu, 05 Jul 2018 14:35:03 -0700 8206318: Enhance package documentation for internal javadoc packages
jjg [Thu, 05 Jul 2018 14:35:03 -0700] rev 50943
8206318: Enhance package documentation for internal javadoc packages Reviewed-by: sundar
Thu, 05 Jul 2018 14:23:45 -0700 8206350: java/util/Locale/bcp47u/SystemPropertyTests.java failed on Mac 10.13 with zh_CN and zh_TW locales.
naoto [Thu, 05 Jul 2018 14:23:45 -0700] rev 50942
8206350: java/util/Locale/bcp47u/SystemPropertyTests.java failed on Mac 10.13 with zh_CN and zh_TW locales. Reviewed-by: rriggs
Thu, 05 Jul 2018 19:22:53 +0200 8206272: Remove stray BarrierSetAssembler call
rkennke [Thu, 05 Jul 2018 19:22:53 +0200] rev 50941
8206272: Remove stray BarrierSetAssembler call Reviewed-by: pliden, shade
Thu, 05 Jul 2018 19:22:38 +0200 8206407: Primitive atomic_cmpxchg_in_heap_at() in BarrierSet::Access needs to call non-oop raw method
rkennke [Thu, 05 Jul 2018 19:22:38 +0200] rev 50940
8206407: Primitive atomic_cmpxchg_in_heap_at() in BarrierSet::Access needs to call non-oop raw method Reviewed-by: pliden, shade
Thu, 05 Jul 2018 09:11:33 -0700 8205548: Remove multi-release jar related vm code
ccheung [Thu, 05 Jul 2018 09:11:33 -0700] rev 50939
8205548: Remove multi-release jar related vm code Reviewed-by: iklam, jiangli
Thu, 05 Jul 2018 07:22:21 -0700 8194899: Remove unused sun.net classes
bpb [Thu, 05 Jul 2018 07:22:21 -0700] rev 50938
8194899: Remove unused sun.net classes Reviewed-by: alanb, mchung, dfuchs, chegar, michaelm
Thu, 05 Jul 2018 13:31:04 +0200 Added tag jdk-12+1 for changeset 00b16d0457e4
jwilhelm [Thu, 05 Jul 2018 13:31:04 +0200] rev 50937
Added tag jdk-12+1 for changeset 00b16d0457e4
Wed, 04 Jul 2018 03:44:32 -0700 8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure jdk-12+1
ssahoo [Wed, 04 Jul 2018 03:44:32 -0700] rev 50936
8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure Summary: Test failure due to unsupported DSA keys Reviewed-by: dfuchs, xuelei
Tue, 03 Jul 2018 16:14:46 -0700 8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java
darcy [Tue, 03 Jul 2018 16:14:46 -0700] rev 50935
8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java Reviewed-by: jjg
Tue, 03 Jul 2018 15:59:09 -0700 8206085: Refactor langtools/tools/javac/versions/Versions.java
darcy [Tue, 03 Jul 2018 15:59:09 -0700] rev 50934
8206085: Refactor langtools/tools/javac/versions/Versions.java Reviewed-by: jjg, forax, plevart, mcimadamore
Tue, 03 Jul 2018 15:02:46 -0700 8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
bpb [Tue, 03 Jul 2018 15:02:46 -0700] rev 50933
8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive Summary: Clear handler instance variable after use Reviewed-by: rriggs, alanb
Tue, 03 Jul 2018 14:42:13 -0700 8206120: Add test cases for lenient Japanese era parsing
naoto [Tue, 03 Jul 2018 14:42:13 -0700] rev 50932
8206120: Add test cases for lenient Japanese era parsing Reviewed-by: rriggs
Tue, 03 Jul 2018 15:40:08 -0400 8206309: Tier1 SA tests fail
coleenp [Tue, 03 Jul 2018 15:40:08 -0400] rev 50931
8206309: Tier1 SA tests fail Summary: remove tests that should have been removed with JDK-8205534 Reviewed-by: hseigel
Tue, 03 Jul 2018 15:08:01 -0400 8134538: Duplicate implementations of os::lasterror
coleenp [Tue, 03 Jul 2018 15:08:01 -0400] rev 50930
8134538: Duplicate implementations of os::lasterror Summary: Method os::lasterror was moved to os_posix.cpp Reviewed-by: hseigel, kbarrett, coleenp Contributed-by: patricio.chilano.mateo@oracle.com
Tue, 03 Jul 2018 13:41:18 -0400 8205534: Remove SymbolTable dependency from serviceability agent
coleenp [Tue, 03 Jul 2018 13:41:18 -0400] rev 50929
8205534: Remove SymbolTable dependency from serviceability agent Reviewed-by: gziemski, poonam, jgeorge, hseigel
Tue, 03 Jul 2018 18:46:51 +0200 8206087: windows-x64-cmp-baseline fails with The files do not have the same suffix type
erikj [Tue, 03 Jul 2018 18:46:51 +0200] rev 50928
8206087: windows-x64-cmp-baseline fails with The files do not have the same suffix type Reviewed-by: tbell
Mon, 02 Jul 2018 23:33:40 -0700 8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods
vtheeyarath [Mon, 02 Jul 2018 23:33:40 -0700] rev 50927
8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods Summary: Updated spec and added tests Reviewed-by: psandoz
Tue, 03 Jul 2018 10:47:50 +0200 8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
neliasso [Tue, 03 Jul 2018 10:47:50 +0200] rev 50926
8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge" Summary: Backout 8204157 to state before 8192992 Reviewed-by: thartmann, mdoerr
Tue, 03 Jul 2018 02:07:49 +0200 Merge
jwilhelm [Tue, 03 Jul 2018 02:07:49 +0200] rev 50925
Merge
Mon, 02 Jul 2018 16:28:09 -0400 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
zgu [Mon, 02 Jul 2018 16:28:09 -0400] rev 50924
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section. Reviewed-by: stuefe, martin
Mon, 02 Jul 2018 10:44:46 +0200 8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
roland [Mon, 02 Jul 2018 10:44:46 +0200] rev 50923
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here Reviewed-by: thartmann, kvn
Mon, 02 Jul 2018 13:11:41 +0200 Added tag jdk-11+20 for changeset 9816d7cc655e
jwilhelm [Mon, 02 Jul 2018 13:11:41 +0200] rev 50922
Added tag jdk-11+20 for changeset 9816d7cc655e
Mon, 02 Jul 2018 11:46:15 +0200 8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
mdoerr [Mon, 02 Jul 2018 11:46:15 +0200] rev 50921
8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop Reviewed-by: eosterlund, rehn, dholmes
Mon, 02 Jul 2018 09:38:20 +0200 8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028
tschatzl [Mon, 02 Jul 2018 09:38:20 +0200] rev 50920
8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028 Summary: Collect remembered sets for discovered fields while adding them to the list of discovered references. Reviewed-by: kbarrett, eosterlund
Mon, 02 Jul 2018 09:28:23 +0200 8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
thartmann [Mon, 02 Jul 2018 09:28:23 +0200] rev 50919
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics Summary: Ignore encodeBlock intrinsic. Reviewed-by: kvn
Sat, 30 Jun 2018 00:33:05 +0000 8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key
valeriep [Sat, 30 Jun 2018 00:33:05 +0000] rev 50918
8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key Summary: Updated SunRsaSign provider to check and throw InvalidKeyException for null key algo/format/encoding Reviewed-by: xuelei
Fri, 29 Jun 2018 13:58:16 -0700 8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
serb [Fri, 29 Jun 2018 13:58:16 -0700] rev 50917
8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi Reviewed-by: prr
Fri, 29 Jun 2018 13:44:13 -0700 8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used
iignatyev [Fri, 29 Jun 2018 13:44:13 -0700] rev 50916
8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used Reviewed-by: kvn
Fri, 29 Jun 2018 13:44:09 -0700 8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
iignatyev [Fri, 29 Jun 2018 13:44:09 -0700] rev 50915
8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows Reviewed-by: kvn
Fri, 29 Jun 2018 13:43:35 -0700 8206117: failed to get JDK properties for JVM w/o JVMCI
iignatyev [Fri, 29 Jun 2018 13:43:35 -0700] rev 50914
8206117: failed to get JDK properties for JVM w/o JVMCI Reviewed-by: kvn
Fri, 29 Jun 2018 11:10:47 +0200 8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert jdk-11+20
thartmann [Fri, 29 Jun 2018 11:10:47 +0200] rev 50913
8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert Summary: Removed assert which is too strong. Reviewed-by: roland
Fri, 29 Jun 2018 11:08:38 +0200 8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
thartmann [Fri, 29 Jun 2018 11:08:38 +0200] rev 50912
8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads Summary: Deallocate C1 code buffers in the compiler thread destructor. Reviewed-by: neliasso, kvn, mdoerr
Thu, 28 Jun 2018 21:58:23 -0700 8206088: 8205207 broke builds
iignatyev [Thu, 28 Jun 2018 21:58:23 -0700] rev 50911
8206088: 8205207 broke builds Reviewed-by: ehelin, epavlova
Thu, 28 Jun 2018 19:33:00 -0700 8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal
epavlova [Thu, 28 Jun 2018 19:33:00 -0700] rev 50910
8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal Reviewed-by: kvn
Fri, 29 Jun 2018 08:21:15 +0800 8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version
weijun [Fri, 29 Jun 2018 08:21:15 +0800] rev 50909
8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version Reviewed-by: mullan, xuelei
Thu, 28 Jun 2018 17:07:34 -0700 8205207: Port Graal unit tests under jtreg
epavlova [Thu, 28 Jun 2018 17:07:34 -0700] rev 50908
8205207: Port Graal unit tests under jtreg Reviewed-by: kvn, erikj, iignatyev
Thu, 28 Jun 2018 16:45:15 -0700 8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get
iignatyev [Thu, 28 Jun 2018 16:45:15 -0700] rev 50907
8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get Reviewed-by: kvn
Fri, 29 Jun 2018 01:09:29 +0200 8206006: Build failed on Windows
jwilhelm [Fri, 29 Jun 2018 01:09:29 +0200] rev 50906
8206006: Build failed on Windows Reviewed-by: jwilhelm, dcubed Contributed-by: robin.westberg@oracle.com
Mon, 02 Jul 2018 13:54:01 -0700 8204329: Java API doc for XMLStreamReader.next() needs to be clarified for the exception thrown when hasNext() method returns false
joehw [Mon, 02 Jul 2018 13:54:01 -0700] rev 50905
8204329: Java API doc for XMLStreamReader.next() needs to be clarified for the exception thrown when hasNext() method returns false Reviewed-by: lancea, rriggs
Mon, 02 Jul 2018 16:28:09 -0400 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
zgu [Mon, 02 Jul 2018 16:28:09 -0400] rev 50904
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section. Reviewed-by: stuefe, martin
Mon, 02 Jul 2018 00:55:24 -0700 8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
rraghavan [Mon, 02 Jul 2018 00:55:24 -0700] rev 50903
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError Summary: Added required uses statement Reviewed-by: dnsimon, kvn
Mon, 02 Jul 2018 09:21:06 +0200 8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
thartmann [Mon, 02 Jul 2018 09:21:06 +0200] rev 50902
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics Summary: Ignore encodeBlock intrinsic. Reviewed-by: kvn
Fri, 29 Jun 2018 17:35:04 -0700 8204310: Simpler RandomAccessFile.setLength() on Windows
igerasim [Fri, 29 Jun 2018 17:35:04 -0700] rev 50901
8204310: Simpler RandomAccessFile.setLength() on Windows Reviewed-by: alanb
Fri, 29 Jun 2018 12:34:03 -0700 8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException
dtitov [Fri, 29 Jun 2018 12:34:03 -0700] rev 50900
8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException Reviewed-by: sspitsyn, cjplummer, amenkov
Fri, 29 Jun 2018 10:13:24 -0700 8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result
joehw [Fri, 29 Jun 2018 10:13:24 -0700] rev 50899
8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result Reviewed-by: lancea
Fri, 29 Jun 2018 10:41:10 +0200 8205418: Assorted improvements to source code model
jlahoda [Fri, 29 Jun 2018 10:41:10 +0200] rev 50898
8205418: Assorted improvements to source code model Summary: Improving tree positions, better error recovery, fixing Trees.getScope for possibly erroneous lambdas. Reviewed-by: jjg, mcimadamore, vromero
Thu, 28 Jun 2018 17:49:13 -0700 8206083: Make tools/javac/api/T6265137.java robust to JDK version changes
darcy [Thu, 28 Jun 2018 17:49:13 -0700] rev 50897
8206083: Make tools/javac/api/T6265137.java robust to JDK version changes Reviewed-by: jjg
Thu, 28 Jun 2018 17:45:59 -0700 8206022: Add test to check that the JVM accepts class files with version 56
mikael [Thu, 28 Jun 2018 17:45:59 -0700] rev 50896
8206022: Add test to check that the JVM accepts class files with version 56 Reviewed-by: hseigel, hseigel
Thu, 28 Jun 2018 15:46:27 -0700 8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
jjg [Thu, 28 Jun 2018 15:46:27 -0700] rev 50895
8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages Reviewed-by: darcy, jjg Contributed-by: bhavesh.x.patel@oracle.com, jonathan.gibbons@oracle.com
Thu, 28 Jun 2018 22:28:41 +0200 8206006: Build failed on Windows
jwilhelm [Thu, 28 Jun 2018 22:28:41 +0200] rev 50894
8206006: Build failed on Windows Reviewed-by: jwilhelm, dcubed Contributed-by: robin.westberg@oracle.com
Thu, 28 Jun 2018 21:11:50 +0200 Added tag jdk-12+0 for changeset 95aad0c785e4
jwilhelm [Thu, 28 Jun 2018 21:11:50 +0200] rev 50893
Added tag jdk-12+0 for changeset 95aad0c785e4
Wed, 27 Jun 2018 21:01:12 -0700 8205615: Start of release updates for JDK 12
darcy [Wed, 27 Jun 2018 21:01:12 -0700] rev 50892
8205615: Start of release updates for JDK 12 8205621: Increment JDK version for JDK 12 8193292: Add SourceVersion.RELEASE_12 8193290: Add source 12 and target 12 to javac 8205619: Bump maximum recognized class file version to 56 for JDK 12 Reviewed-by: alanb, smarks, jjg, mr, erikj, psandoz, dholmes Contributed-by: erik.joelsson@oracle.com, mikael.vidstedt@oracle.com, joe.darcy@oracle.com
Thu, 28 Jun 2018 19:55:44 +0200 Added tag jdk-12+0 for changeset c9cd3ec6a0eb
jwilhelm [Thu, 28 Jun 2018 19:55:44 +0200] rev 50891
Added tag jdk-12+0 for changeset c9cd3ec6a0eb
Thu, 28 Jun 2018 11:41:45 -0700 8195774: Add Entrust root certificates
rhalade [Thu, 28 Jun 2018 11:41:45 -0700] rev 50890
8195774: Add Entrust root certificates Reviewed-by: weijun
Thu, 28 Jun 2018 10:31:39 -0400 8205508: hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java fails with Prompt is not received during 300200 milliseconds. jdk-12+0
gadams [Thu, 28 Jun 2018 10:31:39 -0400] rev 50889
8205508: hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java fails with Prompt is not received during 300200 milliseconds. Reviewed-by: cjplummer, sspitsyn, dcubed
Thu, 28 Jun 2018 10:50:10 -0400 Merge
dcubed [Thu, 28 Jun 2018 10:50:10 -0400] rev 50888
Merge
Thu, 28 Jun 2018 15:17:44 +0200 8137164: Include PID in the JFR jcmd hint
egahlin [Thu, 28 Jun 2018 15:17:44 +0200] rev 50887
8137164: Include PID in the JFR jcmd hint Reviewed-by: mgronlun, stuefe
Thu, 28 Jun 2018 10:46:05 -0400 8206004: [BACKOUT] errant changeset for JDK-8137164
dcubed [Thu, 28 Jun 2018 10:46:05 -0400] rev 50886
8206004: [BACKOUT] errant changeset for JDK-8137164 Reviewed-by: dcubed, egahlin
Thu, 28 Jun 2018 07:30:38 -0700 8205956: Fix usage of "OpenJDK" in build and test instructions
mr [Thu, 28 Jun 2018 07:30:38 -0700] rev 50885
8205956: Fix usage of "OpenJDK" in build and test instructions Reviewed-by: erikj, tbell
Thu, 28 Jun 2018 19:44:58 +0530 8204967: Resolve disabled warnings for libunpack
sdama [Thu, 28 Jun 2018 19:44:58 +0530] rev 50884
8204967: Resolve disabled warnings for libunpack Summary: Fixed warnings for libunpack Reviewed-by: jlaskey
Thu, 28 Jun 2018 15:18:17 +0200 8205985: Remove tools/javac/options/release/ReleaseOptionUnsupported.java from problem list
jlahoda [Thu, 28 Jun 2018 15:18:17 +0200] rev 50883
8205985: Remove tools/javac/options/release/ReleaseOptionUnsupported.java from problem list Reviewed-by: vromero
Thu, 28 Jun 2018 14:22:28 +0200 8205683: Refactor heap allocation to separate concerns
eosterlund [Thu, 28 Jun 2018 14:22:28 +0200] rev 50882
8205683: Refactor heap allocation to separate concerns Reviewed-by: pliden, kbarrett
Thu, 28 Jun 2018 15:17:44 +0200 8197425: Liveset information for Old Object sample event
egahlin [Thu, 28 Jun 2018 15:17:44 +0200] rev 50881
8197425: Liveset information for Old Object sample event Reviewed-by: mgronlun, ehelin
Thu, 28 Jun 2018 15:13:39 +0200 8197425: Liveset information for Old Object sample event
egahlin [Thu, 28 Jun 2018 15:13:39 +0200] rev 50880
8197425: Liveset information for Old Object sample event Reviewed-by: mgronlun, ehelin
Thu, 28 Jun 2018 15:06:55 +0200 8003209: JFR events for network utilization
rwestberg [Thu, 28 Jun 2018 15:06:55 +0200] rev 50879
8003209: JFR events for network utilization Reviewed-by: mgronlun, egahlin
Thu, 28 Jun 2018 18:04:19 +0530 8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs
sundar [Thu, 28 Jun 2018 18:04:19 +0530] rev 50878
8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs Reviewed-by: jlaskey, hannesw
Thu, 28 Jun 2018 13:58:30 +0200 8205996: JDK-8205906 broke the build on Mac
mgronlun [Thu, 28 Jun 2018 13:58:30 +0200] rev 50877
8205996: JDK-8205906 broke the build on Mac Reviewed-by: thartmann, ehelin
Thu, 28 Jun 2018 03:45:49 -0700 8205681: [TEST_BUG] vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java fails with exit code 98
amenkov [Thu, 28 Jun 2018 03:45:49 -0700] rev 50876
8205681: [TEST_BUG] vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java fails with exit code 98 Reviewed-by: sspitsyn, cjplummer, dholmes
Thu, 28 Jun 2018 12:14:37 +0200 8205993: ZGC: Fix typos and incorrect indentations
pliden [Thu, 28 Jun 2018 12:14:37 +0200] rev 50875
8205993: ZGC: Fix typos and incorrect indentations Reviewed-by: stefank
Thu, 28 Jun 2018 10:09:58 +0000 8205694: AArch64: Add test to validate volatile load, store and CAS code generation
adinn [Thu, 28 Jun 2018 10:09:58 +0000] rev 50874
8205694: AArch64: Add test to validate volatile load, store and CAS code generation Summary: Implement tests to check volatile operations are translated to valid code Reviewed-by: aph, kvn, dpochepk
Thu, 28 Jun 2018 11:37:02 +0200 8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions
mgronlun [Thu, 28 Jun 2018 11:37:02 +0200] rev 50873
8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions Reviewed-by: egahlin
Thu, 28 Jun 2018 11:32:32 +0200 8205925: Print correct and more information about secondary errors
stuefe [Thu, 28 Jun 2018 11:32:32 +0200] rev 50872
8205925: Print correct and more information about secondary errors Reviewed-by: coleenp, dholmes
Wed, 27 Jun 2018 15:04:27 +0200 8205923: ZGC: Verification applies load barriers before verification
stefank [Wed, 27 Jun 2018 15:04:27 +0200] rev 50871
8205923: ZGC: Verification applies load barriers before verification Reviewed-by: pliden, eosterlund
Wed, 27 Jun 2018 15:02:53 +0200 8205923: ZGC: Verification applies load barrier before verification
stefank [Wed, 27 Jun 2018 15:02:53 +0200] rev 50870
8205923: ZGC: Verification applies load barrier before verification Reviewed-by: pliden, eosterlund
Thu, 28 Jun 2018 01:10:09 -0700 8205959: Do not restart close if errno is EINTR
igerasim [Thu, 28 Jun 2018 01:10:09 -0700] rev 50869
8205959: Do not restart close if errno is EINTR Reviewed-by: alanb, vtewari
Thu, 28 Jun 2018 10:05:43 +0200 8205913: Inconsistent source code model
jlahoda [Thu, 28 Jun 2018 10:05:43 +0200] rev 50868
8205913: Inconsistent source code model Summary: Ensuring variable declarations have non-null modifiers and names. Reviewed-by: mcimadamore
Thu, 28 Jun 2018 10:05:39 +0200 8195986: Incorrect javac -h output with annotation processing and missing classes
jlahoda [Thu, 28 Jun 2018 10:05:39 +0200] rev 50867
8195986: Incorrect javac -h output with annotation processing and missing classes Summary: When clearing out symbols for a new annotation processing round, preserve types when possible. Reviewed-by: vromero
Thu, 28 Jun 2018 09:15:53 +0200 8205679: Remove unused ThreadLocalAllocBuffer::undo_allocate()
pliden [Thu, 28 Jun 2018 09:15:53 +0200] rev 50866
8205679: Remove unused ThreadLocalAllocBuffer::undo_allocate() Reviewed-by: shade, stefank
Thu, 28 Jun 2018 09:06:54 +0200 8205916: [test] Fix jdk/tools/launcher/RunpathTest to handle both, RPATH and RUNPATH
simonis [Thu, 28 Jun 2018 09:06:54 +0200] rev 50865
8205916: [test] Fix jdk/tools/launcher/RunpathTest to handle both, RPATH and RUNPATH Reviewed-by: martin, erikj
Thu, 28 Jun 2018 07:22:59 +0200 8205702: assert(UseCompressedClassPointers) failed in universe.hpp
pliden [Thu, 28 Jun 2018 07:22:59 +0200] rev 50864
8205702: assert(UseCompressedClassPointers) failed in universe.hpp Reviewed-by: coleenp, ccheung
Thu, 28 Jun 2018 07:00:35 +0200 8205531: jcmd VM.classloaders should fold similar loaders
stuefe [Thu, 28 Jun 2018 07:00:35 +0200] rev 50863
8205531: jcmd VM.classloaders should fold similar loaders Reviewed-by: sspitsyn, coleenp
Thu, 28 Jun 2018 00:34:55 -0400 8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion
kbarrett [Thu, 28 Jun 2018 00:34:55 -0400] rev 50862
8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion Summary: Remove unsafe printing. Reviewed-by: dholmes, tschatzl, dcubed, coleenp
Thu, 28 Jun 2018 09:40:46 +0530 8192953: sun/management/jmxremote/bootstrap/*.sh tests fail with error : revokeall.exe: Permission denied
hb [Thu, 28 Jun 2018 09:40:46 +0530] rev 50861
8192953: sun/management/jmxremote/bootstrap/*.sh tests fail with error : revokeall.exe: Permission denied Reviewed-by: cjplummer
Wed, 27 Jun 2018 20:21:42 -0700 8205528: Base64 encoding algorithm using AVX512 instructions
kvn [Wed, 27 Jun 2018 20:21:42 -0700] rev 50860
8205528: Base64 encoding algorithm using AVX512 instructions Reviewed-by: kvn, psandoz Contributed-by: smita.kamath@intel.com
Wed, 27 Jun 2018 19:09:17 -0700 8205719: Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message
cjplummer [Wed, 27 Jun 2018 19:09:17 -0700] rev 50859
8205719: Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message Summary: Include GetExitCodeThread() result in the exception message Reviewed-by: sspitsyn, dcubed
Wed, 27 Jun 2018 17:02:41 -0700 8205824: Update Graal
never [Wed, 27 Jun 2018 17:02:41 -0700] rev 50858
8205824: Update Graal Reviewed-by: iveresov, kvn
Wed, 27 Jun 2018 16:57:21 -0700 8160673: Jittester: investigate bytecode generation hangs during bytecode tests generation
iignatyev [Wed, 27 Jun 2018 16:57:21 -0700] rev 50857
8160673: Jittester: investigate bytecode generation hangs during bytecode tests generation Reviewed-by: iveresov
Thu, 28 Jun 2018 01:46:03 +0200 8190876: javadoc search on "java.se" shows "java.se" the last one among other modules
hannesw [Thu, 28 Jun 2018 01:46:03 +0200] rev 50856
8190876: javadoc search on "java.se" shows "java.se" the last one among other modules Reviewed-by: jjg
Wed, 27 Jun 2018 16:19:28 -0700 8205954: clean up hotspot ProblemList
iignatyev [Wed, 27 Jun 2018 16:19:28 -0700] rev 50855
8205954: clean up hotspot ProblemList Reviewed-by: kvn
Wed, 27 Jun 2018 16:17:11 -0700 8205942: Build failure on macosx after JDK-8189429
erikj [Wed, 27 Jun 2018 16:17:11 -0700] rev 50854
8205942: Build failure on macosx after JDK-8189429 Reviewed-by: tbell, lancea
Wed, 27 Jun 2018 15:15:11 -0700 8202554: Remove hotspot tests for javafx.* modules
iignatyev [Wed, 27 Jun 2018 15:15:11 -0700] rev 50853
8202554: Remove hotspot tests for javafx.* modules Reviewed-by: kvn
Wed, 27 Jun 2018 22:26:41 +0200 8205926: Support invokeSpecialIFC in GenerateJLIClassesPlugin
redestad [Wed, 27 Jun 2018 22:26:41 +0200] rev 50852
8205926: Support invokeSpecialIFC in GenerateJLIClassesPlugin Reviewed-by: psandoz, mchung
Wed, 27 Jun 2018 14:46:15 -0700 8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording
ccheung [Wed, 27 Jun 2018 14:46:15 -0700] rev 50851
8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording Summary: disable JFR and output a warning message during CDS dump time if JFR is enabled. Reviewed-by: jiangli, lfoltan
Wed, 27 Jun 2018 14:20:41 -0700 8205438: Re-enable shebang tests in test/jdk/tools/launchers/SourceMode.java
jjg [Wed, 27 Jun 2018 14:20:41 -0700] rev 50850
8205438: Re-enable shebang tests in test/jdk/tools/launchers/SourceMode.java Reviewed-by: mchung
Wed, 27 Jun 2018 13:43:52 -0700 8199265: java/util/Arrays/TimSortStackSize2.java fails with OOM
iignatyev [Wed, 27 Jun 2018 13:43:52 -0700] rev 50849
8199265: java/util/Arrays/TimSortStackSize2.java fails with OOM Reviewed-by: dholmes
Wed, 27 Jun 2018 21:18:33 +0100 8205945: Revert unintended changes to make/gensrc/Gensrc-jdk.hotspot.agent.gmk
dfuchs [Wed, 27 Jun 2018 21:18:33 +0100] rev 50848
8205945: Revert unintended changes to make/gensrc/Gensrc-jdk.hotspot.agent.gmk Reviewed-by: jjg, erikj
Wed, 27 Jun 2018 21:56:11 +0200 8205616: Build fails with system headers after 8204572
glaubitz [Wed, 27 Jun 2018 21:56:11 +0200] rev 50847
8205616: Build fails with system headers after 8204572 Reviewed-by: erikj Contributed-by: Magnuse Ihse Bursie <magnus.ihse.bursie@oracle.com>, Fridrich Strba <fridrich.strba@suse.com>
Wed, 27 Jun 2018 20:19:59 +0100 8205397: InetAddress has wrong declaration for readObjectNoData
dfuchs [Wed, 27 Jun 2018 20:19:59 +0100] rev 50846
8205397: InetAddress has wrong declaration for readObjectNoData Reviewed-by: alanb, rriggs
Wed, 27 Jun 2018 19:45:06 +0200 8205678: ZGC: Remove unused ZAllocationFlags::java_thread()
pliden [Wed, 27 Jun 2018 19:45:06 +0200] rev 50845
8205678: ZGC: Remove unused ZAllocationFlags::java_thread() Reviewed-by: stefank, eosterlund
Wed, 27 Jun 2018 19:45:05 +0200 8205676: ZGC: Remove TLAB allocations in relocation path
pliden [Wed, 27 Jun 2018 19:45:05 +0200] rev 50844
8205676: ZGC: Remove TLAB allocations in relocation path Reviewed-by: stefank, eosterlund
Wed, 27 Jun 2018 10:06:03 -0700 Merge
prr [Wed, 27 Jun 2018 10:06:03 -0700] rev 50843
Merge
Mon, 25 Jun 2018 17:34:55 -0700 4475138: getBestCursorSize and XFree86 4.1.0
serb [Mon, 25 Jun 2018 17:34:55 -0700] rev 50842
4475138: getBestCursorSize and XFree86 4.1.0 Reviewed-by: serb Contributed-by: takiguc@linux.vnet.ibm.com
Mon, 25 Jun 2018 14:56:07 -0700 Merge
prr [Mon, 25 Jun 2018 14:56:07 -0700] rev 50841
Merge
Mon, 25 Jun 2018 11:40:46 -0700 8187100: Support Unicode Variation Selectors
srl [Mon, 25 Jun 2018 11:40:46 -0700] rev 50840
8187100: Support Unicode Variation Selectors Summary: Support Unicode Variation Selectors Reviewed-by: prr, srl Contributed-by: Toshio Nakamura <toshiona@jp.ibm.com>
Mon, 25 Jun 2018 10:21:50 -0700 Merge
prr [Mon, 25 Jun 2018 10:21:50 -0700] rev 50839
Merge
Mon, 25 Jun 2018 14:32:46 +0530 8153732: Windows remote printer changes do not reflect in lookupPrintServices()
sveerabhadra [Mon, 25 Jun 2018 14:32:46 +0530] rev 50838
8153732: Windows remote printer changes do not reflect in lookupPrintServices() Reviewed-by: prr, psadhukhan
Mon, 25 Jun 2018 12:50:25 +0530 8194873: right ALT key hotkeys no longer work in Swing components
pbansal [Mon, 25 Jun 2018 12:50:25 +0530] rev 50837
8194873: right ALT key hotkeys no longer work in Swing components Reviewed-by: serb, psadhukhan
Mon, 25 Jun 2018 16:01:01 +0530 8202696: Remove exclusion range for phonetic chars in windows fontconfig.properties
pkbalakr [Mon, 25 Jun 2018 16:01:01 +0530] rev 50836
8202696: Remove exclusion range for phonetic chars in windows fontconfig.properties Reviewed-by: prr, naoto Contributed-by: dipak.kumar@oracle.com
Sun, 24 Jun 2018 19:45:15 -0700 8205324: Part of java.awt.Desktop.browse(URI) spec is outdated after support of applets was removed
serb [Sun, 24 Jun 2018 19:45:15 -0700] rev 50835
8205324: Part of java.awt.Desktop.browse(URI) spec is outdated after support of applets was removed Reviewed-by: prr
Sun, 24 Jun 2018 16:35:21 -0700 8205153: Delete "standard instructions" machinery in the open automated tests
serb [Sun, 24 Jun 2018 16:35:21 -0700] rev 50834
8205153: Delete "standard instructions" machinery in the open automated tests Reviewed-by: prr
Sat, 23 Jun 2018 11:48:42 -0700 8205144: JSpinner may change the font after became visible
serb [Sat, 23 Jun 2018 11:48:42 -0700] rev 50833
8205144: JSpinner may change the font after became visible Reviewed-by: psadhukhan
Fri, 22 Jun 2018 19:19:43 -0700 8205456: Unification of iterations over arrays
serb [Fri, 22 Jun 2018 19:19:43 -0700] rev 50832
8205456: Unification of iterations over arrays Reviewed-by: prr
Fri, 22 Jun 2018 13:21:23 -0700 8205494: Convert or remove all AWT applet demos
prr [Fri, 22 Jun 2018 13:21:23 -0700] rev 50831
8205494: Convert or remove all AWT applet demos Reviewed-by: serb, erikj
Fri, 22 Jun 2018 12:16:14 -0700 8205136: Move StylePad demo to the open repository
prr [Fri, 22 Jun 2018 12:16:14 -0700] rev 50830
8205136: Move StylePad demo to the open repository Reviewed-by: serb, erikj
Fri, 22 Jun 2018 10:29:14 +0530 8204946: Clean-up problem list for JDK-8202933 and JDK-8202934
sveerabhadra [Fri, 22 Jun 2018 10:29:14 +0530] rev 50829
8204946: Clean-up problem list for JDK-8202933 and JDK-8202934 Reviewed-by: prr
Thu, 21 Jun 2018 16:58:09 -0700 8205498: Typo in fix for 8205119 breaks Solaris demo build
prr [Thu, 21 Jun 2018 16:58:09 -0700] rev 50828
8205498: Typo in fix for 8205119 breaks Solaris demo build Reviewed-by: serb
Thu, 21 Jun 2018 14:32:41 -0700 8205119: SwingApplet demo should be removed
prr [Thu, 21 Jun 2018 14:32:41 -0700] rev 50827
8205119: SwingApplet demo should be removed Reviewed-by: serb
Thu, 21 Jun 2018 12:54:30 -0700 8205441: Upgrade to harfbuzz 1.8.1
prr [Thu, 21 Jun 2018 12:54:30 -0700] rev 50826
8205441: Upgrade to harfbuzz 1.8.1 Reviewed-by: serb
Thu, 21 Jun 2018 09:53:50 -0700 Merge
prr [Thu, 21 Jun 2018 09:53:50 -0700] rev 50825
Merge
Wed, 20 Jun 2018 11:12:48 -0700 8203003: Several FileDialog Modality Tests fail on Linux due to X errors
serb [Wed, 20 Jun 2018 11:12:48 -0700] rev 50824
8203003: Several FileDialog Modality Tests fail on Linux due to X errors Reviewed-by: prr, psadhukhan
Wed, 27 Jun 2018 09:56:06 -0700 8202698: Update Graal for JEP 181 - Nest-based access control
iveresov [Wed, 27 Jun 2018 09:56:06 -0700] rev 50823
8202698: Update Graal for JEP 181 - Nest-based access control Reviewed-by: kvn
Wed, 27 Jun 2018 18:46:30 +0200 8204157: Compiler.sunflow hangs after JDK-8192992
neliasso [Wed, 27 Jun 2018 18:46:30 +0200] rev 50822
8204157: Compiler.sunflow hangs after JDK-8192992 Summary: Treat non-loop phis as stores Reviewed-by: thartmann
Wed, 27 Jun 2018 09:45:18 -0700 8200243: System error message is decoded as invalid encoding in Windows.
sherman [Wed, 27 Jun 2018 09:45:18 -0700] rev 50821
8200243: System error message is decoded as invalid encoding in Windows. Reviewed-by: alanb
Wed, 27 Jun 2018 09:31:51 -0700 8205058: (fs) Files read/writeString should throw CharacterCodingException instead of IOException with an IllegalArgumentException as cause
joehw [Wed, 27 Jun 2018 09:31:51 -0700] rev 50820
8205058: (fs) Files read/writeString should throw CharacterCodingException instead of IOException with an IllegalArgumentException as cause Reviewed-by: sherman, alanb, lancea
Wed, 27 Jun 2018 11:55:35 -0400 8205699: assert(_owner_offset != 0) failed in javaClasses.cpp
jiangli [Wed, 27 Jun 2018 11:55:35 -0400] rev 50819
8205699: assert(_owner_offset != 0) failed in javaClasses.cpp Summary: Added java_util_concurrent_locks_AbstractOwnableSynchronizer::serialize. Reviewed-by: ccheung, dholmes
Wed, 27 Jun 2018 20:04:31 +0530 8189429: SA: MacOSX: Replace the deprecated PT_ATTACH with PT_ATTACHEXC
jgeorge [Wed, 27 Jun 2018 20:04:31 +0530] rev 50818
8189429: SA: MacOSX: Replace the deprecated PT_ATTACH with PT_ATTACHEXC Summary: Avoid the waitpid() and receive, handle and reply to the incoming Mach exception message obtained with PT_ATTACHEXC. Reviewed-by: sballal, erikj, gziemski, rwestberg, dholmes, dcubed, poonam, dsamersoff
Wed, 27 Jun 2018 09:36:34 -0400 8066709: Make some JDK system properties read only
rriggs [Wed, 27 Jun 2018 09:36:34 -0400] rev 50817
8066709: Make some JDK system properties read only Reviewed-by: lancea, sundar, bchristi, weijun, mchung, alanb, mullan
Wed, 27 Jun 2018 09:52:23 +0200 8199940: Print more information about class loaders in IllegalAccessErrors.
goetz [Wed, 27 Jun 2018 09:52:23 +0200] rev 50816
8199940: Print more information about class loaders in IllegalAccessErrors. Reviewed-by: lfoltan, mchung
Wed, 27 Jun 2018 12:46:15 +0200 8205583: Crash in ConcurrentHashTable do_bulk_delete_locked_for
rehn [Wed, 27 Jun 2018 12:46:15 +0200] rev 50815
8205583: Crash in ConcurrentHashTable do_bulk_delete_locked_for Reviewed-by: coleenp, gziemski
Wed, 27 Jun 2018 11:54:15 +0200 8205609: [PPC64] Fix PPC64 part of 8010319 and TLH without UseSIGTRAP on AIX
mdoerr [Wed, 27 Jun 2018 11:54:15 +0200] rev 50814
8205609: [PPC64] Fix PPC64 part of 8010319 and TLH without UseSIGTRAP on AIX Reviewed-by: dholmes, goetz
Wed, 27 Jun 2018 02:20:55 -0700 8205111: Develop new Test to verify different key types for supported TLS protocols.
ssahoo [Wed, 27 Jun 2018 02:20:55 -0700] rev 50813
8205111: Develop new Test to verify different key types for supported TLS protocols. Summary: TLS test with different key types for supported. Reviewed-by: xuelei
Wed, 27 Jun 2018 11:05:07 +0200 8205663: ZGC: Log metaspace used/capacity/committed/reserved
pliden [Wed, 27 Jun 2018 11:05:07 +0200] rev 50812
8205663: ZGC: Log metaspace used/capacity/committed/reserved Reviewed-by: stefank, ehelin
Wed, 27 Jun 2018 11:05:01 +0200 8205664: Move detailed metaspace logging from debug to trace
pliden [Wed, 27 Jun 2018 11:05:01 +0200] rev 50811
8205664: Move detailed metaspace logging from debug to trace Reviewed-by: stuefe, stefank
Wed, 27 Jun 2018 12:56:21 +0530 8187288: bad (no) wrapping for modifier and type column
pmuthuswamy [Wed, 27 Jun 2018 12:56:21 +0530] rev 50810
8187288: bad (no) wrapping for modifier and type column Reviewed-by: jjg
Tue, 26 Jun 2018 19:45:59 -0700 8203670: unmodifiable List iterator() implementations should not be ListIterators
smarks [Tue, 26 Jun 2018 19:45:59 -0700] rev 50809
8203670: unmodifiable List iterator() implementations should not be ListIterators Reviewed-by: redestad, igerasim, plevart
Wed, 27 Jun 2018 09:44:46 +0800 8205673: Problem list RmiRegistrySslTest.java and RmiSslBootstrapTest.sh
amlu [Wed, 27 Jun 2018 09:44:46 +0800] rev 50808
8205673: Problem list RmiRegistrySslTest.java and RmiSslBootstrapTest.sh Reviewed-by: xuelei
Tue, 26 Jun 2018 17:41:42 -0700 8205625: linux-aarch64-cmp-baseline fails builds-tier5
erikj [Tue, 26 Jun 2018 17:41:42 -0700] rev 50807
8205625: linux-aarch64-cmp-baseline fails builds-tier5 Reviewed-by: dholmes
Tue, 26 Jun 2018 16:01:37 -0700 8199580: [TESTBUG] Un-quarantine vm/mlvm/indy/func/jdi/breakpointOtherStratum and breakpoint
iignatyev [Tue, 26 Jun 2018 16:01:37 -0700] rev 50806
8199580: [TESTBUG] Un-quarantine vm/mlvm/indy/func/jdi/breakpointOtherStratum and breakpoint Reviewed-by: kvn
Tue, 26 Jun 2018 15:46:20 -0700 8205723: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java
sspitsyn [Tue, 26 Jun 2018 15:46:20 -0700] rev 50805
8205723: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java Summary: Add the test to the ProblemList.txt Reviewed-by: dcubed, cjplummer
Wed, 27 Jun 2018 00:16:37 +0200 8205703: [JVMCI] Expose all GC selection flags
dnsimon [Wed, 27 Jun 2018 00:16:37 +0200] rev 50804
8205703: [JVMCI] Expose all GC selection flags Reviewed-by: kvn, dlong
Tue, 26 Jun 2018 16:59:38 -0400 8205559: Remove IN_CONCURRENT_ROOT Access decorator
kbarrett [Tue, 26 Jun 2018 16:59:38 -0400] rev 50803
8205559: Remove IN_CONCURRENT_ROOT Access decorator Summary: Removed decorator and made all NativeAccess use barriers. Reviewed-by: pliden, stefank
Tue, 26 Jun 2018 13:50:59 -0700 8205721: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java
sspitsyn [Tue, 26 Jun 2018 13:50:59 -0700] rev 50802
8205721: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java Summary: Add the test to the ProblemList.txt Reviewed-by: dcubed
Tue, 26 Jun 2018 13:55:17 +0200 8144992: Remove OopIterateClosure::idempotent
stefank [Tue, 26 Jun 2018 13:55:17 +0200] rev 50801
8144992: Remove OopIterateClosure::idempotent Reviewed-by: pliden, kbarrett
Tue, 26 Jun 2018 13:54:19 +0200 8205607: Use oop_iterate instead of oop_iterate_no_header
stefank [Tue, 26 Jun 2018 13:54:19 +0200] rev 50800
8205607: Use oop_iterate instead of oop_iterate_no_header Reviewed-by: pliden, kbarrett
Tue, 26 Jun 2018 12:29:20 -0700 8205701: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java
sspitsyn [Tue, 26 Jun 2018 12:29:20 -0700] rev 50799
8205701: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java Summary: Add the test to the ProblemList.txt Reviewed-by: dcubed
Tue, 26 Jun 2018 14:15:49 -0400 8205648: fix for 8205195 breaks secondary error handling
dcubed [Tue, 26 Jun 2018 14:15:49 -0400] rev 50798
8205648: fix for 8205195 breaks secondary error handling Summary: Only grab Threads_lock in VMError::controlled_crash() when we don't already own it. Reviewed-by: sspitsyn, stuefe
(0) -30000 -10000 -3000 -1000 -768 +768 +1000 +3000 tip