Tue, 19 Feb 2019 16:13:05 +0000 |
aleonard |
8219378: Ensure ReflectionFactory.langReflectAccess is initialized correctly |
Tue, 26 Feb 2019 10:39:28 -0500 |
ecaspole |
8219664: LogCompilation: java.lang.Error: Unexpected method mismatch during late inlining |
Tue, 26 Feb 2019 08:01:20 -0500 |
coleenp |
8181171: Deleting method for RedefineClasses breaks ResolvedMethodName |
Wed, 13 Feb 2019 12:01:09 +0100 |
sgehwolf |
8218913: Rename --strip-debug jlink plugin |
Tue, 26 Feb 2019 11:38:07 +0100 |
eosterlund |
8219638: ZGC: Free ZNMethodDataOops under a lock |
Tue, 26 Feb 2019 11:36:00 +0100 |
eosterlund |
8218974: Free GC native structures in nmethod::flush |
Tue, 26 Feb 2019 14:57:23 +0530 |
nishjain |
8209175: Handle 'B' character introduced in CLDR 33 JDK update for Burmese (my) locale |
Fri, 22 Feb 2019 04:59:12 -0800 |
rschmelter |
8219577: Returning NULL in a function which returns bools |
Mon, 25 Feb 2019 18:54:40 -0800 |
cjplummer |
8219143: jdb should support breakpoint thread filters |
Mon, 25 Feb 2019 16:05:06 -0800 |
mikael |
8219675: Disable harfbuzz warnings with gcc 8 |
Tue, 26 Feb 2019 07:26:29 +0800 |
jjiang |
8215524: Finished message validation failure should be decrypt_error alert |
Mon, 25 Feb 2019 14:45:29 -0800 |
darcy |
8219561: Update jdeprscan to avoid the need for start-of-release changes |
Mon, 25 Feb 2019 08:16:20 -0800 |
mseledtsov |
8219553: [TESTBUG] Problem list JFR TestPeriod test |
Mon, 25 Feb 2019 08:25:23 -0500 |
mullan |
8159525: Add @FunctionalInterface annotation to PrivilegedAction and PrivilegedExceptionAction |
Mon, 25 Feb 2019 13:50:32 +0530 |
jgeorge |
8214756: SA should ignore archived java heap objects that are not in use |
Mon, 18 Feb 2019 16:17:48 +0100 |
mbaesken |
8218811: replace open by os::open in hotspot coding |
Sun, 24 Feb 2019 16:10:52 -0500 |
dholmes |
8208278: [mlvm] [TESTBUG] vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test Deadlocked threads are not always detected |
Sat, 23 Feb 2019 19:41:53 -0500 |
vromero |
8219480: j.l.c.ClassDesc::arrayType(int rank) throws IllegalArgumentException if rank = 0 |
Sat, 23 Feb 2019 10:55:45 +0100 |
shade |
8219583: Windows build failure after JDK-8214777 (Avoid some GCC 8.X strncpy() errors in HotSpot) |
Fri, 22 Feb 2019 18:54:23 -0800 |
mikael |
8219611: Remove superfluous sigfillset code |
Fri, 22 Feb 2019 14:39:57 -0800 |
iignatyev |
8209807: improve handling exception in requires.VMProps |
Fri, 22 Feb 2019 20:42:01 +0100 |
stefank |
8219571: ProblemList serviceability/sa/TestJmapCoreMetaspace.java |
Fri, 22 Feb 2019 13:56:08 -0500 |
coleenp |
8078725: method adjustments can be done just once for all classes involved into redefinition |
Fri, 22 Feb 2019 11:07:18 -0800 |
iignatyev |
8219158: use 'test.root' property instead of traversing test-src path |
Fri, 22 Feb 2019 10:13:34 -0800 |
bpb |
8048192: (bf) Out of direct buffer memory message should include the limits |
Fri, 22 Feb 2019 10:13:33 -0800 |
bpb |
8011135: (bf) CharBuffer.put(String) is slow because of String.charAt() call for each char |
Fri, 22 Feb 2019 09:47:00 -0800 |
iignatyev |
8219417: bump jtreg requiredVersion to b14 |
Fri, 22 Feb 2019 17:54:13 +0100 |
shade |
8219574: Minimal VM build failure after JDK-8219414 |
Fri, 22 Feb 2019 16:41:01 +0100 |
redestad |
8219554: Redundant lookup_common in SymbolTable::add |
Fri, 22 Feb 2019 17:30:07 +0300 |
bulasevich |
8217647: JFR: recordings on 32-bit systems unreadable |
Fri, 22 Feb 2019 19:58:22 +0530 |
pmuthuswamy |
8219575: jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet test fails in mach5 |
Fri, 22 Feb 2019 14:20:06 +0100 |
rehn |
8219436: Safepoint logs correction and misc |
Thu, 21 Feb 2019 14:24:44 +0100 |
stefank |
8219469: ZGC: Extract functions out from ZNMethodTable into new ZNMethod class |
Wed, 20 Feb 2019 12:04:12 +0100 |
stefank |
8219468: ZGC: Extract iteration functionality into a new ZNMethodTableIteration class |
Wed, 20 Feb 2019 11:42:49 +0100 |
stefank |
8219467: ZGC: Move ZNMethodData to its own file |
Wed, 20 Feb 2019 11:39:36 +0100 |
stefank |
8219466: ZGC: Extract allocation functionality into a new ZNMethodAllocator class |
Wed, 20 Feb 2019 10:47:03 +0100 |
stefank |
8219464: ZGC: Move nmethod oop properties from ZNMethodTableEntry to ZNMethodData |
Thu, 21 Feb 2019 13:20:34 +0100 |
stefank |
8219573: Add NMethodClosure |
Wed, 20 Feb 2019 10:46:39 +0100 |
stefank |
8219463: ZGC: Remove redundant ZNMethodTable::_iter_lock |
Tue, 19 Feb 2019 13:47:45 +0100 |
stefank |
8219462: ZGC: Use wait/notify in ZNMethodTable |
Fri, 22 Feb 2019 09:23:37 +0100 |
redestad |
8219247: Enable inlining of newly introduced PlatformMonitor methods |
Fri, 22 Feb 2019 11:10:55 +0530 |
pmuthuswamy |
8215584: Remove support for the "old" doclet API in com/sun/javadoc |
Thu, 21 Feb 2019 17:07:35 -0800 |
iklam |
8218751: Do not store original classfiles inside the CDS archive |
Thu, 21 Feb 2019 17:50:27 -0800 |
jjg |
8219558: jdk/javadoc tests fail with missing headings: h1 |
Thu, 21 Feb 2019 16:56:06 -0800 |
mikael |
8214777: Avoid some GCC 8.X strncpy() errors in HotSpot |
Thu, 21 Feb 2019 15:17:42 -0800 |
jjg |
8216170: java.lang.IllegalArgumentException: directories not supported |
Thu, 21 Feb 2019 15:05:47 -0800 |
jjg |
8219497: Unused parameter in HtmlDocletWriter::printHtmlDocument |
Thu, 21 Feb 2019 14:03:57 -0800 |
jjg |
8215307: Pages do not have <h1> |
Thu, 21 Feb 2019 10:29:16 -0800 |
darcy |
8219254: Update explicit uses of latest source/target in langtools tests to a property |
Thu, 21 Feb 2019 10:26:56 -0800 |
naoto |
8218960: CONFIG level logging statements printed in CLDRCalendarDataProviderImpl.java even when default log Level is INFO |
Thu, 21 Feb 2019 16:57:47 +0000 |
dfuchs |
8216363: NullPointerException in java.util.logging.Handler#isLoggable |
Mon, 18 Feb 2019 17:41:31 +0100 |
roland |
8219335: "failed: unexpected type" assert failure in ConnectionGraph::split_unique_types() with unsafe accesses |
Thu, 21 Feb 2019 09:21:21 -0500 |
coleenp |
8153413: Exceptions::_throw always logs exceptions, penalizing performance |
Thu, 21 Feb 2019 15:52:42 +0100 |
shade |
8219524: Shenandoah misreports "committed" size in MemoryMXBean |
Thu, 21 Feb 2019 14:16:44 +0100 |
jwilhelm |
Merge |
Thu, 21 Feb 2019 01:04:46 +0100 |
jwilhelm |
Added tag jdk-12+33 for changeset b67884871b5f |
Thu, 21 Feb 2019 21:02:39 +0900 |
ysuenaga |
8219414: SA: jhsdb jsnap throws UnmappedAddressException with core generated by gcore |
Thu, 21 Feb 2019 05:06:41 -0500 |
gadams |
8219388: Misleading log message "issuspended002a debuggee launched" |
Thu, 21 Feb 2019 09:48:07 +0100 |
rkennke |
8219486: Missing reg_mask_init() breaks x86_32 build |
Wed, 20 Feb 2019 17:29:30 +0100 |
mbaesken |
8219460: ppc: adjust NativeGeneralJump::insert_unconditional to stack allocated MacroAssembler |
Thu, 21 Feb 2019 11:26:39 +0530 |
pmuthuswamy |
8213354: Support package-specific stylesheets |
Wed, 20 Feb 2019 18:46:30 -0800 |
xuelei |
8168069: X509TrustManagerImpl causes ClassLoader leaks with unparseable extensions |
Wed, 20 Feb 2019 19:41:43 -0500 |
dholmes |
8217765: Internal Error (javaCalls.cpp:61) guarantee(thread->can_call_java()) failed |
Wed, 20 Feb 2019 16:15:02 -0800 |
jjg |
8218998: Add metadata to generated API documentation files |
Thu, 21 Feb 2019 01:06:53 +0100 |
jwilhelm |
Added tag jdk-13+9 for changeset c081f3ea6b93 |
Wed, 20 Feb 2019 16:20:53 -0500 |
hseigel |
8218995: Deprecate the -XX:FailOverToOldVerifier option |
Wed, 20 Feb 2019 11:51:23 -0800 |
iignatyev |
8219476: cleanup hotspot ProblemListjdk-13+9 |
Wed, 20 Feb 2019 11:43:59 -0800 |
phh |
Merge |
Wed, 20 Feb 2019 11:36:02 -0800 |
phh |
8215622: Add dump to file support for jmap ?histo |
Wed, 20 Feb 2019 11:32:53 -0800 |
iignatyev |
8219395: integrate gcov w/ run-test |
Wed, 20 Feb 2019 19:16:45 +0000 |
valeriep |
8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047 |
Wed, 20 Feb 2019 10:57:22 -0800 |
bpb |
5029431: (bf) Add absolute bulk put and get methods |
Wed, 20 Feb 2019 13:24:57 -0500 |
hseigel |
Merge |
Wed, 20 Feb 2019 13:21:36 -0500 |
hseigel |
8214719: Deprecate -Xverify:none option |
Wed, 20 Feb 2019 10:20:48 -0800 |
xuelei |
8219389: Delegated task created by SSLEngine throws BufferUnderflowException |
Wed, 20 Feb 2019 09:43:01 -0800 |
mikael |
8219142: Remove unused JIMAGE_ResourcePath |
Wed, 20 Feb 2019 16:29:29 +0100 |
rkennke |
8203232: Shenandoah: Resolve oops in SATB filter |
Wed, 20 Feb 2019 10:22:46 -0500 |
zgu |
8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer |
Wed, 20 Feb 2019 14:44:58 +0100 |
rehn |
8219441: test_logMessageTest missing static storage |
Wed, 20 Feb 2019 08:31:40 -0500 |
zgu |
8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread |
Wed, 20 Feb 2019 14:30:33 +0100 |
tschatzl |
8219096: Merge print_termination_stats code with current logging |
Wed, 20 Feb 2019 08:10:40 -0500 |
hseigel |
8167548: [TESTBUG] Logging tests put log files in source tree |
Wed, 20 Feb 2019 13:43:28 +0100 |
pliden |
8218767: ZGC: Do not assume that r12 is a special register in C2 |
Wed, 20 Feb 2019 13:43:02 +0100 |
pliden |
8219332: ZGC: Improve ZRootsIteratorClosure abstraction |
Wed, 20 Feb 2019 13:43:01 +0100 |
pliden |
8219331: ZGC: Unify TLAB retire/remap handling |
Wed, 20 Feb 2019 13:01:57 +0100 |
rkennke |
8217909: Make unused r12 register (without compressed oops) available to regalloc in C2 |
Wed, 20 Feb 2019 11:11:38 +0100 |
jlahoda |
8218287: jshell tool: input behavior unstable after 12-ea+24 on Windows |
Wed, 20 Feb 2019 10:48:36 +0100 |
tschatzl |
8219098: Make output of region strings more regular in error messages |
Wed, 20 Feb 2019 09:53:28 +0100 |
redestad |
8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable |
Tue, 19 Feb 2019 09:02:28 +0100 |
mbaesken |
8218965: aix: support xlclang++ in the compiler detection |
Tue, 19 Feb 2019 19:27:08 -0800 |
iignatyev |
8219132: switch to jtreg4.2-b14 |
Tue, 19 Feb 2019 14:25:52 -0800 |
erikj |
8219394: Missing FIXPATH in microbenchmark test runner |
Tue, 19 Feb 2019 23:02:41 +0100 |
redestad |
8219393: Add native library support for microbenchmarks |
Tue, 19 Feb 2019 13:51:11 -0800 |
iignatyev |
8219391: extend gcov support to llvm/clang |
Tue, 19 Feb 2019 13:05:16 -0800 |
bpb |
8065262: (bf spec) CharBuffer.chars() should make it clearer that the sequence starts from the buffer position |
Tue, 19 Feb 2019 12:46:22 -0800 |
erikj |
8218135: Redo: Add ppc64le and s390x profiles to jib-profiles.js |
Tue, 19 Feb 2019 12:44:56 -0800 |
erikj |
8217032: Check pandoc capabilities in configure |
Tue, 19 Feb 2019 12:43:10 -0800 |
erikj |
8211016: make images does not update jdk/lib/src.zip with latest changes |
Tue, 19 Feb 2019 12:40:44 -0800 |
erikj |
8219129: Allow overriding of license files in legal dir |
Tue, 19 Feb 2019 12:05:43 -0800 |
cjplummer |
8218947: jdb threads command should print threadID in decimal, not hex |
Tue, 19 Feb 2019 19:04:55 +0100 |
jwilhelm |
Merge |
Tue, 19 Feb 2019 08:25:11 -0800 |
sviswanathan |
8219151: Illegal instruction exception on JDK 12 due to incorrect CPU feature bitsjdk-12+33 jdk-12-ga |
Thu, 14 Feb 2019 01:22:07 +0100 |
jwilhelm |
Added tag jdk-12+32 for changeset 4ce47bc1fb92 |
Tue, 19 Feb 2019 12:50:09 -0500 |
zgu |
8219368: Quarantine runtime/NMT/CheckForProperDetailStackTrace.java test |
Tue, 19 Feb 2019 09:06:44 -0800 |
igerasim |
4887513: Typo in RMIFailureHandler interface doc page |
Mon, 18 Feb 2019 12:52:55 +0100 |
azeller |
8219228: java/util/Base64/TestEncodingDecodingLength.java failing on 8GB test machine |
Tue, 19 Feb 2019 12:56:02 +0100 |
tschatzl |
8219097: Move comment about using weak code blobs closure for code root scanning to correct place |
Tue, 19 Feb 2019 12:56:02 +0100 |
tschatzl |
8218920: Scan HCC should be on the same level as Update RS etc. in the log |
Tue, 19 Feb 2019 12:56:00 +0100 |
tschatzl |
8218672: AOT code root scanning shows in the wrong position in the logs |
Tue, 19 Feb 2019 10:04:53 +0100 |
stefank |
8218978: SA: Enable more ZGC testing |
Tue, 19 Feb 2019 10:04:44 +0100 |
stefank |
8218970: SA: Enable HeapHprofBinWriter for ZGC |
Tue, 19 Feb 2019 10:04:28 +0100 |
stefank |
8218922: SA: Enable best-effort implementation of live regions iteration for ZGC |
Tue, 19 Feb 2019 10:03:41 +0100 |
stefank |
8219003: SA: Refactor live regions iteration in preparation for JDK-8218922 |
Tue, 19 Feb 2019 10:03:29 +0100 |
stefank |
8218746: SA: Implement discontiguous bitmap for ZGC |
Tue, 19 Feb 2019 10:02:54 +0100 |
stefank |
8218743: SA: Add support for large bitmaps |
Tue, 19 Feb 2019 10:02:42 +0100 |
stefank |
8218734: SA: Incorrect and raw loads of OopHandles |
Tue, 19 Feb 2019 10:02:00 +0100 |
stefank |
8218733: SA: CollectedHeap provides broken implementation for used() and capacity() |
Tue, 19 Feb 2019 10:01:50 +0100 |
stefank |
8218732: SA: Resolves ZPageAllocator::_physical incorrectly |
Tue, 19 Feb 2019 10:00:51 +0100 |
stefank |
8218731: SA: Use concrete class the as return type of VMObjectFactory.newObject |
Mon, 18 Feb 2019 09:38:43 +0100 |
mbaesken |
8219112: name_and_sig_as_C_string usages in frame_s390 miss ResourceMark |
Tue, 19 Feb 2019 08:58:55 +0100 |
thartmann |
8218721: C1's CEE optimization produces safepoint poll with invalid debug information |
Tue, 19 Feb 2019 11:52:19 +0530 |
psadhukhan |
Merge |
Mon, 18 Feb 2019 10:45:21 +0530 |
psadhukhan |
Merge |
Sun, 17 Feb 2019 15:15:30 -0800 |
itakiguchi |
8212678: Windows IME related patch |
Fri, 15 Feb 2019 10:06:25 -0800 |
ssadetsky |
8218473: JOptionPane display issue with GTKLookAndFeel |
Fri, 15 Feb 2019 10:01:16 -0800 |
ssadetsky |
8218479: JTextPane display issue with GTKLookAndFeel |
Fri, 15 Feb 2019 10:58:57 +0530 |
pbansal |
8218469: JSlider display issue with slider for GTKLookAndFeel |
Thu, 14 Feb 2019 20:20:49 +0000 |
aivanov |
8218682: [TEST_BUG] DashOffset fails in mach5 |
Wed, 13 Feb 2019 22:40:08 -0800 |
akolarkunnu |
8218599: Add test group jdk_client_sanity under jdk_desktop group |
Fri, 08 Feb 2019 16:37:35 +0300 |
dchuyko |
8215130: Fix errors in LittleCMS 2.9 reported by GCC 8 |
Thu, 07 Feb 2019 13:57:12 +0000 |
aivanov |
8217263: Automate DashOffset test |
Thu, 07 Feb 2019 12:16:41 +0530 |
psadhukhan |
Merge |
Wed, 06 Feb 2019 17:28:37 +0530 |
mhalder |
8207938: At step6,Click Add button,case failed automatically. |
Tue, 05 Feb 2019 14:54:06 -0800 |
serb |
8216592: Removal of the class sun.awt.AWTSecurityManager |
Mon, 18 Feb 2019 16:34:46 -0500 |
kbarrett |
8214363: HeapWord should not be a fake class |
Mon, 18 Feb 2019 09:31:07 -0800 |
iignatyev |
8219157: vm/mlvm/mixed/stress/java/findDeadlock should be problem-listed only on mac |
Mon, 18 Feb 2019 15:33:43 +0100 |
thartmann |
8219232: Unit of concurrent active time logging is wrong |
Mon, 18 Feb 2019 12:16:02 +0100 |
mdoerr |
8218991: s390: Add intrinsic for GHASH algorithm |
Mon, 18 Feb 2019 12:08:08 +0100 |
lkorinth |
8217389: JTREG: Clean up, remove unused variable warnings |
Mon, 18 Feb 2019 10:48:48 +0100 |
lkorinth |
8217385: JTREG: Clean up, make sure to close resources |
Wed, 13 Feb 2019 13:27:17 +0100 |
goetz |
8219095: [testbug] Add @key headful to com/sun/java/swing/plaf/windows/AltFocusIssueTest.java |
Sat, 16 Feb 2019 21:15:33 +0100 |
shade |
8216049: stringTable::intern creates redundant String when looking up existing one |
Sat, 16 Feb 2019 11:40:34 +0900 |
ysuenaga |
8204551: Event descriptions are truncated in logs |
Fri, 15 Feb 2019 11:46:15 -0300 |
mbalao |
8219011: Implement MacroAssembler::warn method on AArch64 |
Fri, 15 Feb 2019 12:33:11 -0800 |
cjplummer |
8218941: jdb should support a dbgtrace command that acts the same as the dbgtrace command line option |
Fri, 15 Feb 2019 11:18:01 -0800 |
dl |
8215249: Miscellaneous changes imported from jsr166 CVS 2019-02 |
Fri, 15 Feb 2019 11:18:01 -0800 |
dl |
8215363: needless signals in ForkJoinPool |
Fri, 15 Feb 2019 11:18:01 -0800 |
dl |
8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws |
Fri, 15 Feb 2019 11:18:01 -0800 |
dl |
8195057: java/util/concurrent/CountDownLatch/Basic.java failed w/ Xcomp |
Fri, 15 Feb 2019 12:10:12 -0500 |
aph |
8219006: AArch64: Register corruption in slow subtype check |
Fri, 15 Feb 2019 08:21:08 -0500 |
coleenp |
8218851: JVM crash in custom classloader stress test, JDK 12 & 13 |
Fri, 15 Feb 2019 14:15:10 +0100 |
rehn |
8203469: Faster safepoints |
Fri, 15 Feb 2019 07:53:03 -0500 |
hseigel |
8079353: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java failed on Windows when getting disjoint instead of zero based coops |
Fri, 15 Feb 2019 12:09:53 +0100 |
jlahoda |
8217381: Incovenient errors reported when annotation processor generates source file and errors in the same round |
Fri, 15 Feb 2019 05:32:36 -0500 |
gadams |
8219002: Some comments and error messages refer to VMDisconnectException |
Thu, 14 Feb 2019 14:59:17 +0100 |
phedlin |
8214947: Assertion error in test: StringCompressInflateTest |
Fri, 15 Feb 2019 04:12:18 -0500 |
dholmes |
8219074: [TESTBUG] runtime/containers/docker/TestCPUAwareness.java typo of printing parameters (period should be shares) |
Thu, 14 Feb 2019 23:45:03 -0800 |
iignatyev |
8218471: generate-unsafe-access-tests.sh does not correctly invoke build.tools.spp.Spp |
Thu, 14 Feb 2019 22:57:37 -0500 |
dholmes |
8218939: vm/mlvm/anonloader/stress/byteMutation crashed on windows |
Thu, 14 Feb 2019 15:27:46 -0800 |
vlivanov |
8161334: C2: Cast nodes hinder memory alias analysis |
Thu, 14 Feb 2019 15:27:12 -0800 |
vlivanov |
8218874: C2: Unsafe to access PhaseIdealLoop outside of constructors |
Thu, 14 Feb 2019 15:27:12 -0800 |
vlivanov |
8218879: Keep track of memory accesses originated from Unsafe |
Thu, 14 Feb 2019 15:27:12 -0800 |
vlivanov |
8218758: [TESTBUG] compiler/cha/StrengthReduceInterfaceCall.java misses recompilation event |
Thu, 14 Feb 2019 15:27:12 -0800 |
vlivanov |
8218881: C2: StaticFinalFieldPrinter doesn't handle T_ARRAY values in T_OBJECT fields |
Thu, 14 Feb 2019 15:17:03 -0800 |
mikael |
8218935: Make jfr strncpy uses GCC 8.x friendly |
Thu, 14 Feb 2019 15:12:17 -0800 |
mikael |
8218937: Make mlvmJvmtiUtils strncpy uses GCC 8.x friendly |
Thu, 14 Feb 2019 14:40:11 -0800 |
iignatyev |
8209455: [error-prone] JdkObsolete in jdk.management.agent |
Thu, 14 Feb 2019 14:19:29 -0800 |
xuelei |
4919790: Errors in alert ssl message does not reflect the actual certificate status |
Tue, 05 Feb 2019 08:20:09 -0800 |
manc |
8218192: Remove copy constructor for MemRegion |
Thu, 14 Feb 2019 19:48:57 +0100 |
stuefe |
8183004: Remove code related to gtest death tests from assert macro |
Thu, 14 Feb 2019 09:38:19 -0800 |
joehw |
8187697: Cleanup: irrelevant code in OutputPropertiesFactory |
Thu, 14 Feb 2019 21:52:39 +0530 |
sdama |
8201544: Improve javac command line parsing and error reporting |
Thu, 14 Feb 2019 07:41:54 -0800 |
jjg |
8218944: Fix failed for JDK-8218936 |
Wed, 13 Feb 2019 14:42:20 +0100 |
phedlin |
8217289: compiler/graalunit/HotspotTest.java failed with InvalidInstalledCodeException |
Thu, 14 Feb 2019 14:31:32 +0100 |
neliasso |
8087128: C2: Disallow definition split on MachCopySpill nodes |
Thu, 14 Feb 2019 12:54:56 +0100 |
redestad |
8216360: Deprecate -XX:CompilationPolicyChoice |
Thu, 14 Feb 2019 11:33:45 +0100 |
redestad |
8218753: Obsolete nonproduct flag ProfilerCheckIntervals |
Thu, 14 Feb 2019 01:25:04 +0100 |
jwilhelm |
Added tag jdk-13+8 for changeset a535ba736cab |
Wed, 13 Feb 2019 17:18:56 -0800 |
jjg |
8218936: Test fails in Internet environment |
Wed, 13 Feb 2019 17:38:14 -0500 |
kbarrett |
8218089: Rename DirtyCardQueue et al to follow usual G1 naming conventions |
Wed, 13 Feb 2019 15:50:08 -0500 |
lfoltan |
8217998: Remove method_type field associated with the appendix field of an indy or method handle call |
Wed, 13 Feb 2019 14:20:40 -0500 |
lfoltan |
8218004: Clean up terminology for shared methods within the JVM for indy and condy supportjdk-13+8 |
Wed, 13 Feb 2019 11:18:14 -0800 |
iignatyev |
8195060: vm/mlvm/anonloader/stress/byteMutation intermittently times out |
Wed, 13 Feb 2019 11:08:51 -0800 |
amenkov |
8214582: BasicJDWPConnectionTest.java: RuntimeException: Could not detect port from '' |
Wed, 13 Feb 2019 11:04:03 -0800 |
amenkov |
8218702: [TESTBUG] com/sun/jdi/RepStep.java does not report debuggee errors |
Wed, 13 Feb 2019 07:58:04 -0800 |
bpb |
8218882: NET_Writev is declared, NET_WriteV is defined |
Wed, 13 Feb 2019 21:24:13 +0800 |
weijun |
8218888: keytool -genkeypair should not have the -destalias option |
Wed, 13 Feb 2019 07:22:09 -0500 |
coleenp |
8218755: Refix Symbol leak in prepend_host_package_name |
Wed, 13 Feb 2019 06:48:34 -0500 |
coleenp |
8212988: add recent class unloading events to the hs_err log |
Wed, 13 Feb 2019 00:30:46 -0800 |
dlong |
8218695: problem list tests failing with Graal |
Tue, 12 Feb 2019 08:40:43 +0100 |
rwestberg |
8218807: Compilation database (compile_commands.json) may contain obsolete items |
Tue, 12 Feb 2019 14:08:07 -0800 |
ascarpino |
8215790: Delegated task created by SSLEngine throws java.nio.BufferUnderflowException |
Tue, 12 Feb 2019 13:36:15 -0800 |
xuelei |
8217835: Remove the experimental SunJSSE FIPS compliant mode |
Tue, 12 Feb 2019 15:19:25 -0500 |
gadams |
8218754: JDK-8068225 regression in JDIBreakpointTest |
Tue, 12 Feb 2019 11:23:43 -0800 |
iignatyev |
8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java |
Tue, 12 Feb 2019 19:22:19 +0100 |
redestad |
8218738: Remove dead code in Symbol and friends |
Tue, 05 Feb 2019 17:40:15 +0100 |
mbaesken |
8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX |
Tue, 12 Feb 2019 15:31:40 +0100 |
ihse |
8218413: make reconfigure ignores configure-time AUTOCONF environment variable |
Tue, 12 Feb 2019 14:23:49 +0100 |
redestad |
8218675: Reduce verification overhead in ClassFileParser |
Tue, 12 Feb 2019 09:35:51 +0100 |
redestad |
8216608: Obsolete stale compiler flags |
Tue, 12 Feb 2019 08:56:03 +0900 |
cito |
8214236: sun.gc.collector.2.name should be changed |
Tue, 12 Feb 2019 09:58:27 +0100 |
tschatzl |
8218680: G1 crashes during calculation of old collection set candidates |
Tue, 12 Feb 2019 09:00:04 +0100 |
redestad |
8217383: Obsolete UseImplicitStableValues |
Wed, 06 Feb 2019 16:02:27 +0100 |
mbaesken |
8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and cleanup HOTSPOT_BUILD_COMPILER settings |
Fri, 08 Feb 2019 08:49:32 +0100 |
stuefe |
8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn |
Mon, 11 Feb 2019 13:23:20 -0800 |
ascarpino |
8201633: Problems with AES-GCM native acceleration |
Mon, 11 Feb 2019 18:41:24 +0100 |
dfuchs |
8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange. |
Mon, 11 Feb 2019 16:49:08 +0100 |
rkennke |
8217874: Shenandoah: Clobbered register in ShenandoahBarrierSetAssembler::cmpxchg_oop() |
Mon, 11 Feb 2019 07:19:32 -0500 |
gadams |
8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out |
Mon, 11 Feb 2019 12:12:41 +0100 |
ihse |
8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive |
Mon, 11 Feb 2019 11:01:00 +0800 |
weijun |
8180569: Refactor sun/security/krb5/ shell tests to plain java tests |
Sat, 09 Feb 2019 17:19:53 -0500 |
lancea |
8182117: Document Zip File System Properties |
Sat, 09 Feb 2019 19:39:28 +0100 |
shade |
8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI |
Sat, 09 Feb 2019 10:07:13 -0800 |
dtitov |
8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux |
Fri, 08 Feb 2019 20:51:55 -0500 |
dholmes |
8193234: When using -Xcheck:jni an internally allocated buffer can leak |
Fri, 08 Feb 2019 05:46:11 -0900 |
shurailine |
8218692: Switch to JCov build which supports byte code version 57 |
Fri, 08 Feb 2019 13:39:22 -0800 |
dl |
8210280: Unnecessary reallocation when invoking HashMap.putAll() |
Fri, 08 Feb 2019 14:03:09 -0500 |
zgu |
8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type") |
Fri, 08 Feb 2019 10:03:07 -0800 |
xuelei |
8218580: endpoint identification algorithm should be case-insensitive |
Fri, 08 Feb 2019 09:41:45 -0800 |
dtitov |
8205654: serviceability/dcmd/framework/HelpTest.java timed out |
Thu, 07 Feb 2019 09:55:57 +0100 |
roland |
8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks |
Fri, 08 Feb 2019 09:33:59 -0500 |
coleenp |
8218593: Symbol leak in prepend_host_package_name |
Fri, 08 Feb 2019 12:55:20 +0100 |
tschatzl |
8217328: Rename CollectionSetChooser to G1CollectionSetChooser |
Fri, 08 Feb 2019 12:55:20 +0100 |
tschatzl |
8217330: Split G1CollectionSetChooser into collection set candidate container and the chooser algorithm |
Fri, 08 Feb 2019 12:55:20 +0100 |
tschatzl |
8217778: StringTable cleanup miscalculates amount of dead objects |
Fri, 08 Feb 2019 13:07:44 +0000 |
chegar |
Merge |
Fri, 08 Feb 2019 12:23:16 +0000 |
chegar |
8218662: Allow 204 responses with Content-Length:0jdk-12+32 |
Fri, 08 Feb 2019 12:44:16 +0000 |
chegar |
Merge |
Fri, 08 Feb 2019 11:26:21 +0000 |
chegar |
8218546: Unable to connect to https://google.com using java.net.HttpClient |
Fri, 08 Feb 2019 12:31:24 +0100 |
jlahoda |
8216263: Add historical data for JDK 12 |
Fri, 08 Feb 2019 12:31:23 +0100 |
jlahoda |
8218630: CreateSymbols includes class and module headers unnecessarily. |
Fri, 08 Feb 2019 12:31:22 +0100 |
jlahoda |
8217335: Add a script to generate --release data |
Fri, 08 Feb 2019 12:09:41 +0100 |
lkorinth |
8217332: JTREG: Clean up, use generics instead of raw types |
Fri, 08 Feb 2019 11:52:33 +0100 |
lkorinth |
8217329: JTREG: Clean up, remove unused imports in gc folder |
Fri, 08 Feb 2019 02:57:40 +0100 |
jwilhelm |
Merge |
Thu, 07 Feb 2019 01:49:10 -0800 |
ljiang |
8218411: JDK 12 L10n resource file update msg drop 20 |
Thu, 07 Feb 2019 02:53:27 +0100 |
jwilhelm |
Added tag jdk-12+31 for changeset b5f7bb57de2f |
Mon, 21 Jan 2019 02:43:33 +0000 |
diazhou |
8217352: Remove EA from version string starting with Initial RC promotionjdk-12+31 |
Thu, 07 Feb 2019 17:26:44 -0500 |
coleenp |
8218601: [AOT] Crash in AOTCodeHeap::mark_evol_dependent_methods |
Thu, 07 Feb 2019 17:23:24 -0500 |
bobv |
8218169: [AOT] Segmentation fault when running java with AOTed Graal in -Xcomp mode on windows |