Mandy Chung
e4a6d45c1f
8182416: Clean up module-info.java like move requires transitive adjacent to exports
...
Reviewed-by: alanb
2017-06-17 11:50:55 -07:00
Mandy Chung
08c80bdefc
8181639: Add tool and services information to module summary
...
Reviewed-by: alanb, psandoz, lancea
2017-06-07 21:15:06 -07:00
Mandy Chung
6d568376c9
8173303: Add module-subgraph images to main platform documentation
...
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: alanb, chegar, erikj, ihse, lancea
2017-03-29 09:40:41 -07:00
Brian Burkhalter
782da8d7e8
8176221: Preferences docs contain reference to Sun's JRE
...
Remove reference to "Sun's JRE" and add @implNote
Reviewed-by: darcy
2017-03-13 13:38:14 -07:00
Hamlin Li
de146b6a36
8173957: Fix @since in module-info.java in dev/jdk repo
...
Reviewed-by: alanb, lancea
2017-02-09 18:33:28 -08:00
Lance Andersen
004433bf70
8161965: Create initial javadoc description for modules
...
Reviewed-by: mchung, alanb, abuckley
2016-08-18 12:39:23 -04:00
Jan Lahoda
4123c26144
8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
...
Making Preferences.systemRoot/userRoot lazy on Windows, to avoid warnings for system root when only user root was requested; reducing synchronization while creating the Preferences.
Reviewed-by: alanb
2016-06-13 11:46:07 +02:00
Joe Darcy
01ee88c8ae
6850612: Deprecate Class.newInstance since it violates the checked exception language contract
...
Reviewed-by: lancea, mullan, dfuchs
2016-05-03 10:40:54 -07: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
Brian Burkhalter
bbf1451c7e
8147545: Remove sun.misc.ManagedLocalsThread from java.prefs
...
Replace ManagedLocalsThread with Thread(null,null,threadName,0,false)
Reviewed-by: chegar
2016-01-22 12:44:32 -08:00
Bob Vandette
3dc2d02585
8136556: Add the ability to perform static builds of MacOSX x64 binaries
...
Reviewed-by: ihse, bdelsart, gadams, lfoltan, rriggs, hseigel, twisti
2015-10-19 13:41:09 -04:00
Alexander Stepanov
3ff6e41288
8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
...
Minor docs cleanup (jdk part)
Reviewed-by: lancea
2015-08-18 18:04:17 +03:00
Alexander Stepanov
c78487e756
8133115: docs: replace <tt> tags (obsolete in html5) for java.util.logging, java.util.prefs, java.util.zip, java.util.jar
...
Reviewed-by: lancea
2015-08-06 19:07:35 +03:00
Steve Drach
31ffde0567
8066013: (prefs) Unused variable in src/java.prefs/share/classes/java/util/prefs/MacOSXPreferences.java
...
Two unused variables in MacOSXPreferences.java were removed
Reviewed-by: cbensen, psandoz, chegar
2015-07-22 14:44:30 -07:00
Mandy Chung
efeb942f9f
8074431: Remove native2ascii tool
...
Reviewed-by: erikj, alanb, okutsu, mfang, naoto
2015-05-22 16:43:39 -07:00
Ivan Gerasimov
ff06dffa94
8074657: Missing space on a boundary of concatenated strings
...
Added missing spaces, fixed indentation, replaced StringBuffer with StringBuilder
Reviewed-by: martin, rriggs
2015-05-15 22:09:49 +03:00
Brian Burkhalter
6929be6fff
8075156: (prefs) get*() and remove() should disallow the use of the null control character '\u0000' as key
...
Extend disallowing null control character key to remove()
Reviewed-by: rriggs, alanb
2015-04-28 11:10:45 -07:00
Chris Hegarty
b6eef64a98
8047149: Enhance thread contexts in core libraries
...
Reviewed-by: alanb
2015-04-02 11:43:11 +01:00
Brian Burkhalter
68ef8f6035
8068373: (prefs) FileSystemPreferences writes \0 to XML storage, causing loss of all preferences
...
Disallow entries whose key or value contains the null control character '\u0000' from being stored in the preferences node.
Reviewed-by: psandoz, rriggs
2015-02-12 12:56:48 -08:00
Martin Buchholz
08eb67b941
8067377: My hobby: caning, then then canning, the the can-can
...
Fix ALL the stutters!
Reviewed-by: rriggs, mchung, lancea
2014-10-30 07:31:41 -07:00
Chris Hegarty
7d146ee898
Merge
2014-08-18 10:59:36 +01:00
Chris Hegarty
3bc69d393d
8054834: Modular Source Code
...
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@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>
Reviewed-by: alanb, chegar, ihse, mduigou
2014-08-17 15:54:13 +01:00