2019-10-03 |
darcy |
8231777: Remove extraneous @serial javadoc tag in NodeChangeEvent.java
|
changeset |
files
|
2019-10-03 |
herrick |
8231706: change "Java" dir to "app" dir in jpackage app image
JDK-8200758-branch
|
changeset |
files
|
2019-10-03 |
redestad |
8231707: Improve Mutex inlining
|
changeset |
files
|
2019-10-03 |
pliden |
8231776: ZGC: Fix incorrect address space description
|
changeset |
files
|
2019-10-03 |
pliden |
8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address
|
changeset |
files
|
2019-09-27 |
stefank |
8231563: ZGC: Fails to warn when user sets the max heap size to larger than 16TB
|
changeset |
files
|
2019-10-03 |
shade |
8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
|
changeset |
files
|
2019-10-03 |
jwilhelm |
Added tag jdk-14+17 for changeset 5c83830390ba
|
changeset |
files
|
2019-10-03 |
cjplummer |
8231288: "jhsdb jmap" test needed to reproduce issues that used to be reproduced by JShellHeapDumpTest
|
changeset |
files
|
2019-10-02 |
ccheung |
8231606: _method_ordering is not set during CDS dynamic dump time
|
changeset |
files
|
2019-10-02 |
rriggs |
8231663: Incorrect GPL header in some RMI/SQL package-info.java files
jdk-14+17
|
changeset |
files
|
2019-10-02 |
egahlin |
Add TestRecusrive and only skip events for DirectoryStream
JEP-349-branch
|
changeset |
files
|
2019-10-02 |
erikj |
8231505: Bump required boot jdk version to 13
|
changeset |
files
|
2019-10-02 |
bpb |
8229022: BufferedReader performance can be improved by using StringBuilder
|
changeset |
files
|
2019-10-02 |
lkorinth |
8231671: Fix copyright headers in hotspot (missing comma after year)
|
changeset |
files
|
2019-10-02 |
jlahoda |
Cleanup
JDK-8226585-branch
|
changeset |
files
|
2019-10-02 |
jlahoda |
Improving appearance of javadoc of the APIs associated with preview features.
JDK-8226585-branch
|
changeset |
files
|
2019-10-02 |
alanb |
8231603: (se) Selector implementations do not need to use cancelledKeys
|
changeset |
files
|
2019-10-02 |
chagedorn |
8231626: DeoptimizeRandom should not be a product flag
|
changeset |
files
|
2019-10-02 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
2019-10-02 |
darcy |
8231545: Suppress warnings on non-serializable instance fields in jdk.jshell module
|
changeset |
files
|
2019-10-01 |
herrick |
fix bad merge
JDK-8200758-branch
|
changeset |
files
|
2019-10-01 |
herrick |
8231721 : jpackage --install-dir should reject system dirs on Linux
JDK-8200758-branch
|
changeset |
files
|
2019-09-28 |
fweimer |
8231600: Avoid GCC 8 strncpy error in jdk.jdwp.agent
|
changeset |
files
|
2019-10-01 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
2019-10-01 |
erikj |
8231594: Configure fails on some Linux systems
|
changeset |
files
|
2019-10-01 |
bpb |
8229333: java/io/File/SetLastModified.java timed out
|
changeset |
files
|
2019-10-01 |
shade |
8231667: Shenandoah: Full GC should take empty regions into slices for compaction
|
changeset |
files
|
2019-10-01 |
shade |
8231503: [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
|
changeset |
files
|
2019-10-01 |
clanger |
8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms
|
changeset |
files
|
2019-10-01 |
rschmelter |
8191521: handle long relative path specified in -Xbootclasspath/a on windows
|
changeset |
files
|
2019-09-30 |
roland |
8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
|
changeset |
files
|
2019-09-26 |
jboes |
8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
|
changeset |
files
|
2019-10-01 |
dfuchs |
8231506: Fix some instabilities in a few networking tests
|
changeset |
files
|
2019-10-01 |
pliden |
8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
|
changeset |
files
|
2019-10-01 |
neliasso |
8226721: Missing intrinsics for Math.ceil, floor, rint
|
changeset |
files
|
2019-09-26 |
mbaesken |
8231357: sun/security/pkcs11/Cipher/TestKATForGCM.java fails on SLES11 using mozilla-nss-3.14
|
changeset |
files
|
2019-10-01 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
2019-10-01 |
herrick |
8230974: creating rpm, get error for relative path to the license.txt
JDK-8200758-branch
|
changeset |
files
|
2019-09-30 |
herrick |
8231280: Linux packages produced by jpackage should have correct dependencies
JDK-8200758-branch
|
changeset |
files
|
2019-09-30 |
herrick |
8231605: Improve test helpers
JDK-8200758-branch
|
changeset |
files
|
2019-09-30 |
herrick |
8231281: Eliminate the --identifier option
JDK-8200758-branch
|
changeset |
files
|
2019-09-30 |
herrick |
8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
JDK-8200758-branch
|
changeset |
files
|
2019-09-30 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
2019-09-30 |
egahlin |
Make TestRemovedChunks.java more stable
JEP-349-branch
|
changeset |
files
|
2019-09-30 |
joehw |
8016914: CoreDocumentImpl.setXmlVersion NPE
|
changeset |
files
|
2019-09-30 |
coleenp |
Merge
|
changeset |
files
|
2019-09-30 |
coleenp |
8184732: Deadlock detection improvements for 'special' locks
|
changeset |
files
|
2019-09-30 |
pconcannon |
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
|
changeset |
files
|
2019-09-30 |
shade |
8231583: Shenandoah: Fix register clash in SBSA::resolve_forwarding_pointer() borrowing
|
changeset |
files
|
2019-09-30 |
lucy |
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
|
changeset |
files
|
2019-09-30 |
rkennke |
8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
|
changeset |
files
|
2019-09-30 |
aefimov |
Merge
aefimov-dns-client-branch
|
changeset |
files
|
2019-09-30 |
aefimov |
Initial changes for aefimov-dns-client-branch
aefimov-dns-client-branch
|
changeset |
files
|
2019-09-30 |
egahlin |
Remove test applications
JEP-349-branch
|
changeset |
files
|
2019-09-30 |
egahlin |
Update javadoc with CSR feedback
JEP-349-branch
|
changeset |
files
|
2019-09-30 |
mgronlun |
Merge
JEP-349-branch
|
changeset |
files
|
2019-09-30 |
mgronlun |
let TestLargeRootSet retry on failure
JEP-349-branch
|
changeset |
files
|
2019-09-30 |
redestad |
8231616: Simplify compilation policy hierarchy
|
changeset |
files
|
2019-09-24 |
vkempik |
8229872: (fs) Increase buffer size used with getmntent
|
changeset |
files
|