Commit Graph

1882 Commits

Author SHA1 Message Date
Rajeev Chamyal
c4c2df3247 8145174: HiDPI splash screen support on Linux
Reviewed-by: serb, alexsch
2016-03-11 11:00:38 +05:30
Sergey Bylokhov
b0127a7f0c 8151288: Generation of property files for gtk l&f can be skipped on win/osx
Reviewed-by: erikj
2016-03-04 20:10:52 +03:00
David Dehaven
ddd9185c51 Merge 2016-03-07 16:38:23 -08:00
Prasanta Sadhukhan
e9a6360272 8058316: lookupDefaultPrintService returns null on Solaris 11
Reviewed-by: prr, jdv
2016-03-07 11:54:42 +05:30
Erik Joelsson
2435cd24ef 8150497: 32 jshell tests failed on Windows 32 bit
Reviewed-by: darcy, tbell
2016-02-26 06:03:12 +01:00
David Dehaven
f1dc46272b 8132743: Move netscape.javascript package from jdk.plugin to new module
Reviewed-by: kcr, mchung, alanb
2016-02-25 15:42:01 -08:00
Erik Joelsson
510bcb3a35 8151302: Attempt at silencing build log broke html32.bdtd
Reviewed-by: mchung
2016-03-04 18:36:27 +01:00
Erik Joelsson
d91d8b251c 8151297: Class name change for CLDRLocaleDataMetaInfo_jdk_localedata needs updating in makefile
Reviewed-by: alanb
2016-03-04 17:05:52 +01:00
Chris Hegarty
d6208a2b4a 8150162: Move sun.misc.Version to a truly internal package
Reviewed-by: alanb, iris, mchung, rriggs
2016-03-03 12:07:13 +00:00
Michael McMahon
095027bd74 8087112: HTTP API and HTTP/1.1 implementation
Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
2016-02-25 23:14:22 +00:00
Alejandro Murillo
36d5ceb3eb Merge 2016-02-23 18:57:08 -08:00
Erik Joelsson
c542850197 8150456: jdk 9 nightly build fails on Windows 32 bit
Reviewed-by: tbell, ihse
2016-02-24 00:14:23 +01:00
Naoto Sato
e9d44ad2ca 8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name
Reviewed-by: mchung
2016-02-23 10:51:37 -08:00
Yingqi Lu
4dfed66526 6432031: Add support for SO_REUSEPORT
Reviewed-by: alanb, simonis, chegar
2016-02-23 17:41:00 +00:00
Magnus Ihse Bursie
589abd0822 8150203: Incremental update from build-infra project
Reviewed-by: erikj
2016-02-22 11:23:03 +01:00
Naoto Sato
540c76f5b1 8148346: Reduce number of packages in jdk.localedata module
Reviewed-by: okutsu, alanb
2016-02-19 09:55:37 -08:00
Alejandro Murillo
d147a661d8 Merge 2016-02-18 15:19:41 -08:00
Roger Riggs
1ea7533dbf 8149750: Decouple sun.misc.Signal from the base module
Reviewed-by: chegar, dholmes
2016-02-18 14:44:50 -05:00
Mandy Chung
d0be7ebb21 8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module
Reviewed-by: alanb
2016-02-17 17:45:12 -08:00
Chris Hegarty
2753ab4610 8068686: Remove meta-index support
Reviewed-by: alanb, erikj, mchung
2016-02-17 11:45:46 +00:00
Daniel D. Daugherty
4d0a1d0222 Merge 2016-02-16 12:09:11 -08:00
Xueming Shen
0072af1be6 7071819: To support Extended Grapheme Clusters in Regex
8147531: To add named character construct \N{...} to support Unicode name property

Reviewed-by: naoto, okutsu, plevart
2016-02-12 19:24:31 -08:00
Magnus Ihse Bursie
f4ce870684 8149647: Incremental enhancements from build-infra
Reviewed-by: erikj
2016-02-12 11:07:54 +01:00
Mikael Vidstedt
7f395c26ab 8141491: Unaligned memory access in Bits.c
Introduce alignment-safe Copy::conjoint_swap and j.i.m.Unsafe.copySwapMemory

