Commit Graph

1398 Commits

Author SHA1 Message Date
Erik Joelsson
657250f3c5 8204109: JDK-8203945 broke nashorn
Reviewed-by: tbell
2018-05-30 14:55:50 -07:00
Daniil Titov
de66432d4a 8203802: Jvmti test fails to build with VS2017
Reviewed-by: sspitsyn, erikj
2018-05-30 08:59:56 -07:00
Erik Joelsson
c8abeeef90 8203945: Cleanup nashorn build
Reviewed-by: tbell
2018-05-30 10:23:45 -07:00
Erik Joelsson
fc3e92c452 8203946: Move UnpackSecurity.gmk to closed
Reviewed-by: tbell
2018-05-30 09:50:14 -07:00
Ao Qi
d8912b51bb 8204091: Configure broken on MIPS when uname returns mipsel or mips64el
Reviewed-by: erikj, ihse
2018-05-30 09:45:24 -07:00
Vyom Tewari
6a48db9cf6 8194298: Add support for per Socket configuration of TCP keepalive
Reviewed-by: chegar, clanger, igerasim, alanb
2018-05-30 16:36:35 +05:30
Erik Joelsson
354bddb29e 8203932: Windows devkit has wrong dlls in 32 bit tools dir
Reviewed-by: prr, tbell, stuefe
2018-05-29 21:01:13 +02:00
Ramanand Patil
b2edcc4b37 8203233: (tz) Upgrade time-zone data to tzdata2018e
Reviewed-by: martin, naoto
2018-05-28 03:04:38 -07:00
Phil Race
9a9dad8b63 8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources
Reviewed-by: serb, erikj
2018-05-25 16:23:17 -07:00
Phil Race
5ff01c4163 Merge 2018-05-25 12:12:24 -07:00
Erik Joelsson
73c228a63a 8203795: Change default compiler on Windows to VS2017
Reviewed-by: ihse, prr
2018-05-25 20:47:20 +02:00
Magnus Ihse Bursie
0e24d79bf9 8203221: Makefile fixes after Flight Recorder
Reviewed-by: erikj
2018-05-25 10:14:27 +02:00
Magnus Ihse Bursie
2a629c612e 8203366: Tag added wrongly in Docs.gmk
Reviewed-by: jjg, erikj
2018-05-25 09:35:02 +02:00
Igor Ignatyev
59ac4c2629 8199383: [TESTBUG] Open source VM testbase JVMTI tests
Reviewed-by: sspitsyn, erikj
2018-05-24 17:12:15 -07:00
Mikhailo Seledtsov
6b45a75b88 8199255: [TESTBUG] Open source VM testbase default methods tests
Open sourced default method tests

Reviewed-by: ccheung, iignatyev, erikj
2018-05-23 17:09:49 -07:00
Erik Joelsson
751d742516 8203497: Bump Jib format version to 1.2
Reviewed-by: tbell
2018-05-23 11:29:56 -07:00
Alan Snyder
d7e59b52c5 8194327: [macos] AWT windows have incorrect main/key window behaviors
Reviewed-by: serb, erikj
2018-05-16 16:46:51 -07:00
Phil Race
7984fb2956 Merge 2018-05-16 09:45:40 -07:00
Erik Joelsson
ad3144f97f 8202920: jvm.cfg generation incorrect
Reviewed-by: ihse, shade, dholmes, ksrini
2018-05-16 09:40:57 -07:00
Erik Joelsson
22ca6c6a40 8202738: vm_version Abstract_VM_Version::internal_vm_info_string() returns same string for different incremental builds
Reviewed-by: ihse, jiangli
2018-05-16 09:37:00 -07:00
Phil Race
ca8b59370b Merge 2018-05-15 10:13:52 -07:00
Phil Race
302000f379 8198991: Move Java2D demo to the open repository
Reviewed-by: serb, jeff
2018-05-14 08:58:32 -07:00
Andrew Haley
0d6885f792 8185505: AArch64: Port AOT to AArch64
Reviewed-by: kvn
2018-05-14 12:03:59 +01:00
Erik Joelsson
51a8c7e2e0 8202914: Let custom makefile override jmod intput dir locations
Reviewed-by: tbell
2018-05-11 08:39:21 -07:00
Rachna Goel
78bd242097 8191410: Unicode 10
Upgrade to Unicode 10

