Commit Graph

173 Commits

Author SHA1 Message Date
Jesper Wilhelmsson
a97c863c3d Merge 2015-09-08 16:10:36 +02:00
Jim Laskey
953b4a3225 8087181: Move native jimage code to its own library (maybe libjimage)
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Reviewed-by: alanb, lfoltan, hseigel, acorn
2015-09-04 10:11:43 -03:00
Valerie Peng
a8cbc27bce 8132082: Let OracleUcrypto accept RSAPrivateKey
Reviewed-by: xuelei, valeriep, coffeys
2015-09-04 15:28:01 +03:00
Brian Burkhalter
44c462ee50 8133987: (fs) Rename GnomeFileTypeDetector to GioFileTypeDetector
Rename class and associated native file as indicated and fix some related comments in the source and test.

Reviewed-by: alanb
2015-08-28 10:46:43 -07:00
Iris Clark
7c55ca4ce4 Merge 2015-08-25 14:45:26 -07:00
Iris Clark
8db18e0442 Merge 2015-08-17 13:02:48 -07:00
Alejandro Murillo
d8f13cb1d1 Merge 2015-08-13 15:50:52 -07:00
Brian Burkhalter
10207de32f 8065595: Wrong JNI_OnLoad called if just loaded lib does not have JNI_OnLoad function
Add nio_util.c containing JNI_OnLoad bare bones implementation.

Reviewed-by: rriggs
2015-08-13 09:36:14 -07:00
Staffan Larsen
48c33a4389 Merge 2015-08-10 13:34:55 +00:00
Staffan Larsen
de0713848b 8076470: Remove the JVM TI hprof Agent
Reviewed-by: sspitsyn, mchung, erikj
2015-08-10 13:08:55 +02:00
Brian Burkhalter
ba6e733ede 8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
Remove the GNOME VFS detector leaving the libgio detector in place.

Reviewed-by: chegar
2015-08-06 12:35:59 -07:00
Iris Clark
636d3c2d95 Merge 2015-07-23 13:19:54 -07:00
Roger Riggs
9bb445c368 Merge 2015-07-14 22:21:52 -04:00
Alejandro Murillo
1d7da049eb Merge 2015-07-14 16:29:08 -07:00
Roger Riggs
8477d88b81 8078099: (process) ProcessHandle should uniquely identify processes
8078108: (process) ProcessHandle.isAlive should be robust

IsAlive should check and confirm the start time

Reviewed-by: simonis, plevart
2015-07-14 15:35:37 -04:00
Daniel D. Daugherty
fd67ab1042 Merge 2015-07-09 14:48:12 -07:00
Henry Jen
eaa42993db 8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung
2015-07-08 23:26:48 -07:00
Sergey Bylokhov
2e3073a8ab 8130525: Build fail on jdk9-client solaris-sparcv9
Reviewed-by: azvegint
2015-07-06 18:15:02 +03:00
Zoltan Majo
94d36649af 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.

Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
2015-07-03 07:23:45 +02:00
Iris Clark
adff8dc21e Merge 2015-06-29 11:28:02 -07:00
Sergey Bylokhov
561c4e223c 8014241: Clean up unused JNI fields and methods in imageInitIDs.h
Reviewed-by: azvegint, prr
2015-06-26 12:38:39 +03:00
Jean-Francois Denise
30cacaa5c9 8080511: Refresh of jimage support
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
2015-06-25 18:24:39 +02:00
Alejandro Murillo
c23fcc8a3e 8087202: Add support for PATCH field and remove unused fields of new version string
Reviewed-by: dholmes, alanb
2015-06-19 10:58:00 -07:00
Volker Simonis
9a8eaa367e 8081674: EmptyStackException at startup if running with extended or unsupported charset
Reviewed-by: mchung, alanb
2015-06-11 17:29:09 +02:00
Sean Coffey
4ae5f74173 8072384: Setting IP_TOS on java.net sockets not working on unix
Reviewed-by: michaelm
2015-06-04 18:16:25 +01:00
Roger Riggs
103d99baf1 8077350: JEP 102 Process API Updates Implementation
Reviewed-by: chegar, plevart, psandoz, darcy, martin, alanb
2015-05-29 14:04:12 -04:00
Alejandro Murillo
c185e9a5bf Merge 2015-05-01 03:56:04 -07:00
Shanliang Jiang
b705686a86 8042901: Allow com.sun.management to be in a different module to java.lang.management
Reviewed-by: mchung, dfuchs, erikj, jbachorik
2015-04-17 09:40:02 +02:00
Roger Riggs
adc0b9b8aa 8076184: Cleanup compile/link warnings on Solaris
Cleanup reorder-sparc* and jni_util.c files

