Commit Graph

8453 Commits

Author SHA1 Message Date
Erik Joelsson
8f2b923945 8027298: broken link in jdk8b113 macosx binaries
Reviewed-by: dcubed, ihse
2013-10-29 15:44:30 +01:00
David Katleman
82f1f26521 Merge 2013-10-28 16:03:08 -07:00
Daniel D. Daugherty
af6dec2648 8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy
Fix whitespace/indent issues.

Reviewed-by: hseigel, coleenp, erikj, ihse
2013-10-25 10:16:40 -07:00
David Dehaven
6c747ded77 8025673: [macosx] Disable X11 AWT toolkit
Disable but not completely remove the XAWT and headless toolkits on Mac OS X

Reviewed-by: anthony, art, ihse, erikj
2013-10-24 20:47:41 -04:00
David Dehaven
93e44cac1e 8016096: [macosx] jawt_md.h shipped with jdk is outdated
Revised build system and added platform specific headers for Mac OS X

Reviewed-by: anthony, art, ihse, erikj
2013-10-24 20:46:23 -04:00
Christine Lu
a2c13f91e0 Added tag jdk8-b113 for changeset 70f69e624fc9 2013-10-24 09:10:42 -07:00
Erik Joelsson
a1a132996a 8009280: JCE jurisdiction policy files not copied into jdk/lib/security
Reviewed-by: tbell, ihse
2013-10-24 10:43:51 +02:00
Erik Joelsson
91102a74e9 8026888: Licensee build failure due to wrong libs being called
Reviewed-by: tbell, ihse, simonis
2013-10-23 17:57:38 +02:00
Chris Hegarty
a4e294381f 8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1
Reviewed-by: mduigou, dxu, erikj, ihse
2013-10-23 13:43:12 +01:00
Magnus Ihse Bursie
e4ff601011 8001922: Improve freetype handling
Reviewed-by: erikj
2013-10-23 13:06:37 +02:00
Tim Bell
ce42afa263 Merge 2013-10-22 16:51:37 -07:00
Tim Bell
8d66261093 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
Reviewed-by: mduigou, mchung
2013-10-22 16:29:54 -07:00
David Katleman
3d269310ca Merge 2013-10-22 16:14:34 -07:00
Alejandro Murillo
e7abfc8023 Merge 2013-10-22 13:56:19 -07:00
Erik Joelsson
7bf42b6627 8026966: Most native libs broken on mac in jdk8/build
Reviewed-by: ihse, anthony
2013-10-22 11:59:30 +02:00
Christine Lu
682ea3f061 8026974: solaris build missing java-rmi.cgi
Reviewed-by: ksrini
2013-10-21 23:33:22 -07:00
Erik Joelsson
3562cdcbcb Merge 2013-10-21 10:40:13 +02:00
Alejandro Murillo
41e6e20273 Merge 2013-10-19 08:51:49 -07:00
David Katleman
94a1659d6b Merge 2013-10-18 15:03:48 -07:00
Leif Samuelsson
a25177c60e 7025699: Policy Tool is not accessible by keyboard
Reviewed-by: alexp, weijun
2013-10-18 08:57:52 +08:00
Lana Steuck
b57d193ddd Merge 2013-10-17 15:53:27 -07:00
Brian Burkhalter
670a226fcc 8026832: Clean up straggling doclint warnings in java.math
Fix empty paragraph tag warnings.

Reviewed-by: lancea
2013-10-17 15:05:18 -07:00
Lana Steuck
73a4cab3fb Merge 2013-10-17 15:04:55 -07:00
Doug Lea
3f1d887049 8004138: ForkJoinTask leaks exceptions
Reviewed-by: chegar, mduigou, psandoz, martin
2013-10-17 12:43:32 -07:00
Mandy Chung
71a12d3eef 8015912: jdeps support to output in dot file format
8026255: Switch jdeps to follow traditional Java option style

Reviewed-by: alanb
2013-10-17 13:22:11 -07:00
Lance Andersen
0137840fa9 8026812: doclint clean up for java.sql and javax.sql
Reviewed-by: mduigou
2013-10-17 15:14:58 -04:00
Jason Uh
9419bb4f59 8026233: test/sun/security/tools/keytool/StorePasswords.java needs to clean up files
Reviewed-by: vinnie
2013-10-17 12:00:20 -07:00
Joe Wang
70991c8052 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI
Reviewed-by: lancea
2013-10-17 11:43:44 -07:00
Roger Riggs
056189cbbe 8026183: minor documentation problems in java.lang.invoke
8015808: Typo in MethodHandle javadoc