Reviewed-by: jrose, dholmes, psandoz
2016-02-10 15:20:41 -08:00
Alejandro Murillo
b8e0f8aa93 Merge 2016-01-28 16:30:39 -08:00
Goetz Lindenmaier
32687876fa 8149529: Adapt SAP copyrights to new company name in jdk repository
Reviewed-by: simonis, chegar
2016-01-27 10:35:49 +01:00
Ramanand Patil
2d836a5595 8148446: (tz) Support tzdata2016a
Reviewed-by: okutsu, aefimov
2016-02-09 11:57:57 +05:30
Ramanand Patil
1377939c5d 8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file
While getting value from DayOfWeek, -1 is returned if the DayOfWeek is null. The reason to return “-1” being, the same value is checked later while getting day-of-week byte (dowbyte) at line no. 251, ZoneRules.java.

Reviewed-by: rriggs, aefimov
2016-02-09 11:17:28 +05:30
Erik Joelsson
fead4851e1 8148629: Disable remaining warnings in awt/fontmanager
Reviewed-by: ihse
2016-02-05 15:23:15 +01:00
Erik Joelsson
f8fa6e063d 8148955: libjimage.so compiled with wrong flags
Reviewed-by: alanb
2016-02-04 09:51:24 +01:00
Tobias Hartmann
7565509d93 Merge 2016-01-26 09:11:59 +01:00
Tobias Hartmann
6af2f8f8c4 Merge 2016-01-15 09:15:33 +01:00
Alejandro Murillo
70a4694f73 Merge 2016-01-12 11:31:48 -08:00
Konstantin Shefov
13e2eedb5f 8141615: Add new public methods to sun.reflect.ConstantPool
Reviewed-by: twisti, iignatyev, coleenp
2016-01-12 17:03:06 +03:00
Iris Clark
9d07dc02e1 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea, prr
2016-01-20 11:02:36 -08:00
Andreas Lundblad
102356ccab 8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
Updated include/exclude pattern arguments for sjavac.

Reviewed-by: erikj
2016-01-08 17:10:45 +01:00
Joseph Provino
32ec535805 Merge 2016-01-07 20:06:51 +00:00
Tobias Hartmann
cdd6aa5d50 Merge 2016-01-06 08:02:24 +01:00
Volker Simonis
986ef090f1 8146425: After change 8142907 'EXCLUDE_FILE' is wrongly interpreted as pattern
Reviewed-by: erikj
2016-01-05 18:53:27 +01:00
Joseph Provino
a02ddb869a Merge 2016-01-01 17:08:24 +00:00
Dmitry Samersoff
dfa133a796 8067194: Restructure hotspot/agent/src to conform the modular source layout
Move sources under jdk.hotspot.agent

Reviewed-by: ihse, erikj, jbachorik
2015-12-23 13:12:46 +03:00
Christian Thalinger
32aff4400c Merge 2015-12-22 13:41:12 -08:00
Christian Thalinger
48e2ec8057 Merge 2015-12-18 10:00:55 -08:00
Phil Race
52a03c2f27 Merge 2015-12-22 09:14:16 -08:00
Chris Hegarty
0c7d3be7a8 8146484: Examine sun.misc.MessageUtils
Reviewed-by: alanb, mchung, sherman
2016-01-06 17:40:48 +00:00
Chris Hegarty
aa0ef2e9f5 8145544: Move sun.misc.VM to jdk.internal.misc
Reviewed-by: alanb, mullan, weijun
2016-01-06 10:01:44 +00:00
Magnus Ihse Bursie
a3410ef323 8142907: Integration of minor fixes from the build-infra project
Reviewed-by: erikj, dholmes
2015-12-15 11:02:12 +01:00
Phil Race
6447b5bb8b Merge 2015-12-14 10:36:12 -08:00
Xueming Shen
2b91819eec 8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
Reviewed-by: coffeys
2015-12-14 09:27:15 -08:00
Jaroslav Bachorik
fbce4be2e6 8138677: IllegalAccessException Class sun.usagetracker.UsageTrackerClient$4 (module java.base) can not access a member of class java.lang.management.ManagementFactory (module java.management)
Reviewed-by: alanb, mchung, dholmes, erikj, ihse
2015-12-11 14:02:41 +01:00