Wed, 19 Dec 2018 10:30:43 +0100 mbaesken 8215411: some GetByteArrayElements calls miss corresponding Release
Tue, 18 Dec 2018 16:50:35 +0000 pli 8212043: Add floating-point Math.min/max intrinsics
Tue, 18 Dec 2018 16:22:46 -0500 vromero 8207224: Javac compiles source code despite illegal use of unchecked conversions
Tue, 18 Dec 2018 07:33:07 -0500 gadams 8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
Tue, 18 Dec 2018 10:26:15 +0000 alanb 8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny
Thu, 13 Dec 2018 11:05:40 -0800 cushon 8215368: Make Check.checkOverride call diagnosticPositionFor lazily
Thu, 13 Dec 2018 10:08:22 -0800 cushon 8215366: Code quality improvements in com.sun.tools.javac.code.TypeAnnotations
Tue, 11 Dec 2018 10:23:15 -0800 jcbeyler 8215228: Use a constant hash table size in order to enable compiler optimization
Mon, 17 Dec 2018 11:37:40 +0100 lkorinth 8214946: G1: Initialize all class members on construction
Fri, 14 Dec 2018 16:52:17 -0800 dnsimon 8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
Fri, 14 Dec 2018 13:13:06 -0800 jcbeyler 8201655: Add thread-enabled support for the Heap Sampling
Fri, 14 Dec 2018 14:17:22 -0500 lancea 8215372: Incorrect nio/file/DirectoryStream/Basic.java tests for validating the use of a glob
Fri, 14 Dec 2018 10:51:09 -0800 jcbeyler 8215329: Modify ZGC requirement for HeapMonitorThreadTest.java
Fri, 14 Dec 2018 13:30:21 +0000 alanb 8214077: test java/io/File/SetLastModified.java fails on ARM32
Fri, 14 Dec 2018 09:59:08 +0100 mdoerr 8214352: C1: Unnecessary "compilation bailout: block join failed" with JVMTI
Fri, 14 Dec 2018 01:34:13 +0100 jwilhelm Merge
Thu, 13 Dec 2018 23:25:00 +0100 egahlin 8215362: JFR GTest JfrTestNetworkUtilization fails jdk-12+24
Thu, 13 Dec 2018 14:16:21 -0800 lmesnik 8215369: Jcstress pollute /var/tmp with temporary files.
Thu, 13 Dec 2018 11:05:22 -0800 afarley 8215217: OpenJDK source has too many swear words
Thu, 13 Dec 2018 19:06:11 +0100 darcy 8205626: Start of release updates for JDK 13
Thu, 13 Dec 2018 17:01:15 +0100 jwilhelm Added tag jdk-13+0 for changeset cc4098b3bc10
Thu, 13 Dec 2018 16:45:26 +0100 shade 8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures jdk-13+0
Thu, 13 Dec 2018 16:45:24 +0100 shade 8181143: Introduce diagnostic flag to abort VM on too long VM operations
Thu, 13 Dec 2018 10:35:09 -0500 vromero 8215300: additional changes to constants API
Thu, 13 Dec 2018 15:31:05 +0100 redestad 8215281: Use String.isEmpty() when applicable in java.base
Thu, 13 Dec 2018 16:14:07 +0100 shade 8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions)
Thu, 13 Dec 2018 15:40:11 +0100 egahlin 8215237: jdk.jfr.Recording javadoc does not compile
Wed, 12 Dec 2018 13:50:57 -0500 zgu 8215220: Simplify Shenandoah task termination in aborted paths
Thu, 13 Dec 2018 14:36:54 +0100 mgronlun 8215284: Reduce noise induced by periodic task getFileSize()
Thu, 13 Dec 2018 14:21:04 +0100 egahlin 8215175: Inconsistencies in JFR event metadata
Thu, 13 Dec 2018 10:25:50 +0100 sgehwolf 8215342: [Zero] Build fails after JDK-8200613
Wed, 12 Dec 2018 12:36:53 -0500 mhorie 8215262: PPC64: FMA Vectorization on PPC64
Thu, 13 Dec 2018 08:36:10 +0100 goetz 8215534: [testbug] some jfr test don't check @requires vm.hasJFR
Thu, 13 Dec 2018 11:27:37 +0000 dfuchs 8211093: Default logging.properties sets log level for com.xyz.foo
Thu, 13 Dec 2018 15:11:25 +0530 jgeorge 8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter
Thu, 13 Dec 2018 17:28:30 +0800 weijun 8213010: Supporting keys created with certmgr.exe
Thu, 13 Dec 2018 17:28:19 +0800 weijun 8213009: Refactoring existing SunMSCAPI classes
Thu, 13 Dec 2018 09:02:52 +0000 alanb 8214696: Module class should be filtered by core reflection
Thu, 13 Dec 2018 13:03:26 +0530 jgeorge 8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching
Thu, 13 Dec 2018 08:26:07 +0100 jlahoda 8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\"
Wed, 12 Dec 2018 23:08:01 -0800 jcm 8211034: OnStackReplacePercentage option checking has bugs
Wed, 12 Dec 2018 22:23:48 -0800 epavlova 8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest
Wed, 12 Dec 2018 21:02:46 -0800 kvn 8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754
Thu, 13 Dec 2018 12:34:35 +0800 jjiang 8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
Wed, 12 Dec 2018 20:13:39 -0800 dl 8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates
Thu, 13 Dec 2018 12:03:03 +0800 weijun 8214568: Use {@systemProperty} for definitions of system properties
Thu, 13 Dec 2018 11:16:33 +0800 weijun 8076190: Customizing the generation of a PKCS12 keystore
Thu, 13 Dec 2018 01:15:21 +0000 valeriep 7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck
Thu, 13 Dec 2018 08:23:56 +0800 jjiang 8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java failed with incorrect jtreg tags order
Wed, 12 Dec 2018 15:01:29 -0800 mr 8215301: Module-summary page is unreadably wide
Wed, 12 Dec 2018 14:48:34 -0800 vdeshpande 8214751: X86: Support for VNNI Instructions
Wed, 12 Dec 2018 15:35:20 -0500 rriggs 8215309: Convert package.html files to package-info.java files
Wed, 12 Dec 2018 12:17:33 -0800 ascarpino 8214074: Ghash optimization using AVX instructions
Wed, 12 Dec 2018 11:45:10 -0800 henryjen 8215000: tools/launcher/JliLaunchTest.java fails on Windows
Wed, 12 Dec 2018 11:17:21 -0800 mchung 8215238: (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules
Thu, 13 Dec 2018 00:46:39 +0900 tnakamura 8213183: InputMethod cannot be used after its restarting
Wed, 12 Dec 2018 19:04:05 +0100 ihse 8215304: Make target "docs-jdk-index" has unnecessary dependencies
Wed, 12 Dec 2018 18:59:23 +0100 ihse 8214741: docs/index.html has no title or copyright
Tue, 11 Dec 2018 15:47:31 +0100 ihse 8214910: If pandoc is present, markdown spec files should be processed
Wed, 12 Dec 2018 09:50:39 -0800 erikj 8215239: Make deletes images/jdk/bin/java if something goes wrong
Wed, 12 Dec 2018 18:43:16 +0100 egahlin 8214750: Unnecessary <p> tags in jfr classes
Wed, 12 Dec 2018 18:35:26 +0100 egahlin 8165675: Trace event for thread park has incorrect unit for timeout
Wed, 12 Dec 2018 14:18:16 +0100 eosterlund 8215206: VtableStubs::find_stub is not appropriately protected by VtableStubs_lock
Tue, 11 Dec 2018 20:31:18 -0500 mhorie 8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace
Wed, 12 Dec 2018 13:28:50 +0100 redestad 8215159: Improve initial setup of system Properties
Wed, 12 Dec 2018 15:26:49 +0300 dpochepk 8205421: AARCH64: StubCodeMark should be placed after alignment
Wed, 12 Dec 2018 11:34:08 +0000 clanger 8214892: Delayed starting of debugging via jcmd
Wed, 12 Dec 2018 12:00:02 +0100 tschatzl 8152724: Sum of eden before GC and current survivor capacity may be larger than heap size
Wed, 12 Dec 2018 15:04:47 +0530 psadhukhan Merge
Tue, 11 Dec 2018 11:45:43 +0530 jdv 8214876: Add "intermittent" key for imageio/stream/StreamCloserLeak/run_test.sh
Tue, 11 Dec 2018 11:41:08 +0530 jdv 8214817: Bad links in ImageInputStream.java & ImageOutputStream.java
Tue, 11 Dec 2018 10:47:37 +0530 psadhukhan Merge
Mon, 10 Dec 2018 12:33:23 -0800 prr 8212703: Remove sun.java2d.fontpath property from java launcher code
Fri, 07 Dec 2018 09:38:07 +0530 psadhukhan 8214943: PIT: javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java errors out in mac
Thu, 06 Dec 2018 10:50:44 -0800 kcr 8214805: Mark deprecated netscape.javascript.JSObject::getWindow API forRemoval=true
Thu, 06 Dec 2018 13:32:15 +0000 dmarkov 8213983: [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed
Wed, 05 Dec 2018 12:59:50 -0800 itakiguchi 8214002: Cannot use italic font style if the font has embedded bitmap
Wed, 05 Dec 2018 15:48:47 +0530 psadhukhan 8213049: Invalid HTML5 in javax.swing files
Wed, 05 Dec 2018 15:42:29 +0530 psadhukhan Merge
Tue, 04 Dec 2018 13:09:20 -0800 serb 8198398: Test javax/swing/JColorChooser/Test6199676.java fails in mach5
Fri, 30 Nov 2018 13:31:31 +0100 mbaesken 8214380: AwtDragSource function LoadCache misses a ReleaseLongArrayElements in special case
Wed, 12 Dec 2018 13:01:29 +0530 pmuthuswamy 8214468: jQuery UI upgrade from 1.11.4 to 1.12.1
Wed, 12 Dec 2018 10:13:11 +0530 jgeorge 8200613: SA: jstack throws UnmappedAddressException with a CDS core file
Tue, 11 Dec 2018 19:55:27 -0800 dl 8214457: Miscellaneous changes imported from jsr166 CVS 2018-12
Tue, 11 Dec 2018 19:55:27 -0800 dl 8214427: probable bug in logic of ConcurrentHashMap.addCount()
Tue, 11 Dec 2018 19:55:27 -0800 dl 8214559: Use {@systemProperty} for definitions of system properties
Tue, 11 Dec 2018 16:50:43 -0800 iveresov 8215224: Update Graal
Tue, 11 Dec 2018 18:00:17 -0500 kbarrett 8215097: Do not create NonJavaThreads before BarrierSet
Tue, 11 Dec 2018 13:13:18 -0800 naoto 8215194: Initial size of UnicodeBlock map is incorrect
Tue, 11 Dec 2018 13:10:14 -0800 smarks 8199394: Object.hashCode should not mention anything about memory addresses
Tue, 11 Dec 2018 12:45:38 -0800 jcbeyler 8215160: Normalize spaces for remaining vmTestbase tests
Tue, 11 Dec 2018 14:09:54 -0600 gziemski 8214310: SymbolTable: Use get and insert
Tue, 11 Dec 2018 14:09:55 -0500 ecaspole 8215140: Port missing crypto JMH micros from jmh-jdk-microbenchmarks
Tue, 11 Dec 2018 10:29:30 -0800 jcbeyler 8215161: Normalize spaces for vmTestbase/[a-j]
Tue, 11 Dec 2018 13:22:20 -0500 mullan 8207258: Distrust TLS server certificates anchored by Symantec Root CAs
Tue, 11 Dec 2018 11:01:02 -0500 apetcher 8214688: TLS 1.3 session resumption with hello retry request failed with "illegal_parameter"
Tue, 11 Dec 2018 09:42:45 -0500 apetcher 8208698: Improved ECC Implementation
Tue, 11 Dec 2018 10:29:08 -0500 hseigel 8215165: Improve -Xlog:class+preview message text
Tue, 11 Dec 2018 15:09:15 +0000 dfuchs 8215008: Clear confusion between URL/URI paths and file system paths
Fri, 07 Dec 2018 14:35:57 +0100 sgroeger 8211844: [aix] ProcessBuilder: Piping between created processes does not work.
Tue, 11 Dec 2018 09:36:49 -0500 apetcher 8208648: ECC Field Arithmetic Enhancements
Tue, 11 Dec 2018 15:21:50 +0100 ihse 8215131: Pandoc 2.3/build documentation fixes
Tue, 11 Dec 2018 15:18:57 +0100 ihse 8214720: Add pandoc filter to improve html man page output
Tue, 11 Dec 2018 11:08:39 +0100 eosterlund 8214897: ZGC: Concurrent Class Unloading
Tue, 11 Dec 2018 11:29:28 +0100 jlahoda 8214491: Upgrade to JLine 3.9.0
Tue, 11 Dec 2018 10:15:28 +0100 mdoerr 8215144: PPC64: Wrong assertion "illegal object size"
Tue, 11 Dec 2018 09:10:24 +0100 jlahoda 8214114: Switch expressions with try-catch statements
Tue, 11 Dec 2018 08:05:38 +0800 mli 8213409: Refactor sun.text.IntHashtable:i18n shell tests to plain java tests
Mon, 10 Dec 2018 11:04:55 -0800 iignatyev 8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
Mon, 10 Dec 2018 13:45:12 -0500 pchilanomate 8215050: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java fails when run with flag -Xcomp
Mon, 10 Dec 2018 13:24:17 -0500 hseigel 8215015: [TESTBUG] remove unneeded -Xfuture option from tests
Mon, 10 Dec 2018 11:59:55 -0600 gziemski 8209387: Follow ups to JDK-8195100 Use a low latency hashtable for SymbolTable
Mon, 10 Dec 2018 09:51:23 -0800 erikj 8215030: Disable shenandoah in Oracle builds
Mon, 10 Dec 2018 18:32:47 +0100 tschatzl 8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120
Mon, 10 Dec 2018 09:19:30 -0800 ascarpino 8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards.
Mon, 10 Dec 2018 19:34:53 +0300 dpochepk 8215133: AARCH64: disable Math.log intrinsic publishing
Mon, 10 Dec 2018 06:52:12 -0800 dlong 8215117: [JVMCI] TestResolvedJavaType.java failing after JDK-8210031
Mon, 10 Dec 2018 15:47:44 +0100 rkennke 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
Mon, 10 Dec 2018 17:34:49 +0300 bulasevich 8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames
Mon, 10 Dec 2018 15:31:36 +0100 shade 8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
Mon, 10 Dec 2018 17:31:16 +0300 dpochepk 8214961: AARCH64: wrong encoding for exclusive and atomic load/stores
Mon, 10 Dec 2018 14:54:04 +0100 ihse 8215129: Update build documentation with Xrandr
Mon, 10 Dec 2018 19:08:24 +0530 jgeorge 8215026: Incorrect amount of memory unmapped with ImageFileReader::close()
Mon, 10 Dec 2018 07:52:31 -0500 gadams 8210106: sun/tools/jps/TestJps.java timed out
Mon, 10 Dec 2018 10:25:27 +0100 tschatzl 8212657: Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1
Mon, 10 Dec 2018 09:37:18 +0100 ihse 8214780: Create pandoc package for Windows
Sun, 09 Dec 2018 19:18:27 -0800 manc 8215043: Remove declaration of parallel_worker_threads
Sun, 09 Dec 2018 10:07:18 -0800 martin 8215048: Some classloader typos
Sun, 09 Dec 2018 12:36:24 -0500 vromero 8210031: implementation for JVM Constants API
Sat, 08 Dec 2018 18:52:57 -0500 kbarrett 8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0
Sat, 08 Dec 2018 17:41:17 +0100 egahlin 8213617: JFR should record the PID of the recorded process
Sat, 08 Dec 2018 14:08:04 +0100 egahlin 8213966: The ZGC JFR events should be marked as experimental
Sat, 08 Dec 2018 00:56:10 -0800 dlong 8214023: Update Graal
Sat, 08 Dec 2018 05:04:19 +0100 jwilhelm 8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
Fri, 07 Dec 2018 17:20:44 -0500 coleenp 8215034: Remove old HOTSWAP conditionals
Fri, 07 Dec 2018 14:48:35 -0500 coleenp 8214972: Uses of klass_holder() except GC need to apply GC barriers
Fri, 07 Dec 2018 13:59:19 -0500 pchilanomate 8214148: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java is not doing what is expected
Fri, 07 Dec 2018 13:55:06 -0500 zgu 8204947: Port ShenandoahTaskTerminator to mainline and make it default
Fri, 07 Dec 2018 12:46:31 +0800 manc 8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy
Fri, 07 Dec 2018 18:00:41 +0100 egahlin 8213421: Line number information for execution samples always 0
Fri, 07 Dec 2018 11:51:17 -0500 rriggs 8214971: Replace use of string.equals("") with isEmpty()
Fri, 07 Dec 2018 17:11:17 +0100 egahlin 8212232: Wrong metadata for the configuration of the cutoff for old object sample events
Fri, 07 Dec 2018 17:52:37 +0300 dchuyko 8214376: Don't use memset to initialize array of Bundle in output.cpp
Fri, 07 Dec 2018 14:19:20 +0100 egahlin 8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it
Fri, 07 Dec 2018 08:16:50 -0500 hseigel 8214840: runtime/NMT/MallocStressTest.java timed out
Fri, 07 Dec 2018 13:54:45 +0100 sjohanss 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
Fri, 07 Dec 2018 13:15:35 +0100 eosterlund 8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs
Fri, 07 Dec 2018 11:15:18 +0100 tschatzl 8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers
Tue, 04 Dec 2018 18:55:06 +0100 neliasso 8214773: Replace use of thread unsafe strtok
Fri, 07 Dec 2018 14:36:43 +0530 sundar 8212137: Remove JrtFileSystem finalize method
Thu, 06 Dec 2018 09:48:33 +0100 mbaesken 8214944: replace strerror by os::strerror
Fri, 07 Dec 2018 10:48:39 +0300 dchuyko 8214707: Prevent GCC 8 from reporting error in ClassLoader::file_name_for_class_name()
Thu, 06 Dec 2018 22:05:31 -0800 jnimeh 8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError
Thu, 06 Dec 2018 18:46:08 -0800 dzhou 8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests
Thu, 06 Dec 2018 23:38:22 +0100 egahlin 8214925: JFR tool fails to execute
Thu, 06 Dec 2018 14:34:11 -0800 smarks 8211882: Broken links in serialized-form.html
Thu, 06 Dec 2018 14:18:39 -0800 jcbeyler 8214531: HeapMonitorEventOnOffTest.java test fails with "Statistics should be null to begin with"
Thu, 06 Dec 2018 15:51:19 -0500 vromero 8214514: javac @file option gives error caused by Chinese encoding in the path
Thu, 06 Dec 2018 13:54:52 -0500 ecaspole Merge
Thu, 06 Dec 2018 13:54:19 -0500 ecaspole 8214912: LogCompilation: Show the comp level
Thu, 06 Dec 2018 18:11:53 +0100 eosterlund 8214401: [AOT] crash in ClassLoaderData::is_alive() with AOTed jdk.base
Thu, 06 Dec 2018 10:46:10 -0500 lfoltan 8214275: CondyRepeatFailedResolution asserts "Dynamic constant has no fixed basic type"
Thu, 06 Dec 2018 10:22:23 -0500 itakiguchi 8212794: IBM-964 is required for AIX default charset
Thu, 06 Dec 2018 09:55:02 -0500 rriggs 8214498: java/util/Locale/bcp47u/SystemPropertyTests.java wrong locale default
Thu, 06 Dec 2018 09:58:26 -0500 hseigel 8214807: Improve handling of very old class files
Thu, 06 Dec 2018 15:44:40 +0100 tschatzl 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
Thu, 06 Dec 2018 15:44:13 +0100 tschatzl 8214791: Consistently name gc files containing VM operations
Thu, 06 Dec 2018 13:55:22 +0100 tschatzl 8159440: Move marking of promoted objects during initial mark into the concurrent phase
Thu, 06 Dec 2018 13:55:22 +0100 tschatzl 8193312: Rename VM_CGC_Operation to VM_G1Concurrent
Mon, 03 Dec 2018 10:51:03 +0100 roland 8214857: "bad trailing membar" assert failure at memnode.cpp:3220
Thu, 06 Dec 2018 12:51:13 +0100 redestad 8214858: Improve module graph archiving
Thu, 06 Dec 2018 12:34:28 +0100 hannesw 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
Thu, 06 Dec 2018 10:07:54 +0100 thartmann 8208277: Code cache heap (-XX:ReservedCodeCacheSize) doesn't work with 1GB LargePages
Thu, 06 Dec 2018 12:39:28 +0530 nishjain 8177552: Compact Number Formatting support
Thu, 06 Dec 2018 11:54:39 +0530 pmuthuswamy 8214856: Errors with JSZip in web console after upgrade to 3.1.5
Wed, 05 Dec 2018 21:18:27 -0800 lmesnik 8210107: vmTestbase/nsk/stress/network tests fail with Cannot assign requested address (Bind failed)
Wed, 05 Dec 2018 20:59:55 -0800 iignatyev 8214915: CtwRunner misses export for jdk.internal.access
Thu, 06 Dec 2018 10:05:29 +0800 jjiang 8214459: NSS source should be removed
Wed, 05 Dec 2018 11:31:20 -0800 cushon 8214902: Pretty-printing marker annotations add unnecessary parenthesis
Wed, 05 Dec 2018 17:50:14 -0800 mseledtsov 8214906: [TESTBUG] jfr/event/sampling/TestNative.java fails with UnsatisfiedLinkError
Thu, 06 Dec 2018 00:44:13 +0100 jwilhelm Added tag jdk-12+23 for changeset eef755718cb2
Wed, 05 Dec 2018 16:22:22 -0800 iignatyev 8214908: add ctw tests for jdk.jfr and jdk.management.jfr modules
Wed, 05 Dec 2018 15:58:46 -0800 bpb 6516099: InputStream.skipFully(int k) to skip exactly k bytes
Wed, 05 Dec 2018 19:17:22 +0100 hannesw 8214795: Add safety check to dynalink inner class lookup
Wed, 05 Dec 2018 16:11:53 +0100 eosterlund 8214257: IC cache not clean after cleaning assertion failure
Wed, 05 Dec 2018 15:57:26 +0100 eosterlund 8214338: Move IC stub refilling out of IC cache transitions
Wed, 05 Dec 2018 17:33:01 +0000 coffeys 8213952: Relax DNSName restriction as per RFC 1123
Wed, 05 Dec 2018 18:08:50 +0100 egahlin 8214896: JFR Tool left files behind
Wed, 05 Dec 2018 17:11:22 +0100 pliden 8214786: Remove unused ThreadLocalAllocBuffer::verify()
Wed, 05 Dec 2018 17:11:21 +0100 pliden 8214785: Remove unused WeakHandleType::vm_string
Wed, 05 Dec 2018 17:11:20 +0100 pliden 8214782: Add missing access barriers on CLD handle area
Wed, 05 Dec 2018 17:11:19 +0100 pliden 8214784: Adjust Dictionary and JNIHandle verification
Wed, 05 Dec 2018 16:40:12 +0100 egahlin 8205516: JFR tool
Wed, 05 Dec 2018 09:34:01 -0500 vromero 8213703: LambdaConversionException: Invalid receiver type not a subtype of implementation type interface jdk-12+23
Wed, 05 Dec 2018 19:22:04 +0530 sundar 8206962: jlink --release-info=del throws NPE if no keys are specified
Wed, 05 Dec 2018 11:01:44 +0100 eosterlund 8214302: Allow safely calling is_unloading() on zombie nmethods
Wed, 05 Dec 2018 08:55:42 +0100 eosterlund 8214522: Last runtime locking issues for concurrent class unloading
Wed, 05 Dec 2018 15:39:04 +0530 psadhukhan Merge
Tue, 04 Dec 2018 13:35:04 +0530 psadhukhan Merge
Mon, 03 Dec 2018 16:12:33 -0800 serb 8212680: (JDK12b14/Solaris-sparc) SplashScreen::getSplashScreen call fails with ULE: "libsplashscreen.so: ld.so.1: java: fatal: libz.so.1: open failed: No such file or directory"
Mon, 03 Dec 2018 06:59:19 +0530 kaddepalli 7124301: [macosx] When in a tab group if you arrow between tabs there are noVoiceOver announcements.
Sat, 01 Dec 2018 09:37:19 +0530 psadhukhan 8213051: Invalid use of HTML5 in javax.print files
Fri, 30 Nov 2018 15:54:34 -0800 serb 8211147: Incorrect comparator com.sun.beans.introspect.MethodInfo.MethodOrder
Fri, 30 Nov 2018 15:05:36 -0800 prr 8214558: bad @run tag in CheckPrinterJobSystemProperty.java
Fri, 30 Nov 2018 23:21:05 +0300 bae 8139178: Wrong fontMetrics when printing in Landscape (OpenJDK)
Fri, 30 Nov 2018 12:21:39 -0800 prr 8214552: Resolve clash between 4947890 and 8130264
Fri, 30 Nov 2018 10:55:59 -0800 prr 8130264: change the mechanism by which JDK loads the platform-specific PrinterJob implementation
Fri, 30 Nov 2018 17:14:48 +0530 jdv 8212875: ftp: links for tiff/TTN2.draft.txt do not respond
Fri, 30 Nov 2018 10:55:42 +0530 psadhukhan 8214470: PIT: javax/swing/JPopupMenu/7154841/bug7154841.java errors out on mac10.13
Thu, 29 Nov 2018 16:22:49 -0800 serb 8198339: Test javax/swing/border/Test6981576.java is unstable
Thu, 29 Nov 2018 15:17:58 +0000 dmarkov 8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files
Thu, 29 Nov 2018 15:21:10 +0530 kaddepalli 8213048: Invalid use of HTML5 in java.awt files
Wed, 05 Dec 2018 16:41:13 +0800 fyuan 8213300: jaxp/unittest/transform/CR6551600Test.java fails due to exception in jdk/jdk CI
Fri, 30 Nov 2018 15:22:44 +0100 roland 8214541: ZGC: Refactoring from JDK-8214172 may leave PhaseIterGVN::_delay_transform set
Tue, 04 Dec 2018 21:13:45 -0800 dtitov 8214572: [Graal] nsk/jvmti/unit/ForceEarlyReturn/earlyretbase should not suspend the thread when the top frame executes JVMCI code
Tue, 04 Dec 2018 17:18:11 -0800 vlivanov 8146090: java/lang/ref/ReachabilityFenceTest.java fails with -XX:+DeoptimizeALot
Wed, 05 Dec 2018 08:48:49 +0800 weijun 8214513: A PKCS12 keystore from Java 8 using custom PBE parameters cannot be read in Java 11
Tue, 04 Dec 2018 14:53:00 -0800 joehw 8213325: (props) Properties.loadFromXML does not fully comply with the spec
Tue, 04 Dec 2018 15:22:41 -0500 rriggs 8214794: java.specification.version should be only the major version number
Tue, 04 Dec 2018 11:54:09 -0800 ccheung 8214728: Unnecessary InstanceKlass::cast at few places
Tue, 04 Dec 2018 11:10:14 -0800 naoto 8214770: java/time/test/java/time/format/TestNonIsoFormatter.java failed in non-english locales.
Tue, 04 Dec 2018 12:26:49 -0500 rriggs 8171426: java/lang/ProcessBuilder/Basic.java failed Stream closed
Tue, 04 Dec 2018 17:54:13 +0100 sgehwolf 8214061: Buffer written into itself
Tue, 04 Dec 2018 17:14:11 +0100 eosterlund 8214556: Crash in DependencyContext::remove_dependent_nmethod still happens
(0) -30000 -10000 -3000 -1000 -224 +224 +1000 +3000 tip