Fix typos and javadoc markup and extraneous paragraph tags

Reviewed-by: lancea
2013-10-17 13:43:46 -04:00
Christine Lu
8116440024 Added tag jdk8-b112 for changeset 8518304d2097 2013-10-17 09:41:03 -07:00
Sean Mullan
b131a44f91 Merge 2013-10-17 11:34:01 -04:00
Sean Mullan
2ef954a0ff Merge 2013-10-17 10:37:27 -04:00
Roger Riggs
e7ec0b2a5d 8026516: javadoc errors in java.time
Corrected links to TemporalQuery and TemporalField.resolve

Reviewed-by: mduigou, darcy, lancea
2013-10-17 10:37:23 -04:00
Sean Mullan
70492e8a66 8026346: test/java/lang/SecurityManager/CheckPackageAccess.java failing
Reviewed-by: vinnie
2013-10-17 10:18:44 -04:00
Erik Joelsson
95ddbab8d9 8019540: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated
Reviewed-by: dholmes, sla
2013-10-17 16:15:57 +02:00
David Chase
c668ed8f33 8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package
Modify accessibility check; it was muddled about Java vs JVM protection terminology.

Reviewed-by: jrose
2013-10-16 17:55:49 -04:00
Weijun Wang
286d559a2f 8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new location to find of libsoftokn3.so
Reviewed-by: vinnie
2013-10-17 20:56:07 +08:00
Bradford Wetmore
91f6f174ae 8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
Reviewed-by: katleman, dholmes
2013-10-16 23:32:19 -07:00
Yuka Kamiya
26af18b426 8025703: Update LSR datafile for BCP 47
Reviewed-by: okutsu
2013-10-17 13:57:42 +09:00
Henry Jen
63f8dbc1d3 8026768: java.util.Map.Entry comparingBy methods missing @since 1.8
Reviewed-by: dholmes
2013-10-16 21:34:26 -07:00
David Katleman
4baf6a0be3 Merge 2013-10-16 12:02:43 -07:00
Magnus Ihse Bursie
a360c92c70 8025715: Split CompileNativeLibraries.gmk
Reviewed-by: erikj
2013-10-16 20:24:46 +02:00
Kumar Srinivasan
8a2b60ace2 8026500: [infra] remove extraneous docs in solaris images
Reviewed-by: erikj, mchung, tbell
2013-10-16 07:37:30 -07:00
Daniel D. Daugherty
e54055bbb8 7165611: implement Full Debug Symbols on MacOS X hotspot
Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root.

Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
2013-10-15 08:26:38 -07:00
Magnus Ihse Bursie
909a12e572 8001933: Move Gensrc*.gmk and Gendata*.gmk into separate directories
Reviewed-by: erikj, tbell
2013-10-15 13:06:45 +02:00
Erik Joelsson
545297d64d 8025612: rt.jar still has old specification value in the manifest
Reviewed-by: alanb, dholmes, tbell, wetmore
2013-10-14 11:36:05 +02:00
Aleksei Efimov
a8aaf9f52a 8025255: (tz) Support tzdata2013g
Reviewed-by: okutsu, mfang
2013-10-13 14:19:31 +04:00
Mike Duigou
f1e20eb482 8025910: rename substream(long) -> skip and remove substream(long,long)
Reviewed-by: psandoz, henryjen
2013-10-16 13:03:58 -07:00
Daniel Fuchs
9ef30e9ae7 8013839: Enhance Logger API for handling of resource bundles
4814565: (rb) add method to get basename from a ResourceBundle

Adds Logger.setResourceBundle(ResourceBundle) and ResourceBundle.getBaseBundleName()

Reviewed-by: mchung, naoto
2013-10-16 20:47:30 +02:00
Daniel Fuchs
fb1bcf242f 8011638: Remove deprecated methods in sun.util.logging.PlatformLogger
Reviewed-by: psandoz, mchung, alanb, chegar
2013-10-16 17:19:09 +02:00