Reviewed-by: erikj, alanb
2015-03-30 09:45:39 -04:00
Roman Kennke
08af89e08e 8072436: Refactor X11FontManager
Factor fontconfig related code out of X11FontManager into its own superclass FcFontManager.

Reviewed-by: prr, serb
2015-03-04 15:42:02 +01:00
Sergey Bylokhov
8929d90866 8072665: SoundLibraries.gmk and SoundDefs.h: remove isSigned8() dead code
Reviewed-by: erikj, ihse, alexsch
2015-02-19 18:47:55 +03:00
Roger Riggs
aa6b19f38e 8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
Simplify source files for Unix Process implementation

Reviewed-by: plevart, chegar
2015-01-26 10:55:27 -05:00
Chris Hegarty
441905cdc7 8049367: Modular Run-Time Images
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
2014-12-03 14:22:58 +00:00
Ivan Gerasimov
b051027d6f 8023173: FileDescriptor should respect append flag
Reviewed-by: martin, alanb, rriggs
2014-10-28 15:36:27 +03:00
Alejandro Murillo
f0c02512ea Merge 2014-10-21 13:56:58 -07:00
Alejandro Murillo
d89ff24e1a Merge 2014-10-17 07:58:57 -07:00
Kirk Shoop
d03eadea27 8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows
Co-authored-by: Valeriy Kopylov <v-valkop@microsoft.com>
Reviewed-by: alanb
2014-10-19 11:52:53 +01:00
Frederic Parain
fee63b862f 8057777: Cleanup of old and unused VM interfaces
Reviewed-by: coleenp, hseigel, alanb, sherman
2014-10-09 04:48:12 -07:00
Markus Grönlund
8848e6168c 8055662: Update mapfile for libjfr
Reviewed-by: egahlin, sla
2014-10-07 15:16:17 +02:00
Mandy Chung
6533d2dc01 8055230: Rename attach provider implementation class be platform neutral
Reviewed-by: alanb, chegar, dfuchs, dholmes, erikj, sla
2014-08-26 14:35:33 -07:00
Chris Hegarty
27d481fa82 8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel
Reviewed-by: alanb
2014-08-26 10:19:56 +01:00
Brian Burkhalter
0bbb54fff6 8054720: Modifications of I/O methods for instrumentation purposes
Wrap some native methods in Java methods.

Reviewed-by: rriggs
2014-08-20 11:30:13 -07:00
Phil Race
faa69ed489 Merge 2014-07-16 15:12:24 -07:00
Phil Race
250c5c42e6 Merge 2014-07-16 12:48:42 -07:00
Phil Race
d7f59acb44 8048328: CUPS Printing does not report supported printer resolutions
Reviewed-by: bae, jgodinez
2014-07-11 11:12:59 -07:00
Alexander Scherbatiy
c0c1d91633 8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
Reviewed-by: pchelko, anthony, ksrini
2014-06-25 19:10:32 +04:00
Phil Race
c878d790d1 Merge 2014-06-18 13:14:15 -07:00
Erik Joelsson
1aedcf6983 8077419: Launcher mapfile fails linking with SS12u4
Reviewed-by: tbell, dholmes, ihse
2015-04-14 14:22:13 +02:00
Dmitry Samersoff
c201595a62 8041498: Remove npt library
Get rid of npt library and move utf-related code to share/backend

