Thu, 03 Oct 2019 11:04:51 -0400 |
herrick |
8231706: change "Java" dir to "app" dir in jpackage app image
JDK-8200758-branch
|
changeset |
files
|
Thu, 03 Oct 2019 13:45:08 +0200 |
redestad |
8231707: Improve Mutex inlining
|
changeset |
files
|
Thu, 03 Oct 2019 10:56:39 +0200 |
pliden |
8231776: ZGC: Fix incorrect address space description
|
changeset |
files
|
Thu, 03 Oct 2019 10:54:18 +0200 |
pliden |
8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address
|
changeset |
files
|
Fri, 27 Sep 2019 09:01:39 +0200 |
stefank |
8231563: ZGC: Fails to warn when user sets the max heap size to larger than 16TB
|
changeset |
files
|
Thu, 03 Oct 2019 07:38:00 +0200 |
shade |
8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
|
changeset |
files
|
Thu, 03 Oct 2019 07:10:36 +0200 |
jwilhelm |
Added tag jdk-14+17 for changeset 5c83830390ba
|
changeset |
files
|
Wed, 02 Oct 2019 17:56:46 -0700 |
cjplummer |
8231288: "jhsdb jmap" test needed to reproduce issues that used to be reproduced by JShellHeapDumpTest
|
changeset |
files
|
Wed, 02 Oct 2019 16:55:08 -0700 |
ccheung |
8231606: _method_ordering is not set during CDS dynamic dump time
|
changeset |
files
|
Wed, 02 Oct 2019 13:57:03 -0400 |
rriggs |
8231663: Incorrect GPL header in some RMI/SQL package-info.java files
jdk-14+17
|
changeset |
files
|
Wed, 02 Oct 2019 19:26:33 +0200 |
egahlin |
Add TestRecusrive and only skip events for DirectoryStream
JEP-349-branch
|
changeset |
files
|
Wed, 02 Oct 2019 10:04:46 -0700 |
erikj |
8231505: Bump required boot jdk version to 13
|
changeset |
files
|
Wed, 02 Oct 2019 07:50:06 -0700 |
bpb |
8229022: BufferedReader performance can be improved by using StringBuilder
|
changeset |
files
|
Wed, 02 Oct 2019 16:08:02 +0200 |
lkorinth |
8231671: Fix copyright headers in hotspot (missing comma after year)
|
changeset |
files
|
Wed, 02 Oct 2019 11:29:49 +0200 |
jlahoda |
Cleanup
JDK-8226585-branch
|
changeset |
files
|
Wed, 02 Oct 2019 10:59:40 +0200 |
jlahoda |
Improving appearance of javadoc of the APIs associated with preview features.
JDK-8226585-branch
|
changeset |
files
|
Wed, 02 Oct 2019 09:16:18 +0100 |
alanb |
8231603: (se) Selector implementations do not need to use cancelledKeys
|
changeset |
files
|
Wed, 02 Oct 2019 08:27:17 +0200 |
chagedorn |
8231626: DeoptimizeRandom should not be a product flag
|
changeset |
files
|
Tue, 01 Oct 2019 23:54:39 -0400 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
Tue, 01 Oct 2019 20:07:30 -0700 |
darcy |
8231545: Suppress warnings on non-serializable instance fields in jdk.jshell module
|
changeset |
files
|
Tue, 01 Oct 2019 18:53:13 -0400 |
herrick |
fix bad merge
JDK-8200758-branch
|
changeset |
files
|
Tue, 01 Oct 2019 18:22:34 -0400 |
herrick |
8231721 : jpackage --install-dir should reject system dirs on Linux
JDK-8200758-branch
|
changeset |
files
|
Sat, 28 Sep 2019 11:04:01 +0200 |
fweimer |
8231600: Avoid GCC 8 strncpy error in jdk.jdwp.agent
|
changeset |
files
|
Tue, 01 Oct 2019 18:47:30 +0200 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
Tue, 01 Oct 2019 08:11:02 -0700 |
erikj |
8231594: Configure fails on some Linux systems
|
changeset |
files
|
Tue, 01 Oct 2019 07:37:39 -0700 |
bpb |
8229333: java/io/File/SetLastModified.java timed out
|
changeset |
files
|
Tue, 01 Oct 2019 15:38:27 +0200 |
shade |
8231667: Shenandoah: Full GC should take empty regions into slices for compaction
|
changeset |
files
|
Tue, 01 Oct 2019 15:38:26 +0200 |
shade |
8231503: [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
|
changeset |
files
|
Tue, 01 Oct 2019 14:51:04 +0200 |
clanger |
8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms
|
changeset |
files
|
Tue, 01 Oct 2019 14:09:44 +0200 |
rschmelter |
8191521: handle long relative path specified in -Xbootclasspath/a on windows
|
changeset |
files
|
Mon, 30 Sep 2019 17:58:05 +0200 |
roland |
8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
|
changeset |
files
|
Thu, 26 Sep 2019 12:35:51 +0100 |
jboes |
8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
|
changeset |
files
|
Tue, 01 Oct 2019 12:10:33 +0100 |
dfuchs |
8231506: Fix some instabilities in a few networking tests
|
changeset |
files
|
Tue, 01 Oct 2019 12:27:14 +0200 |
pliden |
8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
|
changeset |
files
|
Tue, 01 Oct 2019 11:43:10 +0200 |
neliasso |
8226721: Missing intrinsics for Math.ceil, floor, rint
|
changeset |
files
|
Thu, 26 Sep 2019 13:51:43 +0200 |
mbaesken |
8231357: sun/security/pkcs11/Cipher/TestKATForGCM.java fails on SLES11 using mozilla-nss-3.14
|
changeset |
files
|
Mon, 30 Sep 2019 20:26:28 -0400 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
Mon, 30 Sep 2019 20:16:48 -0400 |
herrick |
8230974: creating rpm, get error for relative path to the license.txt
JDK-8200758-branch
|
changeset |
files
|
Mon, 30 Sep 2019 19:33:13 -0400 |
herrick |
8231280: Linux packages produced by jpackage should have correct dependencies
JDK-8200758-branch
|
changeset |
files
|
Mon, 30 Sep 2019 19:11:19 -0400 |
herrick |
8231605: Improve test helpers
JDK-8200758-branch
|
changeset |
files
|
Mon, 30 Sep 2019 15:59:50 -0400 |
herrick |
8231281: Eliminate the --identifier option
JDK-8200758-branch
|
changeset |
files
|
Mon, 30 Sep 2019 15:13:14 -0400 |
herrick |
8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
JDK-8200758-branch
|
changeset |
files
|
Mon, 30 Sep 2019 21:16:42 +0200 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
Mon, 30 Sep 2019 20:52:58 +0200 |
egahlin |
Make TestRemovedChunks.java more stable
JEP-349-branch
|
changeset |
files
|
Mon, 30 Sep 2019 17:54:11 +0000 |
joehw |
8016914: CoreDocumentImpl.setXmlVersion NPE
|
changeset |
files
|
Mon, 30 Sep 2019 13:22:05 -0400 |
coleenp |
Merge
|
changeset |
files
|
Mon, 30 Sep 2019 13:10:11 -0400 |
coleenp |
8184732: Deadlock detection improvements for 'special' locks
|
changeset |
files
|
Mon, 30 Sep 2019 17:19:58 +0100 |
pconcannon |
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
|
changeset |
files
|
Mon, 30 Sep 2019 18:02:24 +0200 |
shade |
8231583: Shenandoah: Fix register clash in SBSA::resolve_forwarding_pointer() borrowing
|
changeset |
files
|
Mon, 30 Sep 2019 17:18:30 +0200 |
lucy |
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
|
changeset |
files
|
Mon, 30 Sep 2019 17:00:16 +0200 |
rkennke |
8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
|
changeset |
files
|
Mon, 30 Sep 2019 16:10:26 +0100 |
aefimov |
Merge
aefimov-dns-client-branch
|
changeset |
files
|
Mon, 30 Sep 2019 16:04:28 +0100 |
aefimov |
Initial changes for aefimov-dns-client-branch
aefimov-dns-client-branch
|
changeset |
files
|
Mon, 30 Sep 2019 15:35:56 +0200 |
egahlin |
Remove test applications
JEP-349-branch
|
changeset |
files
|
Mon, 30 Sep 2019 15:24:49 +0200 |
egahlin |
Update javadoc with CSR feedback
JEP-349-branch
|
changeset |
files
|
Mon, 30 Sep 2019 14:29:09 +0200 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
Mon, 30 Sep 2019 14:27:44 +0200 |
mgronlun |
let TestLargeRootSet retry on failure
JEP-349-branch
|
changeset |
files
|
Mon, 30 Sep 2019 14:04:42 +0200 |
redestad |
8231616: Simplify compilation policy hierarchy
|
changeset |
files
|
Tue, 24 Sep 2019 14:54:57 +0300 |
vkempik |
8229872: (fs) Increase buffer size used with getmntent
|
changeset |
files
|
Mon, 30 Sep 2019 13:28:33 +0200 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
Mon, 30 Sep 2019 13:27:55 +0200 |
mgronlun |
fix typo in emergency dump path
JEP-349-branch
|
changeset |
files
|
Mon, 30 Sep 2019 10:21:11 +0200 |
tschatzl |
8231553: Deprecate unused G1RSetScanBlockSize command line option
|
changeset |
files
|
Mon, 30 Sep 2019 09:29:10 +0200 |
chagedorn |
8230062: assert(i == p->size()-1) failed: must be last element of the pack
|
changeset |
files
|
Sun, 29 Sep 2019 16:12:47 +0200 |
mgronlun |
cleaner tagging
JEP-349-branch
|
changeset |
files
|
Sun, 29 Sep 2019 13:59:54 +0200 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
Sat, 28 Sep 2019 17:52:07 -0400 |
azeller |
8231457: Asserts on AIX because os::elapsed_counter() is not monotonic
|
changeset |
files
|
Sat, 28 Sep 2019 12:33:34 -0700 |
cjplummer |
8231287: JMap should do a better job of reporting exception it catches
|
changeset |
files
|
Fri, 27 Sep 2019 17:50:09 -0700 |
igerasim |
8230415: Avoid redundant permission checking in FilePermissionCollection and SocketPermissionCollection
|
changeset |
files
|
Fri, 27 Sep 2019 18:27:42 +0000 |
bobv |
8231431: JAOTC issues with JAR path containing spaces
|
changeset |
files
|
Fri, 27 Sep 2019 12:20:14 -0700 |
dl |
8231036: vmTestbase monitoring tests fail after JSR 166 refresh
|
changeset |
files
|
Fri, 27 Sep 2019 12:20:14 -0700 |
dl |
8231032: ThreadMXBean locking tests fail after JSR 166 refresh
|
changeset |
files
|
Fri, 27 Sep 2019 10:48:23 -0700 |
lmesnik |
8230942: Support compressed cores in SA tests
|
changeset |
files
|
Fri, 27 Sep 2019 19:03:34 +0200 |
stuefe |
fix metachunk gtest
stuefe-new-metaspace-branch
|
changeset |
files
|
Fri, 27 Sep 2019 19:03:13 +0200 |
stuefe |
do not enlarge chunks faster than chunk alloc strategy would allow
stuefe-new-metaspace-branch
|
changeset |
files
|
Fri, 27 Sep 2019 19:02:25 +0200 |
stuefe |
Correct chunk allocation size for standard loaders in class space
stuefe-new-metaspace-branch
|
changeset |
files
|
Fri, 27 Sep 2019 19:01:21 +0200 |
stuefe |
Make chunk-in-place-enlargment switchable
stuefe-new-metaspace-branch
|
changeset |
files
|
Fri, 27 Sep 2019 08:57:25 -0700 |
darcy |
8231557: Suppress warnings on non-serializable instance fields in jdk.scripting.nashorn module
|
changeset |
files
|
Fri, 27 Sep 2019 14:43:35 +0100 |
dfuchs |
8231037: java/net/InetAddress/ptr/Lookup.java fails intermittently due to reverse lookup failed
|
changeset |
files
|
Fri, 27 Sep 2019 15:15:07 +0200 |
rehn |
8231321: compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java failed assertion
|
changeset |
files
|
Fri, 27 Sep 2019 20:06:02 +0800 |
jiefu |
8231567: minimal build failed after JDK-8226690
|
changeset |
files
|
Fri, 27 Sep 2019 07:56:02 -0400 |
coleenp |
8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
|
changeset |
files
|
Fri, 27 Sep 2019 13:32:52 +0200 |
egahlin |
Fix javadoc
JEP-349-branch
|
changeset |
files
|
Fri, 27 Sep 2019 13:20:04 +0200 |
egahlin |
Improve test coverage for RecordingStream::enable(...) and RecordingStream:disable(...)
JEP-349-branch
|
changeset |
files
|
Tue, 16 Jul 2019 08:56:08 +0200 |
roland |
8227384: C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
|
changeset |
files
|
Fri, 27 Sep 2019 13:03:11 +0200 |
egahlin |
Add missing copyright header
JEP-349-branch
|
changeset |
files
|
Fri, 27 Sep 2019 13:01:55 +0200 |
egahlin |
Add missing TestUtils class for testing onError
JEP-349-branch
|
changeset |
files
|
Fri, 27 Sep 2019 13:00:53 +0200 |
egahlin |
Fix typos
JEP-349-branch
|
changeset |
files
|
Fri, 27 Sep 2019 12:58:01 +0200 |
egahlin |
Add tests for onError
JEP-349-branch
|
changeset |
files
|
Fri, 27 Sep 2019 12:46:14 +0200 |
redestad |
8231471: Obsolete -XX:CompilationPolicyChoice
|
changeset |
files
|
Thu, 26 Sep 2019 17:49:44 +0200 |
roland |
8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
|
changeset |
files
|
Fri, 27 Sep 2019 09:55:35 +0100 |
chegar |
8231504: Update networking tests to avoid implicit dependency on the system proxies
|
changeset |
files
|
Thu, 26 Sep 2019 14:41:09 -0700 |
cjplummer |
8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
|
changeset |
files
|
Thu, 26 Sep 2019 12:13:57 -0700 |
darcy |
8231546: Suppress warnings on non-serializable instance fields in java.prefs module
|
changeset |
files
|
Thu, 26 Sep 2019 11:10:19 -0400 |
rriggs |
8231314: java.time serialization warning cleanup
|
changeset |
files
|
Thu, 26 Sep 2019 07:20:51 -0700 |
erikj |
8231467: Missing make prerequisite declaration corrupts make dependency files on Windows
|
changeset |
files
|
Thu, 26 Sep 2019 10:37:37 -0400 |
herrick |
8231382: Use main class from main module if available
JDK-8200758-branch
|
changeset |
files
|
Thu, 26 Sep 2019 09:19:46 -0400 |
herrick |
8230649 : Make jpackage tool an experimental feature
JDK-8200758-branch
|
changeset |
files
|
Thu, 26 Sep 2019 09:22:49 -0400 |
coleenp |
8226690: SIGSEGV in MetadataOnStackClosure::do_metadata
|
changeset |
files
|
Thu, 26 Sep 2019 15:13:04 +0200 |
egahlin |
Incorporate CSR feedback
JEP-349-branch
|
changeset |
files
|
Thu, 26 Sep 2019 14:04:25 +0200 |
mbaesken |
8231448: s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
|
changeset |
files
|
Thu, 26 Sep 2019 13:56:58 +0200 |
pliden |
8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
|
changeset |
files
|
Thu, 12 Sep 2019 11:44:51 +0200 |
phedlin |
8229499: Node budget assert in fuzzed test.
|
changeset |
files
|
Thu, 26 Sep 2019 10:00:07 +0000 |
eosterlund |
8219724: ZGC: Make inline cache cleaning more robust
|
changeset |
files
|
Wed, 25 Sep 2019 09:15:43 +0200 |
mbaesken |
8231445: check ZALLOC return values in awt coding
|
changeset |
files
|
Thu, 26 Sep 2019 09:16:08 +0200 |
thartmann |
8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
|
changeset |
files
|
Wed, 25 Sep 2019 21:26:38 -0700 |
darcy |
8231414: Mark various instance fields of javac internal types as transient
|
changeset |
files
|
Thu, 26 Sep 2019 04:20:19 +0200 |
jwilhelm |
Added tag jdk-14+16 for changeset d29f0181ba42
|
changeset |
files
|
Wed, 25 Sep 2019 15:22:33 -0700 |
phh |
8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
|
changeset |
files
|
Wed, 25 Sep 2019 14:33:44 -0700 |
bchristi |
8221623: Add StackWalker micro benchmarks to jdk repo
|
changeset |
files
|
Wed, 25 Sep 2019 17:36:28 -0400 |
herrick |
8230927: Wrong arguments set for additional launchers
JDK-8200758-branch
|
changeset |
files
|
Wed, 25 Sep 2019 17:21:41 -0400 |
herrick |
png file missed in push of JDK-8225249
JDK-8200758-branch
|
changeset |
files
|
Wed, 25 Sep 2019 13:37:42 -0700 |
darcy |
8231443: Add java.io.Serial to list of platform annotations for annotation processing
jdk-14+16
|
changeset |
files
|
Wed, 25 Sep 2019 22:40:41 +0200 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
Wed, 25 Sep 2019 21:19:21 +0200 |
jjg |
Adding taglet for @preview.
JDK-8226585-branch
|
changeset |
files
|
Wed, 25 Sep 2019 11:44:52 -0700 |
bpb |
8231174: (fs) FileTime should have 100ns resolution (win)
|
changeset |
files
|
Wed, 25 Sep 2019 11:10:05 -0700 |
dtitov |
8185005: Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
|
changeset |
files
|
Wed, 25 Sep 2019 12:21:10 +0200 |
shade |
8231410: Shenandoah: clone barrier should use base pointer
|
changeset |
files
|
Wed, 25 Sep 2019 09:37:18 -0700 |
darcy |
8231442: Suppress warnings on non-serializable instance fields in java.sql.* modules
|
changeset |
files
|
Wed, 25 Sep 2019 08:29:03 -0700 |
phh |
8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
|
changeset |
files
|
Tue, 24 Sep 2019 14:46:38 +0200 |
azeller |
8230110: TestLinkageErrorInGenerateOopMap times out
|
changeset |
files
|