Iris Clark
2153d03d54
8072379: Implement jdk.Version
...
Reviewed-by: alanb
2016-02-02 18:03:37 -08:00
David Dehaven
a26ac87b2c
Merge
2016-02-02 10:03:09 -08:00
David Dehaven
09d80df880
Merge
2016-01-21 14:48:41 -08:00
Laurent Bourgès
e8d7644b13
8147443: Use the Common Cleaner in Marlin OffHeapArray
...
OffHeapArray clean-up to use the jdk.internal.ref.Cleaner to free unsafe arrays (PhantomReference)
Reviewed-by: prr, rriggs, mchung
2016-01-20 22:53:45 +01:00
Alan Bateman
e24711fcf4
8049422: Remove @jdk.Exported
...
Reviewed-by: dfuchs, mchung, darcy, chegar
2016-01-08 11:45:57 +00:00
Chris Hegarty
78fe8855fe
8145544: Move sun.misc.VM to jdk.internal.misc
...
Reviewed-by: alanb, mullan, weijun
2016-01-06 10:01:14 +00:00
Steve Drach
3739ad7a43
8144355: JDK 9 changes to ZipFileSystem to support multi-release jar files
...
JEP 238 Multi-Release JarFileSystem implementation
Reviewed-by: alanb, psandoz, sherman
2015-12-30 16:15:01 +00:00
Chris Hegarty
b39ded541d
8145990: Move sun.misc math support classes to jdk.internal.math
...
Reviewed-by: bpb, darcy
2015-12-22 12:17:05 +00:00
Chris Hegarty
749e7d7bd2
8144995: Move sun.misc.HexDumpEncoder to sun.security.util
...
Reviewed-by: psandoz, mchung
2015-12-14 20:32:22 +00:00
Athijegannathan Sundararajan
a4a04cc6ed
8143404: Remove apple script engine code in jdk repository
...
Reviewed-by: alanb, mchung
2015-12-08 10:11:28 +05:30
Alejandro Murillo
9758da4e8f
Merge
2015-11-30 13:55:05 -08:00
Jesper Wilhelmsson
8e457e664a
Merge
2015-11-30 19:22:18 +01:00
Joe Wang
2b2a06cf06
8144094: Add Catalog API to java.xml module
...
Reviewed-by: lancea
2015-11-30 08:52:25 -08:00
Attila Szegedi
546d8593a6
8141338: Move jdk.internal.dynalink package to jdk.dynalink
...
Reviewed-by: alanb, mchung, sundar
2015-11-24 10:22:14 +01:00
Jiangli Zhou
a861570b11
Merge
2015-11-23 14:41:54 -05:00
Daniel Fuchs
dde11d5d0d
8140364: JEP 264 Platform Logger API and Service Implementation
...
Initial implementation for JEP 264 Platform Logger API and Service
Reviewed-by: mchung, psandoz, rriggs
2015-11-20 19:25:45 +01:00
Jaroslav Bachorik
cf63d3026e
8043138: Attach API should not require jvmstat rmi protocol
...
Reviewed-by: alanb, mchung, erikj, ihse
2015-11-20 13:02:06 +01:00
Weijun Wang
a2b76a41db
8056174: New APIs for jar signing
...
Reviewed-by: mullan
2015-11-20 08:35:23 +08:00
Jiangli Zhou
be8c874f2d
Merge
2015-11-19 19:30:47 -05:00
Kumar Srinivasan
f458381f25
8035473: [javadoc] Revamp the existing Doclet APIs
...
8146529: Update the new Doclet API
8146427: "-nohelp" option issue
8146475: "-helpfile" option issue
Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
2015-11-12 13:26:07 -08:00
Chris Hegarty
91d8a45e73
8148154: Integrate JOpt Simple for internal usage by JDK tools
...
Reviewed-by: alanb, redestad, rriggs
2016-01-26 09:18:12 +00:00
Chris Hegarty
26141fcf05
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 11:27:54 +00:00
Alejandro Murillo
ffdd34a6f8
Merge
2015-10-19 12:30:16 -07:00
Jan Lahoda
3422f6e0e7
8134254: JShell API/tool: REPL for Java into JDK9
...
Adding jdk.jshell module into modules.xml; and listing it among TOOLS_MODULES.
Co-authored-by: Robert Field <robert.field@oracle.com>
Reviewed-by: alanb, erikj, sundar
2015-10-19 19:13:58 +02:00
Christian Thalinger
4308ec2ec8
8136421: JEP 243: Java-Level JVM Compiler Interface
...
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
2015-10-08 11:31:14 -10:00
Ivan Gerasimov
c0c76dcc3d
8134605: Partial rework of the fix for 8081297
...
Reviewed-by: xuelei, coffeys, valeriep
2015-10-02 11:48:50 +03:00
Alejandro Murillo
09c3473159
Merge
2016-01-14 20:57:29 -08:00
Alejandro Murillo
d9ae786b3b
8146660: Resolve merge issue in resulting from sun.misc.VM move to jdk.internal.misc
...
Reviewed-by: twisti, erikj, chegar
2016-01-13 12:45:33 -08:00
Chris Hegarty
2ed4c9cc8c
8146736: Move sun.misc performance counters to jdk.internal.perf
...
Reviewed-by: alanb, mchung, rriggs
2016-01-13 13:56:19 +00:00
Chris Hegarty
c69db2f940
8137056: Move SharedSecrets and interface friends out of sun.misc
...
Reviewed-by: alanb, mchung, psandoz, rriggs
2015-09-28 13:39:10 +01:00
Attila Szegedi
fd8fa9290c
8135251: Use Unsafe.defineAnonymousClass for loading Nashorn script code
...
Reviewed-by: alanb, lagergren, sundar
2015-09-16 16:54:22 +02:00
Athijegannathan Sundararajan
71c94822c9
8134255: Implement tab-completion for java package prefixes and package names
...
Reviewed-by: attila, mhaupt
2015-08-23 10:01:19 +05:30
Athijegannathan Sundararajan
e13a9b243c
8133948: Add 'edit' function to allow external editing of scripts
...
Reviewed-by: attila, hannesw, jlahoda
2015-08-21 18:00:53 +05:30
Athijegannathan Sundararajan
07bcb7c6bf
8133777: Use file based persistence for history instead of preferences
...
Reviewed-by: attila, mhaupt
2015-08-18 11:39:43 +05:30
Alejandro Murillo
63e5a2929a
Merge
2015-08-17 11:18:18 -07:00
Athijegannathan Sundararajan
5455f89d52
8133652: Implement tab-completion for member select expressions
...
Reviewed-by: jlaskey, attila
2015-08-17 13:16:10 +05:30
Alejandro Murillo
8f0cc28606
Merge
2015-08-13 15:50:47 -07:00
Athijegannathan Sundararajan
c580b989e0
8133347: Add makefiles support and basic session, persistence history navigation with jline
...
Reviewed-by: erikj, jlahoda, jlaskey
2015-08-13 19:09:59 +05:30
Staffan Larsen
2743660347
8076470: Remove the JVM TI hprof Agent
...
Reviewed-by: sspitsyn, mchung, erikj
2015-08-10 13:08:53 +02:00
Jan Lahoda
ae988c96b3
8086737: Add support for -release to Javadoc
...
Exporting com.sun.tools.javac.platform to jdk.javadoc.
Reviewed-by: jjg, ksrini, alanb
2015-07-24 08:37:42 +02:00
Ioi Lam
325d83e689
8140802: Clean up and refactor of class loading code for CDS
...
Reviewed-by: jiangli, acorn
2015-07-22 20:14:16 -07:00
Weijun Wang
d7cf63161f
8131350: policytool can directly reference permission classes
...
Reviewed-by: xuelei
2015-07-20 20:45:58 +08:00
Daniil Titov
823fb4bd9e
8033530: [regression] Applet fails to load resources or connect back to server under some scenarios
...
Reviewed-by: mchung, michaelm, serb, ddehaven
2015-06-04 11:17:02 -07:00
Alejandro Murillo
33ab883a0c
Merge
2015-07-09 22:46:15 -07:00
Daniel D. Daugherty
99294d5d6b
Merge
2015-07-09 14:30:14 -07:00
Jan Lahoda
f5a4efc171
8080679: Include jline in JDK for Java and JavaScript REPLs
...
Reviewed-by: alanb, erikj, forax, iris, sundar
2015-07-07 13:17:52 +02:00
Zoltan Majo
f353be1c90
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:32 +02:00
Jean-Francois Denise
7d75d2a98a
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:00:28 +02:00
Mandy Chung
ee3e359025
8074432
: Move jdeps and javap to jdk.jdeps module
...
Reviewed-by: jjg, alanb, erikj
2015-05-27 13:25:04 -07:00
Mandy Chung
f2d591c295
8081334: com.sun.tools.javap and com.sun.tools.javah are not exported API
...
Reviewed-by: jjg
2015-05-27 12:45:29 -07:00