Reviewed-by: sla
2014-06-16 07:25:11 -07:00
Sergey Bylokhov
b7b41fb089 8046245: JDK 9 client build failure on Solaris
Reviewed-by: prr
2014-06-09 13:03:03 +04:00
Michael McMahon
be3dc19dae 8039509: Wrap sockets more thoroughly
Reviewed-by: chegar, alanb
2014-05-28 14:51:24 +01:00
Phil Race
6a13c2cf98 Merge 2014-05-23 09:05:24 -07:00
Weijun Wang
53cb60f148 8043537: Changes for JDK-8039951 introduced circular dependency between Kerberos and com.sun.security.auth
Reviewed-by: alanb
2014-05-22 07:04:57 +08:00
Phil Race
349b9794b1 Merge 2014-05-12 09:38:27 -07:00
David DeHaven
b9113e4f41 8042440: awt_Plugin no longer needed
Reviewed-by: serb, pchelko
2014-05-05 23:21:27 -07:00
Phil Race
ac82d17097 8038838: Totally remove all vestiges of com.sun.image.codec.jpeg from JDK 9
Reviewed-by: bae, vadim
2014-05-05 09:41:41 -07:00
Staffan Larsen
8ad7b17ffd 8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: kamg, mgronlun
2014-04-25 17:19:49 +02:00
Michael McMahon
e90c029bad 8036979: Support java.net.SocketOption<> in java.net socket types
Reviewed-by: alanb, chegar
2014-04-12 20:21:09 +01:00
Valerie Peng
9eec94e88c 8031340: Better TLS/EC management
Make sure private key structure is freed for EC key pair generation

Reviewed-by: vinnie
2014-02-26 18:56:33 +00:00
Lana Steuck
657b9db1ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Staffan Larsen
8acc4717a2 8034176: Update mapfile for libjfr
Reviewed-by: erikj
2014-02-11 14:48:51 +01:00
Alan Bateman
f776be9c0f 8034043: Native methods for preferences API should not be in libjava
8034026: SCDynamicStoreConfig.m should not be in src/macosx/native/java/util

Reviewed-by: erikj, weijun, mchung
2014-02-11 09:59:34 +00:00
Staffan Larsen
6720161012 8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
Reviewed-by: alanb, dsamersoff, jbachorik
2014-02-10 13:00:50 +01:00
Naoto Sato
79938735a2 8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
Reviewed-by: msheppar
2014-02-06 10:06:09 -08:00
Chris Hegarty
20e35aed8f 8025306: Inet[4|6]Address class and fieldID initialization in networking native code
Reviewed-by: alanb, michaelm
2014-02-04 23:40:23 +00:00
Vladimir Kozlov
57b7b831ae Merge 2014-01-28 14:57:41 -08:00
Dmitry Samersoff
04c87a2bbe 8022323: [JavaSecurityScanner] review package com.sun.management.* Native methods should be private
Create java methods that calls native one

Reviewed-by: sla, dholmes
2014-01-28 12:50:53 +04:00
Volker Simonis
417236721a 8031997: PPC64: Make the various POLL constants system dependant
Reviewed-by: alanb
2014-01-20 09:24:25 +01:00
Abhijit Saha
a9a038efa7 Merge 2014-01-15 10:09:00 -08:00
Dan Xu
45609addf6 8029007: Check src/share/native/sun/misc code for JNI pending exceptions
Reviewed-by: chegar, alanb, rriggs, mchung
2014-01-13 16:32:18 -08:00
Vladimir Kozlov
75284b677e Merge 2013-12-05 15:10:36 -08:00
Michael McMahon
92e64d3a0d 8028293: Check local configuration for actual ephemeral port range
Reviewed-by: alanb, chegar, smarks
2013-11-26 10:06:57 +00:00
Magnus Ihse Bursie
453a40a431 8027566: Remove the old build system
Reviewed-by: erikj, tbell
2013-11-14 11:19:32 +01:00