Reviewed-by: naoto, rriggs, igerasim
2018-05-08 11:49:42 +05:30
Naoto Sato
58f45b7b35 8202764: api/java_text/SimpleDateFormat/index.html#Format testcases started to fail with JDK11 b12
Reviewed-by: sherman
2018-05-11 10:07:10 -07:00
Aleksey Shipilev
e0ac880134 8202974: Backout JDK-8202683
Reviewed-by: stuefe, erikj
2018-05-11 17:37:14 +02:00
Erik Joelsson
71938d9e82 8202919: JDK-8202683 broke macosx build
Reviewed-by: shade, tbell
2018-05-10 10:00:49 -07:00
Aleksey Shipilev
63528a6600 8202683: Minimal VM should build cleanly on 64-bit platforms
Reviewed-by: erikj, dholmes
2018-05-10 17:19:29 +02:00
Erik Joelsson
f9e285bc18 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
Reviewed-by: tbell
2018-05-09 19:50:30 +02:00
Jan Lahoda
366aa4d5e0 8202843: langtools ant build fails
Using default -source/-target settings when building langtools using the developer ant build.

Reviewed-by: mcimadamore
2018-05-09 17:14:29 +02:00
Severin Gehwolf
fc1be4c573 8203924: Zero: bootcycle-images build fails on x86_64
Use big java settings for jdk.compiler's annotation processing.

Reviewed-by: dholmes, erikj
2018-06-04 11:19:54 +02:00
Jan Lahoda
81bad1fe6b 8202387: javac --release 11 not supported
Adding historical data for JDK 10; adding ability to produce the historical data incrementally.

Reviewed-by: erikj, forax, jjg
2018-05-07 10:37:46 +02:00
Igor Ignatyev
e48cfc709d 8199382: [TESTBUG] Open source VM testbase JDI tests
Reviewed-by: erikj, kvn, sspitsyn
2018-05-05 09:24:29 -07:00
Phil Race
d8cfaff123 Merge 2018-05-04 08:50:01 -07:00
Stefan Karlsson
1cb95bd3d1 8200729: Conditional compilation of GCs
Reviewed-by: ehelin, coleenp, kvn, ihse
2018-05-04 11:41:35 +02:00
Phil Race
de8051e063 Merge 2018-05-02 09:16:10 -07:00
Igor Ignatyev
08855df46a 8199643: [TESTBUG] Open source common VM testbase code
Reviewed-by: vlivanov, erikj, mseledtsov, gthornbr
2018-04-30 18:10:24 -07:00
Jiangli Zhou
20edc74068 8193213: Make the UseAppCDS option obsolete
8182731: Odd handling of -XX:-UseAppCDS and -XX:SharedArchiveFile

Application class data sharing is enabled without -XX:+UseAppCDS. SharedArchiveFile is now a product flag.

Reviewed-by: dholmes, ihse, erikj, ccheung
2018-04-30 16:59:05 -04:00
Archana Nogriya
9c2b1f2f76 8202383: Custom extensions for jvmti doc
Reviewed-by: erikj
2018-04-30 09:49:08 -07:00
Matthias Baesken
e757890eec 8202322: AIX: symbol visibility flags not support on xlc 12.1
Reviewed-by: erikj, clanger
2018-04-26 13:55:16 +02:00
Erik Gahlin
a060be188d 8199712: Flight Recorder
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
2018-05-15 20:24:34 +02:00
Erik Joelsson
4fc0229dcb 8196113: Remove the Compact Profile builds
Reviewed-by: tbell, alanb
2018-05-03 17:36:25 -07:00
Erik Joelsson
180f72854f 8200083: Bump bootjdk requirement for JDK 11 to JDK 10
Reviewed-by: tbell, ihse
2018-05-03 14:13:20 -07:00
Vladimir Kozlov
8ebfc59cfa 8202552: [AOT][JVMCI] Incorrect usage of INCLUDE_JVMCI and INCLUDE_AOT
Reviewed-by: stefank, ihse
2018-05-03 09:07:40 -07:00
Igor Ignatyev
47bc94b60e 8199375: [TESTBUG] Open source vm testbase monitoring tests
Reviewed-by: kvn, ihse, sspitsyn
2018-05-02 16:43:56 -07:00
Matthias Baesken
3ff52c18c6 8202200: set INCLUDE_SA to false on s390x by default
Reviewed-by: ihse, erikj, jgeorge
2018-04-24 17:56:25 +02:00
Rachna Goel
a01b2f3b73 8179071: Month value is inconsistent between CLDR and Java in some locales
Handled Language aliases from CLDR SupplementalMetaData

