Kim Barrett
7bddef3ed0
8156500: Move Reference pending list into VM to prevent deadlocks
...
Move reference pending list and locking into VM
Co-authored-by: Per Liden <per.liden@oracle.com>
Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart
2016-08-30 23:46:02 -04:00
Phil Race
0e155b2a1b
Merge
2016-08-29 08:53:32 -07:00
Bradford Wetmore
9cda798a33
8061842: Package jurisdiction policy files as something other than JAR
...
Reviewed-by: xuelei, weijun, mullan
2016-08-26 13:44:20 -07:00
Stuart Marks
db470fad5d
8164698: modify jdk makefiles to build jdeprscan
...
Reviewed-by: psandoz
2016-08-25 17:58:49 -07:00
Anthony Scarpino
0edc4fa72d
8074838: Resolve disabled warnings for libj2pkcs11
...
Reviewed-by: wetmore, erikj
2016-08-26 09:57:36 -07:00
Sean Mullan
b37267c866
8164071: Default.policy file missing content for solaris
...
Reviewed-by: erikj
2016-08-17 14:40:12 -04:00
Mandy Chung
e2a0ff3e0d
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: alanb, ksrini, henryjen, sundar
2016-08-10 15:51:25 -07:00
Weijun Wang
359795c50d
8162739: Create new keytool option to access cacerts file
...
Reviewed-by: erikj, vinnie, mullan
2016-08-10 11:30:53 +08:00
Alejandro Murillo
961ca2224c
Merge
2016-08-08 08:12:20 -07:00
Alejandro Murillo
83f8829c06
Merge
2016-08-05 09:50:29 -07:00
Phil Race
0100968f1c
8074843: Resolve disabled warnings for libmlib_image and libmlib_image_v
...
Reviewed-by: vadim, psadhukhan
2016-08-02 10:43:31 -07:00
Phil Race
8ab66b8911
Merge
2016-08-01 10:06:09 -07:00
Sharath Ballal
b7eda654ab
8158050: Remove SA-JDI
...
Remove SA-JDI
Reviewed-by: alanb, dsamersoff
2016-08-01 10:51:32 +03:00
Alejandro Murillo
41186dae1b
Merge
2016-07-29 16:11:57 -07:00
Sean Mullan
663f6eb830
8159752: Grant de-privileged module permissions by default with java.security.policy override option
...
Reviewed-by: alanb, chegar, mchung, tbell, weijun
2016-07-29 19:00:54 -04:00
David Dehaven
e5ce918713
Merge
2016-07-28 10:27:46 -07:00
Phil Race
7166a167e1
8056210: Move libawt file to windows directory
...
Reviewed-by: serb, psadhukhan
2016-07-28 09:54:55 -07:00
David Dehaven
b6c0aa1261
Merge
2016-07-28 09:29:38 -07:00
David Dehaven
dd116aa128
Merge
2016-07-28 09:01:30 -07:00
Brian Burkhalter
82e9d18d0e
8162624: (fs) Remove FileTypeDetectors based on libgio and libmagic
...
Remove GioFileTypeDetector and MagicFileTypeDetector.
Reviewed-by: alanb
2016-07-27 14:27:46 -07:00
David Holmes
a7960979d9
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
...
Reviewed-by: psandoz, alanb, alexsch
2016-07-26 23:52:29 -04:00
Phil Race
a8ce73f840
8074827: Resolve disabled warnings for libjavajpeg
...
Reviewed-by: serb, psadhukhan
2016-07-26 11:30:40 -07:00
Ramanand Patil
20477f85e7
8159684: (tz) Support tzdata2016f
...
Reviewed-by: okutsu
2016-07-26 13:48:29 +05:30
David Dehaven
d540704400
Merge
2016-08-22 10:02:10 -07:00
Sergey Bylokhov
6781443555
8164104: Cleanup of javaclient related mapfiles
...
Reviewed-by: prr
2016-08-22 01:35:40 +03:00
Sergey Bylokhov
a5e760b81c
8148109: [SWT] Provide a supported mechanism to use EmbeddedFrame
...
Reviewed-by: alanb, prr
2016-08-20 18:35:37 +03:00
Phil Race
dc18887731
Merge
2016-07-18 09:53:59 -07:00
Rachna Goel
4e8a2de21a
8154797: Localization data for "GMT"
...
Reviewed-by: naoto, okutsu
2016-07-14 10:30:23 +09:00
Mario Torre
c584705096
8150954: Taking screenshots on x11 composite desktop produce wrong result
...
The AWT Robot X11 code that takes screenshots uses the default root window, which may not contain the final composited desktop.
Reviewed-by: alexsch, ssadetsky
2016-07-11 16:52:50 +02:00
Phil Race
feb1698c01
Merge
2016-07-08 10:46:31 -07:00
Phil Race
252e4cbffa
Merge
2016-07-08 09:30:13 -07:00
Semyon Sadetsky
190b31b133
8149115: [hidpi] Linux: display-wise scaling factor should probably be taken into account
...
Reviewed-by: alexsch, azvegint
2016-07-08 18:43:12 +03:00
Erik Joelsson
f1e53d48e9
8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
...
Reviewed-by: dholmes, prr
2016-07-08 08:56:39 +02:00
Yasumasa Suenaga
c2f7785651
8160294: Some client libraries cannot be built with GCC 6
...
Reviewed-by: prr, flar, erikj, kbarrett
2016-07-02 22:28:40 +09:00
Brian Burkhalter
7f9465ef15
8160018: (fs) Remove GioFileTypeDetector on Solaris
...
Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider.
Reviewed-by: rriggs
2016-07-01 12:55:23 -07:00
Alejandro Murillo
3689909db0
Merge
2016-07-01 16:50:37 -07:00
Christoph Langer
d755ba941f
8158023: SocketExceptions contain too little information sometimes
...
Reviewed-by: rriggs, msheppar, chegar
2016-06-30 09:30:09 +02:00
Vladimir Kozlov
b7a4c8d92a
Merge
2016-06-24 15:06:50 -07:00
Paul Sandoz
734dbe4089
8158039: VarHandle float/double field/array access should support CAS/set/add atomics
...
Reviewed-by: shade, vlivanov, darcy
2016-06-20 17:57:19 +02:00
Aleksey Shipilev
e663206d07
8157726: VarHandles/Unsafe should support sub-word atomic ops
...
Reviewed-by: psandoz, vlivanov, lagergren
2016-06-15 11:20:15 +03:00
Claes Redestad
a2ed889002
8160000: Runtime.version() cause startup regressions in 9+119
...
Reviewed-by: mchung, psandoz, erikj, forax, iris
2016-06-28 00:39:26 +02:00
Ramanand Patil
78bb28e4af
8151876: (tz) Support tzdata2016d
...
Reviewed-by: okutsu, coffeys
2016-06-01 14:33:44 +01:00
Rachna Goel
48873ebc3f
8145136: Upgrade CLDR locale data
...
Reviewed-by: naoto, okutsu, peytoia
2016-05-31 13:00:48 +09:00
David Dehaven
d37fd207e1
Merge
2016-06-06 13:16:45 -07:00
Xueming Shen
4afc77c7cc
8074819: Resolve disabled warnings for libzip
...
Reviewed-by: naoto
2016-06-03 16:31:13 -07:00
Ajit Ghaisas
c438c09811
8074829: Resolve disabled warnings for libawt_headless
...
Reviewed-by: prr, erikj, serb
2016-06-03 11:37:45 +05:30
Mandy Chung
b9ff64a7cb
8157986: Runtime support for javac to determine arguments to the runtime environment
...
Reviewed-by: alanb
2016-05-27 08:52:22 -07:00
Alan Bateman
ce04e9d9a2
8152650: ModuleFinder.compose should accept varargs
...
Reviewed-by: mchung
2016-05-21 08:01:03 +01:00
Sunny Chan
6cbbf83a1a
8169556: Wrapping of FileInputStream's native skip and available methods
...
Wrap further native methods in FileInputStreams
Reviewed-by: chegar, bpb, rriggs
2016-01-28 23:13:50 -05:00
Kumar Srinivasan
e3e8bf9ebe
8169001: Remove launcher's built-in ergonomics
...
Reviewed-by: dholmes, erikj
2016-11-10 15:19:47 -08:00
Nishit Jain
93f4f6c1b5
7102969: currency.properties supercede not working correctly
...
8149452: j.t.SimpleDateFormat.getDateFormatSymbols().getZoneStrings() returns incorrect result for some time zones
8157138: Error while fetching currency instance by Currency.getInstance(currencycode)
Reviewed-by: naoto, okutsu, peytoia
2016-05-20 13:48:58 +09:00
Phil Race
3546becf91
Merge
2016-05-18 09:57:35 -07:00
Vadim Pakhnushev
e931bc512f
8047931: Remove unused medialib code
...
Reviewed-by: bae
2016-05-13 11:31:05 +03:00
Claes Redestad
967a686e70
8156561: Remove makeClasslist.js
...
Reviewed-by: erikj, chegar
2016-05-10 14:52:31 +02:00
Claes Redestad
91cb8b5fc8
8156560: Remove AddJsum
...
Reviewed-by: alanb, erikj
2016-05-10 13:33:31 +02:00
Claes Redestad
bd9a9d93fc
8150044: Generate classlists at build-time
...
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, iklam
2016-05-07 01:49:18 +02:00
Jayathirth D V
e6a2c0dc1e
7116979: Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED
...
Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED
Reviewed-by: prr, flar
2016-05-06 06:52:13 +00:00
Erik Joelsson
f8157334a8
8136777: Introduce bundle targets
...
Reviewed-by: tbell, ihse
2016-05-03 15:35:39 +02:00
Valerie Peng
b40b6a2e8e
8000415: Add support for SHA-3
...
Add SHA-3 support to SUN and OracleUcrypto provider
Reviewed-by: ascarpino, jnimeh
2016-05-14 03:44:30 +00:00
Erik Joelsson
0596391be9
8156837: RC resource compilation on windows generates false build failure reports
...
Reviewed-by: tbell, prr
2016-05-13 09:22:47 +02:00
Mandy Chung
0f1d1d98bb
8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
...
Reviewed-by: acorn, alanb, chegar, dfuchs
2016-05-12 11:16:56 -07:00
Alan Bateman
44790114ee
Merge
2016-05-03 11:45:56 +01:00
Alan Bateman
36e0820801
8154956: Module system implementation refresh (4/2016)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, chegar, redestad
2016-05-03 09:09:57 +01:00
Anthony Scarpino
b3854d5830
8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
...
Reviewed-by: mullan, xuelei
2016-05-02 16:45:38 -07:00
Phil Race
5ab5ea2ba4
Merge
2016-04-29 09:47:43 -07:00
Alexander Kouznetsov
2ef07f57fa
8154381: SwingSet tests are not auto closed in jtreg
...
Reviewed-by: alexsch
2016-04-27 17:47:17 -07:00
Chris Hegarty
07cef26155
8044773: Refactor jdk.net API so that it can be moved out of the base module
...
Reviewed-by: alanb, erikj, mchung
2016-04-27 20:36:02 +01:00
Mandy Chung
f340281533
8154905: Rename jdk.jvmstat.rmi to jdk.jstatd
...
Reviewed-by: alanb, sundar
2016-04-27 12:06:51 -07:00
Phil Race
3f778b5b22
8154213: clean up uses of boxed primitive constructors in the java.desktop module
...
Reviewed-by: serb, psadhukhan
2016-04-25 15:09:45 -07:00
Phil Race
d21da4cef9
Merge
2016-04-25 09:25:26 -07:00
Jim Laskey
5013b64580
8147634: Need a JImage API that given a JImageLocationRef returns class name
...
Reviewed-by: hseigel
2016-04-25 09:57:55 -03:00
Semyon Sadetsky
080a341e80
8145547: [AWT/Swing] Conditional support for GTK 3 on Linux
...
Reviewed-by: prr, alexsch
2016-04-25 15:37:31 +03:00
David Dehaven
51f3901064
Merge
2016-04-19 09:21:45 -07:00
Alejandro Murillo
df4b562ac5
Merge
2016-04-18 15:39:47 -07:00
Alan Bateman
b37e45d796
8154159: rmic should not have a supported entry point
...
Reviewed-by: rriggs, chegar
2016-04-18 16:18:56 +01:00
Chris Hegarty
07cdc33e34
8137058: Clear out all non-Critical APIs from sun.reflect
...
Reviewed-by: alanb, jfranck, mchung
2016-04-15 16:19:15 +01:00
Alejandro Murillo
a1cfe0ce2d
Merge
2016-04-14 19:55:41 -07:00
Daniel D. Daugherty
451af9b1b2
Merge
2016-04-14 15:25:41 -07:00
Alan Bateman
33a3b1cdf0
8154077: (fs) Reduce number of file system classes loaded during startup
...
Reviewed-by: bpb, chegar
2016-04-13 14:29:25 +01:00
Volker Simonis
a98a7da445
8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
...
Reviewed-by: erikj, goetz
2016-04-13 11:13:15 +02:00
Alejandro Murillo
b84738d2e3
Merge
2016-04-11 14:21:27 -07:00
David Dehaven
d0d83ed086
Merge
2016-04-11 11:19:33 -07:00
Brent Christian
74f12569ec
8153123: Streamline StackWalker code
...
Reviewed-by: coleenp, dfuchs, mchung, redestad
2016-04-08 12:26:47 -07:00
Erik Joelsson
fd6a72271b
8152666: The new Hotspot Build System
...
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Ingemar Aberg <ingemar.aberg@oracle.com>
Reviewed-by: ihse, dcubed, erikj
2016-04-08 13:14:23 +02:00
Nishit Jain
7aaf0feaf6
7015696: The new currency symbols 20B9 (INDIAN RUPEE), 20BA (TURKISH LIRA), 20BD (RUBLE SIGN) not displayed
...
8031992: Add Kannada support to the JDK
Reviewed-by: okutsu, peytoia
2016-04-08 12:00:19 +09:00
Daniel D. Daugherty
3115b36c77
Merge
2016-04-07 10:03:48 -07:00
Thomas Stuefe
885af5a459
8153727: AIX jdk build broken after 8145174
...
Reviewed-by: simonis, erikj, serb
2016-04-07 13:41:46 +02:00
Alejandro Murillo
9f3b6be989
Merge
2016-04-05 20:02:21 -07:00
Phil Race
a03cf6fef1
Merge
2016-04-05 09:17:15 -07:00
Phil Race
90f3c81ae0
Merge
2016-04-05 07:51:12 -07:00
Alejandro Murillo
1d713a3760
Merge
2016-04-04 13:40:23 -07:00
Naoto Sato
eb520934e7
8153041: Remove unused redundant parameter in CLDRConverter
...
Reviewed-by: okutsu
2016-04-04 10:45:56 -07:00
Chris Hegarty
631346147a
8153286: Move sun.misc.GC to java.rmi ( sun.rmi.transport )
...
Reviewed-by: alanb, erikj
2016-04-04 17:51:41 +01:00
Chris Hegarty
42fa4e4cc3
8153181: Move sun.misc.VMSupport to an internal package
...
Reviewed-by: alanb, mchung
2016-04-03 16:28:41 +01:00
Jesper Wilhelmsson
2ad8a47677
Merge
2016-04-02 05:30:48 +02:00
Erik Joelsson
fe8b00a265
8153261: Clean up fix for JDK-8153217
...
Reviewed-by: tbell
2016-04-01 17:08:53 +02:00
Dmitry Markov
a7b8a6a5cc
8073400: Some Monospaced logical fonts have a different width
...
Reviewed-by: okutsu, prr
2016-04-01 11:22:22 +03:00
Alejandro Murillo
e380336101
Merge
2016-03-31 14:25:38 -07:00
Mandy Chung
e42fd0aadb
8153217: javafx modules are not included in the jre
...
Reviewed-by: alanb
2016-03-31 14:11:33 -07:00
Mandy Chung
e19b57b246
8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
...
Reviewed-by: alanb
2016-03-31 11:50:06 -07:00
Mandy Chung
3daacf7d0a
8153125: rmic from bootcycle build should launch with -m jdk.rmic/sun.rmi.rmic.Main
...
Reviewed-by: alanb, erikj
2016-03-31 11:49:22 -07:00
Chris Hegarty
f913835c37
8153118: Remove sun.misc.resources
...
Reviewed-by: naoto, mchung
2016-03-31 06:30:39 +01:00
Alexander Kouznetsov
0ab1a9c7a8
8153141: Develop initial set of tests for SwingSet
...
Reviewed-by: prr
2016-03-30 19:05:58 -07:00
Mandy Chung
0a40727bca
8153035: GenModuleInfoSource strips away the API comments
...
Reviewed-by: chegar
2016-03-30 17:23:45 -07:00
Erik Joelsson
1f6cca8b02
8152959: Build crashes in jdk9-hs-comp on Linux with gnumake 3.81
...
Reviewed-by: tbell, cjplummer
2016-03-30 09:56:11 +02:00
Sergey Bylokhov
859972ce4f
7179078: Remove @beaninfo processing from the makefiles
...
Reviewed-by: erikj, alexsch
2016-03-29 17:35:29 +03:00
Zoltan Majo
31936440a5
Merge
2016-03-29 13:43:29 +02:00
Phil Race
6128f6ae11
Merge
2016-03-28 08:38:59 -07:00
Zoltan Majo
c8858ca3b6
Merge
2016-03-24 16:21:19 +01:00
Erik Joelsson
26cd467900
8152545: Use preprocessor instead of compiling a program to generate native nio constants
...
Reviewed-by: alanb
2016-03-24 14:23:37 +01:00
Paul Sandoz
9fb30a3740
8149644: Integrate VarHandles
...
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Reviewed-by: coffeys, mhaupt, vlivanov
2016-03-24 11:21:21 +01:00
Rajeev Chamyal
9e09d233e6
8145173: HiDPI splash screen support on Windows
...
Reviewed-by: serb, alexsch, erikj
2016-03-24 14:06:32 +05:30
Alexander Zvegintsev
c661c227e2
8143227: Platform-Specific Desktop Features
...
Reviewed-by: prr, serb
2016-03-24 02:22:01 +03:00
Jesper Wilhelmsson
d9415fe792
Merge
2016-03-23 20:14:36 +01:00
Mandy Chung
734d72b943
8152197: Single place to specify module-specific information for images build
...
Reviewed-by: alanb, erikj
2016-03-23 09:21:01 -07:00
Athijegannathan Sundararajan
666a2ae49a
8152268: jjs tool makefile should use --addmods ALL-SYSTEM
...
Reviewed-by: alanb, hannesw
2016-03-23 14:54:30 +05:30
Phil Race
03338de544
Merge
2016-03-22 13:10:07 -07:00
Jesper Wilhelmsson
74c006ac7f
Merge
2016-03-19 01:23:44 +01:00
Alan Bateman
db4d383614
8142968: Module System implementation
...
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
2016-03-17 19:04:16 +00:00
Erik Joelsson
01983638d2
8151770: 9-client windows builds fail on windows since make file change for 8145174
...
Reviewed-by: prr
2016-03-14 13:10:50 -07:00
David Dehaven
428cdf9465
Merge
2016-03-11 11:42:43 -08:00
David Dehaven
481e6102b8
Merge
2016-03-11 09:16:55 -08:00
Rajeev Chamyal
c4c2df3247
8145174: HiDPI splash screen support on Linux
...
Reviewed-by: serb, alexsch
2016-03-11 11:00:38 +05:30
Alejandro Murillo
7abd206441
Merge
2016-03-08 19:03:30 -08:00
Brent Christian
7d85e0638f
8148187: Remove OS X-specific com.apple.concurrent package
...
Removed jdk.deploy.osx module (including com.apple.concurrent)
Reviewed-by: alanb, erikj, mchung
2016-03-08 11:36:42 -08: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
Alejandro Murillo
dbc5e5d48d
Merge
2016-03-05 20:46:44 -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
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
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
Coleen Phillimore
d0426d7d41
8150778: Reduce Throwable.getStackTrace() calls to the JVM
...
Replace JVM_GetStackTraceDepth and JVM_GetStackTraceElement, with JVM_GetStackTraceElements that gets all the elements in the StackTraceElement[]
Reviewed-by: dfuchs, mchung, shade, hseigel
2016-03-10 14:20:59 -05: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
Markus Grönlund
85ee898a02
8143235: Remove libjfr mapfile
...
Reviewed-by: jbachorik, egahlin
2016-03-01 23:54:05 +01:00
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
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