Matthias Baesken
3cda678c2b
8215296: do not disable c99 on Solaris
...
Reviewed-by: dholmes, ihse
2018-12-17 13:47:22 +01:00
Joe Darcy
b5f0eec3d8
8205626: Start of release updates for JDK 13
...
8205393: Add SourceVersion.RELEASE_13
8205394: Add source 13 and target 13 to javac
8205645: Bump maximum recognized class file version to 57 for JDK 13
8214825: Update preview language features for start of JDK 13
Reviewed-by: erikj, alanb, mchung, mcimadamore, dholmes, smarks, jjg
2018-12-13 19:06:11 +01:00
Jakub Vanek
e4446cf0be
8214465: Upgrade arm-sflt minimum architecture to ARMv5TE for assembler
...
Reviewed-by: erikj, dholmes
2018-11-29 00:51:58 -05:00
Jakub Vanek
0c151cbbae
8214466: Append assembler flags on ARM targets
...
Reviewed-by: erikj, dholmes
2018-11-29 00:49:27 -05:00
Jakub Vanek
b2bf2d252b
8214332: Add a flag for overriding default JNI library search path
...
Reviewed-by: erikj, dholmes
2018-11-28 22:29:35 -05:00
Roger Riggs
c1034b1cad
4947890: Minimize JNI upcalls in system-properties initialization
...
Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
2018-11-28 15:53:49 -05:00
Volker Simonis
631decbf2f
8214343: Handle the absence of Xrandr more generically
...
Reviewed-by: stuefe, erikj, prr
2018-11-28 13:56:32 +01:00
Magnus Ihse Bursie
2ddd78e825
8178317: Create man pages using pandoc from markdown sources
...
Reviewed-by: erikj
2018-11-28 10:00:41 +01:00
Michael McMahon
4a77a08ca3
8211842: IPv6_supported wrongly returns false when unix domain socket is bound to fd 0
...
Reviewed-by: chegar, alanb
2018-11-30 10:29:58 +00:00
Alexandre Iline
4dfa364ff1
8214309: Enhance makefiles to allow generating JCov instrumented build
...
Reviewed-by: erikj
2018-11-29 06:34:46 -08:00
Volker Simonis
faff794a88
8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
...
Reviewed-by: erikj, ihse
2018-11-22 17:22:40 +01:00
Volker Simonis
62b2f0f5c9
8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it
...
Reviewed-by: shade, erikj, stuefe, ihse, goetz
2018-11-22 09:44:02 +01:00
Volker Simonis
a4fb817366
8214120: [REDO] Fix sun.awt.nativedebug on X11 platforms
...
Reviewed-by: stuefe, ihse
2018-11-21 15:22:28 +01:00
Rachna Goel
f8518a2c05
8209923: Unicode 11.0.0
...
Updated JDK to support Unicode 11.0.0.
Reviewed-by: naoto
2018-11-21 14:24:31 +05:30
Thomas Stuefe
03baf2db08
8214075: [BACKOUT] 8214007: Fix sun.awt.nativedebug on X11 platforms
...
Reviewed-by: shade, dholmes
2018-11-19 22:27:51 +01:00
Volker Simonis
eba7b5718f
8214007: Fix sun.awt.nativedebug on X11 platforms
...
Reviewed-by: erikj, ihse
2018-11-19 19:25:57 +01:00
Magnus Ihse Bursie
34b212d77a
8199552: Update to build scripts
...
Reviewed-by: jwilhelm, mschoene, rhalade
2018-09-13 01:49:48 +02:00
Michael McMahon
ef75339a1e
8209094: Improve web server connections
...
Reviewed-by: chegar, dfuchs, mschoene, igerasim
2018-10-05 08:54:10 +01:00
Claes Redestad
f503b0dc74
8214045: Missing explicit dependencies of build-microbenchmark cause intermittent build failure
...
Reviewed-by: ihse, dholmes
2018-11-19 13:49:50 +01:00
Claes Redestad
7a30c97753
8061281: Microbenchmark suite build support, directory layout and sample benchmarks
...
8061282: Migrate jmh-jdk-microbenchmarks into the JDK
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Staffan Friberg <sfriberg@kth.se>
Reviewed-by: ecaspole, mchung, erikj, ihse
2018-11-16 23:39:51 +01:00
Erik Joelsson
1804d6ce65
8214003: Limit default test jobs based on memory size
...
Reviewed-by: shade, tbell
2018-11-16 09:49:05 -08:00
Erik Joelsson
4a2d78b9e4
8213906: Update arm devkits with libXrandr headers
...
Reviewed-by: tbell, prr
2018-11-16 08:25:46 -08:00
Dean Long
971575362a
8210777: Update Graal
...
Reviewed-by: kvn
2018-11-15 09:04:07 -08:00
Severin Gehwolf
1fa2af5b82
8213736: Build fails with LOG=debug on F28 after JDK-8210958
...
Add --no-print-directory to make invocation of create-main-targets-include
Reviewed-by: erikj, tbell
2018-11-14 09:34:46 +01:00
Erik Joelsson
03a8cdece5
8211727: Adjust default concurrency settings for running tests on Sparc
...
Reviewed-by: ctornqvi, tbell, mikael
2018-11-14 09:26:28 -08:00
Vicente Romero
61082e6b25
8213480: update internal ASM version to 7.0
...
Reviewed-by: dholmes, iignatyev, alanb
2018-11-13 23:33:17 -05:00
Mikael Vidstedt
e07d7a01c7
8213569: Bump minimum boot jdk to JDK 11
...
Reviewed-by: dholmes, tbell, erikj
2018-11-13 15:25:24 -08:00
Dean Long
9dbaf4936f
8213348: jdk.internal.vm.compiler.management service providers missing in module descriptor
...
8211781: re-building fails after changing Graal sources
Reviewed-by: erikj, mchung
2018-11-08 15:19:14 -08:00
Volker Simonis
fdfbfb2f8b
8213515: Improve freetype detection on linux/ppc64/ppc64le/s390x
...
Reviewed-by: shade, ihse, stuefe
2018-11-08 12:24:08 +01:00
Magnus Ihse Bursie
3cefdacdb2
8213338: Reduce the number of generated make targets
...
Reviewed-by: erikj
2018-11-08 12:03:18 +01:00
Erik Joelsson
7cc7927aab
8213428: Add a no precompiled header Linux build to builds-tier1 and jdk-submit
...
Reviewed-by: ihse, tbell
2018-11-07 15:57:50 -08:00
Gary Adams
0a01d37605
8213052: HTML errors in JPDA spec
...
Reviewed-by: sspitsyn, amenkov
2018-11-07 10:39:49 -05:00
Dean Long
a9ae141836
8212605: Pure-Java implementation of AccessController.doPrivileged
...
Reviewed-by: dholmes, mullan, vlivanov, mchung, alanb, rriggs
2018-11-06 16:04:50 -08:00
Erik Joelsson
c8cb3978ba
8213227: Update jib src excludes to filter webrev and Jreg directories
...
Reviewed-by: dholmes, tbell, ihse
2018-11-05 09:10:57 -08:00
Igor Ignatyev
35871a8ca1
8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags
...
Reviewed-by: erikj, dholmes, ihse
2018-11-02 16:27:55 -07:00
Ekaterina Pavlova
49a3af9513
8152988: [AOT] Update test batch definitions to include aot-ed java.base module mode into hs-comp testing
...
Reviewed-by: kvn, erikj, ihse
2018-11-02 14:00:29 -07:00
Ramanand Patil
3eef9c7997
8213085: (tz) Upgrade time-zone data to tzdata2018g
...
Reviewed-by: martin, naoto
2018-11-01 12:43:21 -04:00
Magnus Ihse Bursie
b77f937f7e
8213237: Remove test-compile-commands from jib-profiles.js
...
Reviewed-by: lancea
2018-11-01 11:28:02 +01:00
David M Lloyd
f853aebd9b
8212828: (process) Provide a way for Runtime.exec to use posix_spawn on linux
...
Reviewed-by: alanb, rriggs
2018-10-18 15:56:37 -05:00
Erik Joelsson
b0882f0ee6
8210837: Add libXrandr-devel to the Linux devkits
...
Reviewed-by: prr, mikael
2018-10-31 13:14:52 -07:00
Bob Vandette
f161afb806
Merge
2018-10-31 10:48:13 -04:00
Magnus Ihse Bursie
f66d1f3d9e
8213184: Revert change in jib-profiles.js from run-test-prebuilt to test-prebuilt
...
Reviewed-by: dholmes
2018-10-31 11:36:07 +01:00
Magnus Ihse Bursie
53ecc07aaa
8210958: Rename "make run-test" to "make test"
...
Reviewed-by: erikj
2018-10-31 09:30:24 +01:00
Bob Vandette
05027c124c
8209093: JEP 340: One AArch64 Port, Not Two
...
Reviewed-by: dholmes, erikj, mikael, shade, avoitylov, bulasevich
2018-10-30 10:39:19 -04:00
Iris Clark
7533f9f78a
8212994: Links to Oracle websites should use "https:"
...
Reviewed-by: erikj, lancea
2018-10-25 17:06:40 -07:00
Erik Joelsson
8b98cc3722
8213005: Missing symbols in hs_err files on Windows after JDK-8212028
...
Reviewed-by: ctornqvi
2018-10-25 16:47:14 -07:00
Jonathan Gibbons
02966a7b67
8213102: Oracle Unilinks are [301 Moved Permanently] to https://docs.oracle.com
...
Reviewed-by: lancea, mchung
2018-10-29 12:33:41 -07:00
Ekaterina Pavlova
8636d3f9a5
8212877: Restore JTREG_VERBOSE value for mach5 testing
...
Reviewed-by: dholmes
2018-10-24 09:56:03 -07:00
Mandy Chung
5e6d6b8642
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
...
Reviewed-by: dholmes, thartmann
2018-10-22 17:00:04 -07:00
Priya Lakshmi Muthuswamy
5f8d0a3080
8211879: Broken links in API overview
...
Reviewed-by: jjg, erikj
2018-10-22 10:16:34 +05:30