Fri, 22 Nov 2019 19:23:30 -0800 dlong 8234432: AOT tests failing with 'used 'epsilon gc' is different from current 'g1 gc'' after CMS removal
Fri, 22 Nov 2019 15:32:00 -0800 iklam 8234622: [TESTBUG] ArchivedModuleCompareTest.java fails with -vmoptions:-Xlog:cds
Fri, 22 Nov 2019 15:31:52 -0800 iklam 8233446: Improve error handling when specified dynamic archive doesn't exist
Fri, 22 Nov 2019 14:48:40 -0800 iklam 8234429: appcds/dynamicArchive tests crashing with Graal
Fri, 22 Nov 2019 17:03:55 -0800 manc 8087198: G1 card refinement: batching, sorting
Fri, 22 Nov 2019 16:26:35 -0800 jjg 8234687: change javap reporting on unknown attributes
Fri, 22 Nov 2019 13:44:06 -0800 mseledtsov 8229209: [TESTBUG] test for cross-process JFR event streaming
Fri, 22 Nov 2019 11:34:22 -0800 mchung 8233956: MethodHandles.dropArguments javadoc lists parameters in wrong order
Fri, 22 Nov 2019 10:38:35 -0800 jjg 8232170: FSInfo#getJarClassPath throws an exception not declared in its throws clause
Fri, 22 Nov 2019 17:53:09 +0000 dfuchs 8231516: network QuickAckTest.java failed due to "SocketException: maximum number of DatagramSockets reached"
Fri, 22 Nov 2019 09:00:16 -0800 bpb 8164993: (ch) ReadableByteChannel should note a possible IllegalArgumentException
Fri, 22 Nov 2019 17:20:43 +0100 egahlin 8233700: EventStream not closed
Fri, 22 Nov 2019 09:06:35 -0500 dcubed 8234544: ObjectSynchronizer::FastHashCode() cleanups from Async Monitor Deflation project
Fri, 22 Nov 2019 11:52:48 +0000 dfuchs 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
Fri, 22 Nov 2019 10:07:21 +0000 sspitsyn 8169467: GetLocalInstance returns JVMTI_ERROR_TYPE_MISMATCH (rather than JVMTI_ERROR_INVALID_SLOT) on static method
Fri, 22 Nov 2019 10:03:38 +0100 tschatzl 8233597: Clean up code in G1Analytics::compute_pause_time_ratio
Fri, 22 Nov 2019 10:03:38 +0100 tschatzl 8233702: Introduce helper function to clamp value to range
Fri, 22 Nov 2019 10:03:38 +0100 tschatzl 8234000: Make HeapRegion::bottom/end/hrm_index const
Fri, 22 Nov 2019 10:03:38 +0100 tschatzl 8233997: Some members of HeapRegion are not cleared in HeapRegion::hr_clear()
Fri, 22 Nov 2019 10:03:38 +0100 tschatzl 8233306: Sort members in G1's HeapRegion after removal of Space dependency
Mon, 18 Nov 2019 16:49:39 +0100 mbaesken 8234339: replace JLI_StrTok in java_md_solinux.c
Fri, 22 Nov 2019 09:25:09 +0100 clanger 8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem
Thu, 21 Nov 2019 23:32:11 -0500 dbuck 8230611: infinite loop in LogOutputList::wait_until_no_readers()
Thu, 21 Nov 2019 18:42:33 -0800 xuelei 8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll
Fri, 22 Nov 2019 09:33:03 +0800 weijun 8026393: jarsigner never shows a warning in badKeyUsage case
Fri, 22 Nov 2019 00:29:48 +0000 joehw 8233548: Update CUP to v0.11b
Thu, 21 Nov 2019 14:15:31 -0800 iignatyev 8234290: compiler/c2/Test6857159.java times out and fail to clean up files
Thu, 21 Nov 2019 13:41:24 -0800 jjg 8234051: doclet crashes if HTML files in module doc-files directories
Thu, 21 Nov 2019 18:54:21 +0000 hseigel 8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
Thu, 21 Nov 2019 17:51:11 +0000 michaelm Merge unixdomainchannels
Thu, 21 Nov 2019 17:04:27 +0000 alitvinov 8068184: Fix for JDK-8032832 caused a deadlock
Thu, 21 Nov 2019 16:33:00 +0000 pconcannon 8234083: DatagramSocket should report SO_BROADCAST as a supported option
Thu, 21 Nov 2019 12:14:29 +0000 chegar 8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup
Thu, 21 Nov 2019 12:14:28 +0000 chegar 8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError
Thu, 21 Nov 2019 12:14:26 +0000 chegar 8232101: (sctp) Add minimal sanity tests for SCTP
Thu, 21 Nov 2019 12:14:25 +0000 chegar 8233845: (sctp) Relax assertion in sun.nio.ch.sctp.AssociationChange::association
Thu, 21 Nov 2019 09:10:21 +0000 jboes 8234335: Remove line break in class declaration in java.base
Wed, 20 Nov 2019 10:13:10 +0000 pconcannon 8234103: DatagramSocketImpl::socket is not needed
Thu, 21 Nov 2019 11:31:58 +0000 coffeys 8233801: GCMEmptyIv.java test fails on Solaris 11.4
Thu, 21 Nov 2019 11:42:54 +0100 tschatzl 8228609: G1 copy cost prediction uses used vs. actual copied byte
Wed, 20 Nov 2019 14:16:29 +0100 mbaesken 8234501: remove obsolete NET_ReadV
Thu, 21 Nov 2019 13:50:11 +0530 psadhukhan Merge
Wed, 20 Nov 2019 12:18:46 +0530 trebari 8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
Wed, 20 Nov 2019 11:29:27 +0530 psadhukhan 8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly
Wed, 20 Nov 2019 10:52:28 +0530 psadhukhan Merge
Wed, 20 Nov 2019 09:28:31 +0900 ysuenaga 8233707: systemScale.cpp could not compile with VS2019
Fri, 15 Nov 2019 16:58:07 +0530 jdv 8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows
Fri, 15 Nov 2019 09:27:50 +0100 neugens 8234107: Several AWT modal dialog tests failing on Linux after JDK-8231991
Thu, 14 Nov 2019 15:13:29 -0800 serb 8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
Thu, 14 Nov 2019 10:59:45 +0530 psadhukhan 8233634: [TESTBUG] Swing text test bug4278839.java fails on macos
Thu, 14 Nov 2019 10:56:09 +0530 psadhukhan 8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64
Tue, 12 Nov 2019 15:54:24 +0100 neugens 8231991: Mouse wheel change focus on awt/swing windows
Tue, 12 Nov 2019 12:29:09 +0530 psadhukhan 8233910: java/awt/ColorClass/AlphaColorTest.java is failing intermittently in nightly lnux-x64 system
Fri, 08 Nov 2019 13:16:27 +0530 psadhukhan 8233833: ProblemList java/awt/Frame/FrameLocation/FrameLocation.java for linux-x64
Fri, 08 Nov 2019 05:24:29 +0000 serb 8233657: Intermittent NPE in Component.validate()
Thu, 07 Nov 2019 11:30:22 +0530 psadhukhan 8214578: [macos] Problem with backslashes on macOS/JIS keyboard: Java ignores system settings
Wed, 06 Nov 2019 11:05:28 +0530 psadhukhan 8231084: Large performance regression in SwingMark TextArea in 14-b13
Wed, 06 Nov 2019 10:48:10 +0530 psadhukhan 8229935: [TEST_BUG]: bug8132119.java inconsistently positions text
Tue, 05 Nov 2019 15:55:46 -0800 prr 8233649: Update ProblemList.txt to exclude failing headful tests on macos
Tue, 05 Nov 2019 16:33:55 +0530 psadhukhan 8233583: ProblemList javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java & ShapedPerPixelTranslucentGradient.java failing incosistently in linux-x64
Tue, 05 Nov 2019 11:00:42 +0530 psadhukhan Merge
Mon, 04 Nov 2019 10:01:55 -0800 prr 8233097: Fontmetrics for large Fonts has zero width
Thu, 24 Oct 2019 14:54:31 -0700 serb 8232200: [macos 10.15] Windows in fullscreen tests jumps around the screen
Wed, 30 Oct 2019 13:47:49 -0700 prr 8232154: Update Mesa 3-D Headers to version 19.2.1
Wed, 30 Oct 2019 16:59:40 +0530 arapte 8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
Fri, 25 Oct 2019 13:32:01 -0700 prr 8175984: ICC_Profile has un-needed, not-empty finalize method
Thu, 24 Oct 2019 01:02:08 -0700 serb 8213119: [macos] java/awt/GraphicsDevice/CheckDisplayModes.java fails
Fri, 18 Oct 2019 09:25:06 -0700 prr Merge
Thu, 17 Oct 2019 14:07:02 -0700 serb 8230869: [macos 10.15] The String "X Y Z" was not set to application's icon in the taskbar
Wed, 16 Oct 2019 22:30:30 +0100 aivanov 8223558: Java does not render Myanmar script correctly
Tue, 15 Oct 2019 22:42:23 -0700 serb 8232225: Rework the fix for JDK-8071483
Tue, 19 Nov 2019 09:56:43 +0100 mbaesken 8234323: NULL-check return value of SurfaceData_InitOps on macosx
Wed, 20 Nov 2019 05:58:19 +0000 xgong 8234321: Call cache flush after generating trampoline.
Thu, 21 Nov 2019 09:55:12 +0800 jiefu 8234499: [Graal] compiler/compilercontrol/CompilationModeHighOnlyTest.java test fails with timeout
Thu, 21 Nov 2019 03:33:36 +0100 jwilhelm Added tag jdk-14+24 for changeset 438337c846fb
Wed, 20 Nov 2019 18:23:06 -0800 iignatyev 8147017: Platform.isGraal should be removed
Wed, 20 Nov 2019 16:10:38 -0800 amenkov 8234358: Update ProblemList entry for NashornPopFrameTest
Wed, 20 Nov 2019 10:17:37 -0500 herrick JDK-8234402: revert change that stopped providing JPackageToolProvider JDK-8200758-branch
Tue, 19 Nov 2019 18:45:08 -0500 herrick merge JDK-8200758-branch
Tue, 12 Nov 2019 00:30:55 -0300 mbalao 8233404: System property to set the number of PBE iterations in JCEKS keystores jdk-14+24
Wed, 20 Nov 2019 14:51:42 +0000 eosterlund 8234512: Missing pieces from JDK-8224816
Wed, 20 Nov 2019 09:10:02 -0500 dcubed 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
Fri, 01 Nov 2019 10:28:15 +0100 stuefe LeftOverBins as an optional replacement of free block dictionary which is rather ineffective stuefe-new-metaspace-branch
Wed, 20 Nov 2019 10:37:46 +0100 pliden 8234438: Remove some CMS leftovers
Wed, 20 Nov 2019 10:37:46 +0100 pliden 8234437: Remove CollectedHeap::safe_object_iterate()
Wed, 20 Nov 2019 10:37:46 +0100 pliden 8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled
Wed, 20 Nov 2019 10:37:46 +0100 pliden 8234382: Test tools/javac/processing/model/testgetallmembers/Main.java using too small heap
Wed, 20 Nov 2019 10:37:46 +0100 pliden 8234361: ZGC: Move heuristics code in ZWorker to ZHeuristics
Wed, 20 Nov 2019 10:37:46 +0100 pliden 8234338: ZGC: Improve small heap usage
Wed, 20 Nov 2019 10:37:46 +0100 pliden 8234312: ZGC: Adjust warmup criteria
Wed, 20 Nov 2019 10:37:45 +0100 pliden 8234379: ZGC: Do not resize TALBs unless -XX:ResizeTLAB is enabled
Wed, 20 Nov 2019 08:35:53 +0000 alanb 8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS)
Wed, 20 Nov 2019 09:12:07 +0100 lucy 8231460: Performance issue (CodeHeap) with large free blocks
Wed, 20 Nov 2019 16:37:42 +0900 itakiguchi 8230873: [AIX] GUI app does not work with UTF-8 locale on minimum software requirements
Wed, 20 Nov 2019 09:29:23 +0300 bulasevich 8233113: ARM32: assert on UnsafeJlong mutex rank check
Tue, 19 Nov 2019 16:26:58 -0800 darcy 8234381: API docs should mention special handling of enums in serialization
Wed, 20 Nov 2019 08:12:14 +0800 weijun 8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException
Tue, 19 Nov 2019 23:22:27 +0100 redestad 8233497: Optimize default method generation by data structure reuse
Tue, 19 Nov 2019 12:28:39 -0800 sangheki 8232533: G1 uses only a single thread for pretouching the java heap
Tue, 19 Nov 2019 20:01:05 +0100 stuefe Honor AlwaysPreTouch when commiting memory stuefe-new-metaspace-branch
Tue, 19 Nov 2019 10:02:46 -0800 bchristi 8233272: The Class.forName specification should be updated to match the long-standing implementation with respect to class linking
Fri, 15 Nov 2019 11:05:03 +0100 cgo 8231954: Test compiler/codegen/TestCharVect2.java only works with server VMs
Tue, 19 Nov 2019 16:58:25 +0100 stuefe Fix bug in zap_range and add virtual space test stuefe-new-metaspace-branch
Tue, 19 Nov 2019 16:53:17 +0100 stuefe Verify metaspace when printing VM.metaspace stuefe-new-metaspace-branch
Tue, 19 Nov 2019 11:35:29 +0000 alanb 8233922: Service binding augments module graph with observable incubator modules
Mon, 18 Nov 2019 23:41:06 -0500 dholmes 8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1)
Tue, 19 Nov 2019 13:33:09 +0900 ysuenaga 8220074: Clean up GCC 8.3 errors in LittleCMS
Mon, 18 Nov 2019 16:03:51 -0800 iignatyev 8233462: serviceability/tmtools/jstat tests times out with -Xcomp
Mon, 18 Nov 2019 14:13:11 -0800 iignatyev 8234304: runtime/cds/appcds/javaldr tests should use driver mode
Mon, 18 Nov 2019 13:22:27 +0100 cgo 8234324: ARM32 build broken after 8231610
Mon, 18 Nov 2019 12:40:06 -0500 herrick merge JDK-8200758-branch
Wed, 13 Nov 2019 17:21:31 -0500 herrick Merge JDK-8200758-branch
Mon, 18 Nov 2019 18:21:18 +0100 mdoerr 8233193: Incorrect bailout from possibly_add_compiler_threads
Mon, 18 Nov 2019 16:48:05 +0000 dfuchs 8233141: DatagramSocket.send doesn't specify exception thrown when no target address
Mon, 18 Nov 2019 16:53:41 +0000 michaelm unixdomainchannels: autobound local address problem unixdomainchannels
Mon, 18 Nov 2019 17:11:06 +0100 lucy 8233787: Break cycle in vm_version* includes
Mon, 18 Nov 2019 16:10:32 +0100 redestad 8234248: More VectorSet cleanups
Wed, 06 Nov 2019 18:06:36 +0100 sgehwolf 8233712: Limit default tests jobs based on ulimit -u setting
Fri, 15 Nov 2019 16:10:29 +0100 mbaesken 8233219: NMT output on AIX misses some categories
Fri, 15 Nov 2019 21:19:56 -0500 dcubed 8234274: [BACKOUT] JDK-8204128 NMT might report incorrect numbers for Compiler area
(0) -30000 -10000 -3000 -1000 -120 tip