Vladimir Kozlov
ef5d58f98b
8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
...
Rename jdk.vm.ci and jdk.vm.compiler modules to jdk.internal.vm.ci and jdk.internal.vm.compiler.
Reviewed-by: mchung, ihse, dnsimon
2017-02-16 15:51:01 -08:00
Jesper Wilhelmsson
3870d61663
Merge
2017-02-04 03:29:38 +01:00
Daniel Fuchs
63218777ce
8173607: JMX RMI connector should be in its own module
...
The JMX RMI connector is moved to a new java.management.rmi module.
Reviewed-by: mchung, erikj
2017-02-02 16:50:38 +00:00
Jesper Wilhelmsson
ca84662142
Merge
2017-01-24 00:30:23 +01:00
George Triantafillou
2e7f42b44f
8152206: Simplify jvmstat modules
...
Reviewed-by: alanb, mchung, hseigel
2017-01-19 10:55:07 -05:00
Xueming Shen
c4dd83d101
8172432: jar cleanup/update for module and mrm jar
...
Reviewed-by: mchung, psandoz, chegar
2017-01-12 22:55:33 -08:00
Robert Field
37aeefce85
8172155: jshell tool (make): include built-in startup scripts in image
...
Reviewed-by: briangoetz
2017-01-02 18:27:55 -08:00
Jesper Wilhelmsson
de18583f29
Merge
2016-12-18 15:57:40 +01:00
Vladimir Kozlov
2c220df590
8171008: Integrate AOT compiler into JDK
...
Reviewed-by: erikj, mchung, twisti, simonis
2016-12-11 18:50:18 -08:00
Vladimir Kozlov
1a40cebca3
8166417: Integrate Graal-core into JDK for AOT compiler
...
Reviewed-by: iveresov, erikj, ihse, mchung
2016-12-11 12:09:13 -08:00
David Dehaven
51c4b08f5f
Merge
2016-12-05 08:36:14 -08:00
Robert Field
e7c9922f65
8170406: JShell (root repo): remove exports exclusion from -Xlint for jdk.jshell
...
Reviewed-by: jlahoda
2016-12-02 11:18:44 -08:00
Phil Race
e266d93b89
8167182: Exported elements referring to inaccessible types in jdk.accessibility
...
Reviewed-by: serb, ssadetsky
2016-11-16 14:27:23 -08:00
Phil Race
9ccb699c49
8169518: Suppress Deprecation warnings for deprecated Swing APIs
...
Reviewed-by: alexsch, ssadetsky
2016-11-14 10:00:15 -08:00
David Dehaven
be39dc08ce
Merge
2016-11-03 13:44:53 -07:00
Robert Field
f9f1ad165e
8168974: Editor support: include properties file in image
...
Reviewed-by: jlahoda
2016-11-02 16:21:36 -07:00
Jan Lahoda
da69501b8e
8131019: jshell tool: access javadoc from tool
...
Disabling doclint on jdk.compiler/jdk.internal.* packages, to disable lint on newly added jdk.compiler/jdk.internal.shellsupport.doc package.
Reviewed-by: jjg, rfield
2016-11-02 07:36:55 +01:00
Alexander Scherbatiy
4bcdfc784d
8167176: Exported elements referring to inaccessible types in java.desktop
...
Reviewed-by: prr, serb
2016-11-01 12:58:01 +03:00
Erik Joelsson
2962a15145
8062810: Examine src.zip in JDK image and decide if source classes should be organized by module
...
Reviewed-by: mchung, kcr
2016-10-28 14:29:20 +02:00
David Dehaven
fd7f70c96f
8167187: Exported elements referring to inaccessible types in jdk.jsobject
...
Reviewed-by: mchung, alanb
2016-10-27 09:51:33 -07:00
Weijun Wang
121ffd6f67
8167181: Exported elements referring to inaccessible types in jdk.security.jgss
...
Reviewed-by: mchung
2016-10-07 07:59:32 +08:00
Jan Lahoda
fa93c65618
8153362: Add javac -Xlint warning to list exposed types which are not accessible
...
Disabling exports lint (newly introduced to javac) on java.desktop, java.naming, jdk.accessibility, jdk.jshell, jdk.jsobject, jdk.security.jgss, jdk.vm.ci
Reviewed-by: alanb
2016-10-06 14:03:14 +02:00
Naoto Sato
ff4657f6a5
8165605: Thai resources in jdk.localedata cause split package issue with java.base
...
Reviewed-by: mchung, erikj
2016-09-12 09:38:26 -07:00
Mandy Chung
2416447009
8160851: Remove old launcher module-related options
...
Reviewed-by: jjg, alanb
2016-08-30 17:49:50 -07:00
Mandy Chung
c5983e8f77
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: alanb, ksrini, henryjen, sundar
2016-08-10 15:49:03 -07:00
Mandy Chung
1c7cd18b25
8160398: (jdeps) Replace a list of JDK 8 internal API for detecting if it's removed in JDK 9 or later
...
Reviewed-by: dfuchs
2016-07-13 14:42:09 -07:00
Erik Joelsson
95cf491fcc
8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
...
Reviewed-by: dholmes, prr
2016-07-08 08:55:54 +02:00
Brian Burkhalter
d5efeccf78
8160018: (fs) Remove GioFileTypeDetector on Solaris
...
Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider.
Reviewed-by: rriggs
2016-07-01 12:57:12 -07:00
Erik Joelsson
0295c28e94
8055735: JDK_FILTER is broken
...
Reviewed-by: redestad, alanb, tbell
2016-06-10 16:56:29 +02:00
Joe Darcy
72e6b8e873
8155872: Temporarily disable deprecation checking on the java.desktop module
...
Reviewed-by: erikj
2016-05-03 09:44:54 -07:00
Phil Race
2e406416e0
8154213: clean up uses of boxed primitive constructors in the java.desktop module
...
Reviewed-by: serb, psadhukhan
2016-04-25 15:09:15 -07:00
Stuart Marks
5acf187999
8145468: update java.lang APIs with new deprecations
...
Reviewed-by: lancea, alanb
2016-04-18 14:11:16 -07:00
Erik Joelsson
192d906e65
8154430: Imported modules rebuilt on second run when nothing has changed
...
Reviewed-by: alanb, tbell
2016-04-18 17:18:41 +02:00
Erik Joelsson
ec3913386e
8153969: Clean up module src dir logic
...
Reviewed-by: ihse
2016-04-13 18:11:29 +02:00
Sergey Bylokhov
7e720e14ff
7179078: Remove @beaninfo processing from the makefiles
...
Reviewed-by: erikj, alexsch
2016-03-29 17:03:18 +03:00
Alan Bateman
cc661dd1c6
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: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, tbell
2016-03-17 19:03:53 +00:00
Yasumasa Suenaga
2d3d1ed147
8150723: HSDB toolbar icons are missing
...
Reviewed-by: erikj, dsamersoff
2016-02-29 22:55:13 +09:00
Alejandro Murillo
037437a48d
Merge
2016-01-28 16:30:36 -08:00
Doug Simon
64e41d5ac4
8146364: Remove @ServiceProvider mechanism from JVMCI
...
Reviewed-by: twisti
2016-01-14 14:35:22 +01:00
Dmitry Samersoff
c28f46f637
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:12 +03:00
Erik Joelsson
401ff06f3b
8145115: make JAVAC_FLAGS=-g no longer works
...
Reviewed-by: ihse
2015-12-11 14:20:39 +01:00
Alejandro Murillo
9758da4e8f
Merge
2015-11-30 13:55:05 -08:00
Jesper Wilhelmsson
8e457e664a
Merge
2015-11-30 19:22:18 +01:00
Rob McKenna
b10dace9b4
8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
...
Reviewed-by: alanb, simonis
2015-11-30 17:37:17 +00:00
Erik Joelsson
086e3e9a94
8143141: Bring in minor build changes from the jigsaw/jake forest
...
Reviewed-by: ihse, mchung
2015-11-24 15:46:04 +01:00
Erik Joelsson
2322723f91
8142336: Convert the SA agent build to modular build-infra makefiles
...
Reviewed-by: ihse, sla, dsamersoff, twisti
2015-11-24 12:18:24 +01: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
Bhavesh Patel
54850a316b
8142367: Allow files with .png extension to be copied for javadoc
...
Reviewed-by: erikj
2015-11-16 22:49:45 +00:00
Aleksey Shipilev
fb33a09179
8148483: JEP 280: Indify String Concatenation
...
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: psandoz, mcimadamore, igerasim, forax, plevart, vlivanov, ihse
2016-01-28 19:42:10 +03: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