Sat, 29 Sep 2018 09:43:33 +0530 |
psadhukhan |
6821316: comment in source code of SynthStyleFactory.java has a self-reference
|
changeset |
files
|
Sat, 29 Sep 2018 09:41:33 +0530 |
psadhukhan |
6994403: Grammatical error in documentation of javax.swing.GroupLayout.ParallelGroup
|
changeset |
files
|
Fri, 28 Sep 2018 06:39:52 +0100 |
clanger |
8211218: remove double semicolon in src/java.desktop/macosx/classes/sun/font/CFont.java
|
changeset |
files
|
Fri, 28 Sep 2018 09:17:24 +0530 |
psadhukhan |
8210306: Missing closing bracket in GridBagLayout gridwidth, gridheight description
|
changeset |
files
|
Thu, 27 Sep 2018 11:46:28 -0700 |
prr |
Merge
|
changeset |
files
|
Thu, 27 Sep 2018 14:36:33 +0530 |
kaddepalli |
8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane
|
changeset |
files
|
Wed, 24 Oct 2018 12:39:37 +0200 |
thartmann |
8150552: Remove -XX:+AggressiveOpts
|
changeset |
files
|
Wed, 24 Oct 2018 17:52:06 +0800 |
mli |
8210407: Refactor java.util.Calendar:i18n shell tests to plain java tests
|
changeset |
files
|
Wed, 24 Oct 2018 10:42:12 +0200 |
stuefe |
8212896: AIX build breaks after 8212611
|
changeset |
files
|
Tue, 23 Oct 2018 17:01:48 -0400 |
dholmes |
8199567: [Nestmates] Cleanup instanceKlass.cpp
|
changeset |
files
|
Tue, 23 Oct 2018 10:32:39 -0700 |
darcy |
8212718: Refactor some annotation processor tests to better use collections
|
changeset |
files
|
Tue, 23 Oct 2018 18:49:32 +0200 |
dnsimon |
8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable throws InternalError
|
changeset |
files
|
Tue, 23 Oct 2018 09:43:16 -0700 |
jcbeyler |
8212771: Remove remaining spaces before/after () for vmTestbase
|
changeset |
files
|
Tue, 23 Oct 2018 07:57:26 -0700 |
dtitov |
8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD
|
changeset |
files
|
Tue, 23 Oct 2018 13:24:36 +0200 |
rehn |
8212707: GlobalCounter padding is too optimistic
|
changeset |
files
|
Tue, 23 Oct 2018 11:03:51 +0200 |
redestad |
8212726: Replace some use of drop- and foldArguments with filtering argument combinator in StringConcatFactory
|
changeset |
files
|
Tue, 23 Oct 2018 10:55:59 +0200 |
shade |
8212754: Build failure: undefined JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample
|
changeset |
files
|
Wed, 17 Oct 2018 10:19:13 +0200 |
roland |
8212611: Small collection of simple changes from shenandoah
|
changeset |
files
|
Tue, 23 Oct 2018 13:47:17 +0800 |
amlu |
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
|
changeset |
files
|
Tue, 23 Oct 2018 12:25:59 +0800 |
weijun |
8212216: JGSS: Fix leak in exception cases in getJavaOID()
|
changeset |
files
|
Mon, 22 Oct 2018 19:31:41 -0700 |
jcbeyler |
8212535: Remove spaces before/after () for vmTestbase/[a-j]*
|
changeset |
files
|
Mon, 22 Oct 2018 17:00:04 -0700 |
mchung |
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
|
changeset |
files
|
Mon, 22 Oct 2018 14:41:51 -0700 |
amenkov |
8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
|
changeset |
files
|
Mon, 22 Oct 2018 14:31:10 -0700 |
ccheung |
8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested
|
changeset |
files
|
Mon, 22 Oct 2018 13:31:42 -0700 |
jjg |
8211876: Broken links in java.base files (ClassLoader.html#name)
|
changeset |
files
|
Mon, 22 Oct 2018 15:32:50 -0400 |
coleenp |
8212774: Remove dead code touching Klass::_lower_dimension
|
changeset |
files
|
Mon, 22 Oct 2018 12:43:15 -0700 |
jcbeyler |
8212148: Remove remaining NSK_CPP_STUBs
|
changeset |
files
|
Mon, 22 Oct 2018 09:26:50 -0700 |
rfield |
8210959: JShell fails and exits when statement throws an exception whose message contains a '%'.
|
changeset |
files
|
Mon, 22 Oct 2018 08:30:39 -0700 |
rfield |
8210923: JShell: support for switch expressions
|
changeset |
files
|
Mon, 22 Oct 2018 12:13:29 +0200 |
eosterlund |
8212663: Remove conservative at_safepoint assert when JFR writes type sets during class unloading
|
changeset |
files
|
Mon, 22 Oct 2018 12:25:31 +0100 |
chegar |
8212695: Add explicit timeout to several HTTP Client tests
|
changeset |
files
|
Mon, 22 Oct 2018 11:51:17 +0200 |
tschatzl |
8211853: Avoid additional duplicate work when a reference in the task queue has already been evacuated
|
changeset |
files
|
Mon, 22 Oct 2018 15:20:43 +0530 |
vtewari |
8212114: Reconsider the affect on closed streams resulting from 8189366
|
changeset |
files
|
Mon, 22 Oct 2018 10:47:28 +0100 |
coffeys |
8212752: Typo in SSL log message related to inactive/disabled signature scheme
|
changeset |
files
|
Mon, 22 Oct 2018 14:08:07 +0800 |
xyin |
8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
|
changeset |
files
|
Mon, 22 Oct 2018 14:03:06 +0800 |
xyin |
8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
|
changeset |
files
|
Mon, 22 Oct 2018 13:53:39 +0800 |
xyin |
8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
|
changeset |
files
|
Mon, 22 Oct 2018 10:16:34 +0530 |
pmuthuswamy |
8211879: Broken links in API overview
|
changeset |
files
|
Fri, 19 Oct 2018 16:29:45 -0700 |
iignatyev |
8177709: Convert TestVirtualSpace_test to GTest
|
changeset |
files
|
Fri, 19 Oct 2018 16:29:43 -0700 |
kzhaldyb |
8171097: Convert TestReservedSpace_test to Gtest
|
changeset |
files
|
Fri, 19 Oct 2018 18:05:50 -0700 |
jnimeh |
8211806: TLS 1.3 handshake server name indication is missing on a session resume
|
changeset |
files
|
Fri, 19 Oct 2018 17:54:21 -0400 |
phh |
8212698: Minor g1 #include changes and memoryService.hpp copyright date update
|
changeset |
files
|
Fri, 19 Oct 2018 09:31:52 -0700 |
amenkov |
8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
|
changeset |
files
|
Fri, 19 Oct 2018 09:32:46 -0400 |
mullan |
Merge
|
changeset |
files
|
Fri, 19 Oct 2018 09:31:57 -0400 |
mullan |
8195793: Remove GTE CyberTrust Global Root
|
changeset |
files
|
Fri, 19 Oct 2018 14:23:43 +0100 |
michaelm |
8211437: java.net.http.HttpClient hangs on 204 reply without Content-length 0
|
changeset |
files
|
Thu, 18 Oct 2018 23:05:01 -0700 |
iklam |
8212642: Remove SystemDictionary::InitOption enum
|
changeset |
files
|
Thu, 18 Oct 2018 21:14:49 +0200 |
rkennke |
8212603: Need to step over GC barriers in Node::eqv_uncast()
|
changeset |
files
|
Thu, 18 Oct 2018 09:46:46 -0700 |
igerasim |
8201355: Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
|
changeset |
files
|
Thu, 18 Oct 2018 17:50:49 +0200 |
thartmann |
8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
|
changeset |
files
|
Thu, 18 Oct 2018 10:45:05 -0400 |
lancea |
8212662: Fix javadoc typo in java.lang.ref.Cleaner
|
changeset |
files
|
Thu, 18 Oct 2018 10:35:58 -0400 |
hseigel |
8209087: Clean up runtime code that compares 'this' to NULL
|
changeset |
files
|
Thu, 18 Oct 2018 10:08:35 -0400 |
mullan |
8210448: Copy Java XML Digital Signature API Specification into java.xml.crypto javadocs
|
changeset |
files
|
Thu, 18 Oct 2018 11:23:54 +0200 |
lkorinth |
8212595: Remove unused size_helper() in oop_oop_iterate* in instanceKlass.inline.hpp
|
changeset |
files
|
Thu, 18 Oct 2018 00:56:38 -0700 |
dzhou |
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
|
changeset |
files
|
Thu, 18 Oct 2018 09:19:29 +0200 |
ihse |
8212587: equals in MakeBase does not handle empty strings correctly
|
changeset |
files
|
Wed, 17 Oct 2018 21:51:00 -0700 |
iklam |
8212612: Add documentation about Arguments::_exit_hook
|
changeset |
files
|
Wed, 17 Oct 2018 21:28:11 -0700 |
jcbeyler |
8211899: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[E-M]
|
changeset |
files
|
Thu, 18 Oct 2018 07:56:55 +0800 |
jjiang |
8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
|
changeset |
files
|
Thu, 18 Oct 2018 00:50:14 +0200 |
jwilhelm |
Added tag jdk-12+16 for changeset 199658d1ef86
|
changeset |
files
|