Reviewed-by: naoto
2018-04-30 11:59:42 +05:30
Archana Nogriya
25a8a3ad66 8202382: Filter docs modules
Reviewed-by: erikj
2018-04-27 09:57:16 -07:00
Thomas Stuefe
6cc62b8689 8202325: [aix] disable warnings-as-errors by default
Reviewed-by: goetz, erikj, ihse
2018-04-26 15:41:48 +02:00
Erik Österlund
f4893f5a9a 8201543: Modularize C1 GC barriers
Reviewed-by: pliden, rbackman, rkennke
2018-04-26 20:42:43 +02:00
Naoto Sato
fafd844bc6 8181157: CLDR Timezone name fallback implementation
Reviewed-by: sherman, scolebourne
2018-04-26 12:39:15 -07:00
Aleksey Shipilev
d571253203 8202210: jlink uses little-endian for big-endian cross-compilation targets
Reviewed-by: ihse, alanb, stuefe
2018-04-25 14:53:35 +02:00
Sergey Bylokhov
8ca8d45fb5 8200146: Remove the appletviewer launcher
Reviewed-by: prr, ihse
2018-04-23 14:06:46 -07:00
Phil Race
568874f545 Merge 2018-04-20 09:05:05 -07:00
Phil Race
58525d3d0d Merge 2018-04-18 08:48:06 -07:00
Volker Simonis
c8d19293f2 8201524: [AIX] Don't link libfontmanager against libawt_headless
Reviewed-by: erikj, clanger, prr
2018-04-16 16:43:26 +02:00
Doug Simon
76590dc009 8187490: HotSpotGraalMBean should be moved to Graal management module
Reviewed-by: alanb, mchung, iveresov
2018-04-18 11:11:38 +02:00
Phil Race
344e8f9bf4 Merge 2018-04-13 09:04:18 -07:00
Weijun Wang
0b6fbf50d2 8200468: Port the native GSS-API bridge to Windows
Reviewed-by: ihse, valeriep
2018-04-13 15:29:33 +08:00
Jesper Wilhelmsson
468c1c19bb Merge 2018-04-13 03:05:19 +02:00
Phil Race
e5f945b7cd Merge 2018-04-12 16:25:29 -07:00
Erik Joelsson
9ec65a4f0f 8201508: Macosx builds fail in GenerateLinkOptData.gmk
Reviewed-by: tbell
2018-04-12 15:26:59 -07:00
Magnus Ihse Bursie
e0473abbd5 8201483: Make it possible to disable JVM features
Reviewed-by: erikj, stuefe
2018-04-12 20:20:27 +02:00
Erik Joelsson
62c94b1751 8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again
Reviewed-by: tbell
2018-04-11 18:45:08 +02:00
Naoto Sato
a9e6a67296 8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone
Reviewed-by: erikj, sherman
2018-04-11 09:14:47 -07:00
Magnus Ihse Bursie
6d2a538736 8201320: Allow PrintFailureReports to be turned off
Reviewed-by: erikj
2018-04-10 23:32:54 +02:00
Erik Joelsson
a20bd3a6ce 8201267: Disable warnings for VS2017 to enable building
Reviewed-by: ihse, tbell
2018-04-10 22:37:01 +02:00
Magnus Ihse Bursie
70e23d4ded 8200298: Unify all unix versions of libjsig/jsig.c
Reviewed-by: dholmes, stuefe
2018-04-10 19:46:02 +02:00
Martin Buchholz
e855c767d2 8201357: ALSA_CFLAGS is needed; was dropped in JDK-8071469
Reviewed-by: ihse, asmundak
2018-04-10 10:18:55 -07:00
Dean Long
839458fd21 8199755: Update Graal
Reviewed-by: kvn
2018-04-24 09:04:57 -07:00
Kumar Srinivasan
d1f838a285 8201259: Fix warning with VS2017 in jdk.pack
Reviewed-by: erikj
2018-04-23 11:37:46 -07:00
Magnus Ihse Bursie
c76ed565da 8201536: configure fails compiler check due to bad -m32 flag
Reviewed-by: erikj
2018-04-20 21:54:36 +02:00
Severin Gehwolf
1c744f99a5 8201788: Number of make jobs wrong for bootcycle-images target
Reviewed-by: erikj, ihse
2018-04-19 17:43:26 +02:00
Mikael Vidstedt
f9baaf99ac 8202052: Disable warnings when building libawt with VS2017
Reviewed-by: erikj, prr
2018-04-19 17:13:19 -07:00
Bhaktavatsal R Maram
e81b41a371 8201540: [AIX] Extend the set of supported charsets in java.base
Reviewed-by: alanb, sherman, simonis
2018-04-16 14:29:27 +05:30
Vicente Romero
03a10ec7b2 8196433: use the new error diagnostic approach at javac.Main
Reviewed-by: jjg
2018-04-18 16:02:53 -04:00
Magnus Ihse Bursie
10201f5b2f 8201236: Straighten out dtrace build logic
Reviewed-by: erikj
2018-04-09 19:23:01 +02:00
Ramanand Patil
347e295d9d 8200359: (tz) Upgrade time-zone data to tzdata2018d
Reviewed-by: naoto
2018-04-09 04:43:03 -07:00
Severin Gehwolf
0a0fd44713 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
Fixes build failures on some sustems with custom LDFLAGS settings.

Reviewed-by: erikj, ihse, serb
2018-04-09 13:28:47 +02:00
Jesper Wilhelmsson
9bfdee7c5a Merge 2018-04-06 19:16:33 +02:00
Amit Sapre
2f100464ea 8071367: JMX: Remove SNMP support
Drop jdk.snmp module.

Reviewed-by: alanb, mchung, dfuchs
2018-04-06 17:27:24 +05:30
Jesper Wilhelmsson
82847e4ec0 Merge 2018-04-06 03:53:28 +02:00
Erik Joelsson
f9e5a41e1a 8201222: JDK-8199539 broke the OpenJDK build
Reviewed-by: darcy
2018-04-06 02:52:24 +02:00
Erik Joelsson
095c5b7a1f 8201221: JDK-8199608 introduced a build race on macosx
Reviewed-by: darcy
2018-04-05 17:11:25 -07:00
Erik Joelsson
98cd47840a 8199539: Provide a standard way for the build to filter un-needed legal .md files
Reviewed-by: tbell, ihse
2018-04-05 23:46:05 +02:00
Magnus Ihse Bursie
44bab94d66 8200358: Remove mapfiles for JDK executables
Reviewed-by: erikj
2018-04-05 21:33:38 +02:00
Magnus Ihse Bursie
04ad302532 8199608: Clean up LDFLAGS for libfontmanager
Reviewed-by: erikj
2018-04-05 21:29:02 +02:00
Gary Adams
0ddec5ae89 8199782: Fix compilation warnings detected by Solaris Developer Studio 12.6
Reviewed-by: sspitsyn, dholmes, ihse
2018-04-05 11:18:39 -07:00
Magnus Ihse Bursie
9968548d57 8200727: linux-aarch64 profile should use bundled freetype
Reviewed-by: erikj
2018-04-05 09:55:16 +02:00
Erik Joelsson
1dd10a8fbf 8196724: Change macosx deployment target to 10.9
Reviewed-by: tbell, gziemski
2018-04-04 16:13:30 -07:00
Magnus Ihse Bursie
3a3fbb391f 8200658: Fix incremental builds of hotspot on solaris
Reviewed-by: erikj
2018-04-03 22:37:43 +02:00
Erik Joelsson
f1c335ba00 8200375: Change to GCC 7.3.0 for building Linux at Oracle
Reviewed-by: ihse, tbell
2018-04-03 22:33:58 +02:00
Magnus Ihse Bursie
c1efa0a4d6 8200267: a.out created at top dir by Solaris build
Reviewed-by: erikj
2018-04-03 21:50:35 +02:00
Igor Ignatyev
367d25a98e 8200538: cl : Command line warning D9014 : invalid value '2220' for '/wd'
Reviewed-by: ihse
2018-04-03 10:01:04 -07:00
Abhijit Saha
66ca1c3089 8200586: Update JDK11 release date to 2018-09-25
Reviewed-by: dholmes
2018-04-03 04:27:34 +00:00
Phil Race
5b933fcb08 Merge 2018-03-30 10:21:47 -07:00
Iris Clark
1d54d0df9c 8200469: Update link to license in Docs.gmk
Reviewed-by: tbell
2018-03-30 09:38:52 -07:00
Phil Race
31a8b6199c Merge 2018-03-30 09:24:04 -07:00
Phil Race
d4190aea14 Merge 2018-03-28 15:14:46 -07:00