Daniel Fuchs
996befafc2
Merge
2012-11-28 10:08:31 -08:00
Joel Borggrén-Franck
36464f41e2
7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
...
Reviewed-by: darcy
2012-11-28 09:21:37 -08:00
Daniel Fuchs
d1b26bf6dd
8003476: Cleanup warnings in com.sun.jmx.snmp code
...
Reviewed-by: alanb, smarks
2012-11-28 15:14:47 +01:00
Florian Weimer
a1c151acd0
8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg()
...
Certification verification in HandshakeHash was abandoned during TLS 1.2 implementation
Reviewed-by: xuelei, weijun
2012-11-28 05:18:57 -08:00
Erik Joelsson
2f74d6d52e
8003482: build-infra: Use correct manifest in security jars
...
Reviewed-by: ohair, ohrstrom
2012-11-28 14:10:00 +01:00
Erik Joelsson
861d5c3e01
8003528: build-infra: Diffs in libjava and hotspot libs on solaris
...
Reorder libraries on link command line to match old build.
Reviewed-by: ohair, ohrstrom
2012-11-28 13:49:33 +01:00
Erik Joelsson
bf822bfa13
8003477: build-infra: Remove explicit source file listings for libs when possible
...
Reviewed-by: ohair, ohrstrom
2012-11-28 13:29:35 +01:00
Erik Joelsson
318015ba7a
8001460: build-infra: Linker warnings on macosx
...
Remove creation of empty i386 section from fdlibm
Reviewed-by: ohair
2012-11-28 13:20:43 +01:00
Andrew Brygin
35183211d7
7064516: ImageIO.read() fails to load an image
...
Reviewed-by: jgodinez, prr
2012-11-28 14:12:32 +04:00
Erik Joelsson
b197a6ca68
8003960: build-infra: Jarsigner launcher has wrong classname
...
Fixed package name in launcher
Reviewed-by: alanb, ohair, ohrstrom
2012-11-28 09:47:25 +01:00
Vadim Pakhnushev
17ab9f5969
5082749: GIF stream metadata specification of aspect ratio is incorrect
...
Reviewed-by: bae, prr
2012-11-28 12:38:43 +04:00
Vadim Pakhnushev
d89c34023b
4649812: GIFImageReader handles transparency incorrectly
...
Reviewed-by: bae, prr
2012-11-28 12:28:10 +04:00
Xueming Shen
ff1d49bc5b
8004088: hg push for bug#4235519 failed to push all files
...
Pushed all base64 files
Reviewed-by: alanb, mduigou
2012-11-27 22:07:11 -08:00
Xueming Shen
aad815709f
4235519: Make sun.misc.BASE64{De,En}coder classes public
...
To add java.util.Base64
Reviewed-by: alanb, mduigou
2012-11-27 21:51:26 -08:00
Rob McKenna
f0bbdd0834
8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
...
Reviewed-by: chegar
2012-11-28 00:47:38 +00:00
Chris Hegarty
24fde021e4
8003833: Spurious NPE from Socket.getIn/OutputStream
...
Reviewed-by: alanb, dsamersoff
2012-11-27 17:15:19 +00:00
Sergey Bylokhov
bfc0bfcd8e
8002308: [macosx] 7198229 should be applied to the user action only
...
Reviewed-by: anthony, skovatch
2012-11-27 17:03:19 +04:00
Mike Duigou
8288138aac
8001634: Initial set of functional interface types
...
Add the core functional interfaces used by the JSR335 libraries.
Reviewed-by: dholmes, briangoetz, darcy
2012-11-26 15:08:13 -08:00
Sean Mullan
033919cce4
Merge
2012-11-26 08:34:25 -05:00
Sean Mullan
3f59d3882d
Merge
2012-11-26 08:23:20 -05:00
Sean Mullan
c9b91fa45a
7167056: Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid
...
Reviewed-by: weijun, xuelei
2012-11-26 08:12:19 -05:00
Alexey Utkin
d869bfa179
7162111: TEST_BUG: change tests run in headless mode [macosx] (open)
...
In problem tests detection of AWT headless mode was introduced or AWT dependence was removed.
Reviewed-by: alanb
2012-11-26 15:54:39 +04:00
Florian Weimer
9eb345a1e4
8003951: Removes unused variables in sun.security.ssl
...
Reviewed-by: xuelei
2012-11-24 04:27:28 -08:00
Florian Weimer
7363eaae0e
8003950: Adds missing Override annotations and removes unnecessary imports in sun.security.ssl
...
Reviewed-by: xuelei
2012-11-24 04:09:19 -08:00
Xue-Lei Andrew Fan
a2314ab9ca
8001751: Javadoc warnings in JSSE code
...
Reviewed-by: alanb
2012-11-24 03:34:27 -08:00
Alexey Utkin
68a92f6e88
8003898: X11 toolkit can be chosen as the default toolkit
...
XToolkit is not selected for any values of system-wide environment variables (ex. DISPLAY).
Reviewed-by: anthony, art
2012-11-23 13:07:54 +04:00
Alexander Zuev
e0eaca5e5a
8003273: Missing testcase for 7171812
...
Reviewed-by: art, serb
2012-11-21 20:42:54 +04:00
Sergey Bylokhov
55eba1fa2e
7154516: [macosx] Popup menus have no visible borders
...
Reviewed-by: anthony, denis
2012-11-21 15:58:09 +04:00
Sergey Bylokhov
6a2db1d680
7193214: Consider simplifying CPlatformWindow.setResizable()
...
Reviewed-by: anthony, denis
2012-11-21 15:54:41 +04:00
Sergey Bylokhov
27d64e18d2
7124552: [macosx] NullPointerException in getBufferStrategy()
...
7124219: [macosx] Unable to draw images to fullscreen
Reviewed-by: bae, anthony
2012-11-21 15:50:34 +04:00
David Buck
df3c665be3
7198904: (alt-rt) TreeMap.clone is broken
...
Test case for cr7198904. Issue only found in OracleJDK, but test case is valid for OpenJDK as well
Reviewed-by: mduigou, dholmes
2012-11-20 21:35:18 -08:00
Lana Steuck
822139baf8
Merge
2012-11-20 11:49:27 -08:00
Lana Steuck
12c1fa1d8b
Merge
2012-11-20 11:47:52 -08:00
Lana Steuck
8eed09101d
Merge
2012-11-20 11:46:43 -08:00
Sergey Malenkov
f19ad0fb5b
8003333: Regression: java/beans/EventHandler/Test6277266.java fails with ACE
...
Reviewed-by: art
2012-11-20 18:56:01 +04:00
Steve Sides
6dfea5e847
8003660: (launcher) 8001533 regression tests
...
Reviewed-by: ksrini, mchung, kcr, ddehaven
2012-11-19 19:50:39 -08:00
David Dehaven
5f0debc005
8001533: java launcher must launch javafx applications
...
Reviewed-by: ksrini, mchung, kcr, alanb
2012-11-19 19:49:38 -08:00
John Zavgren
0bb98e7294
8000476: Memory Leaks and uninitialized memory access in PKCS11 and other native code
...
Reviewed-by: dsamersoff, valeriep, chegar
2012-11-20 09:26:38 +00:00
Alan Bateman
c94385feb8
8003607: More ProblemList.txt updates (11/2012)
...
Reviewed-by: lancea
2012-11-19 13:17:40 +00:00
Weijun Wang
2aea4cbc8c
8002344: Krb5LoginModule config class does not return proper KDC list from DNS
...
Co-authored-by: Severin Gehwolf <sgehwolf@redhat.com>
Reviewed-by: weijun
2012-11-19 11:13:08 +08:00
Florian Weimer
28ca680a31
8003587: Warning cleanup in package javax.net.ssl
...
Removes unnecessary imports and adds missing Override annotations
Reviewed-by: xuelei
2012-11-18 01:31:44 -08:00
Brent Christian
a9594cbceb
7178922: (props) re-visit how os.name is determined on Mac
...
Reviewed-by: alanb, mchung, skovatch, serb
2012-11-16 17:01:19 -08:00
Kurchi Subhra Hazra
ef1950d024
8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently
...
Add java/util/prefs to exclusiveAccess.dirs in TEST.ROOT
Reviewed-by: alanb, mchung
2012-11-16 12:28:45 -08:00
Naoto Sato
6c62e2d0f1
7199750: Loading sequence of service provider is changed
...
Reviewed-by: okutsu
2012-11-15 20:17:05 -08:00
Weijun Wang
78ff6a33ee
8003263: redundant cast build failure after 8003120
...
Reviewed-by: alanb
2012-11-16 10:34:14 +08:00
David Katleman
6e2b60ce65
Added tag jdk8-b65 for changeset 3afebf1aaea2
2012-11-15 15:40:03 -08:00
Jim Gish
f439018255
6244047: impossible to specify directories to logging FileHandler unless they exist
...
Reviewed-by: alanb
2012-11-15 13:46:45 +00:00
Tim Bell
10568b5266
Merge
2012-11-15 00:55:17 +00:00
Lana Steuck
42ad69505d
Merge
2012-11-14 16:41:12 -08:00
David Katleman
77c17946fd
Merge
2012-11-14 12:29:17 -08:00
Erik Joelsson
acd0ee7c35
8001906: build-infra: warning: [path] bad path element on Solaris
...
Remove unnecesary -cp parameter from compile line
Reviewed-by: ohair, tbell
2012-11-14 10:21:45 -08:00
Anton Litvinov
b05c04c8c0
6789984: JPasswordField can not receive keyboard input
...
Reviewed-by: naoto, anthony
2012-11-14 18:40:05 +04:00
Konstantin Shefov
f7ee6989a0
7147408: [macosx] Add autodelay to fix a regression test
...
Reviewed-by: serb, alexsch
2012-11-14 11:37:09 +00:00
Mike Duigou
b2926d9724
7088952: Add size in bytes constant "BYTES" to primitive type wrapper types
...
Adds a constant BYTES to each of the primitive wrapper classes (Byte, Character, Double, Float, Integer, Long, Short) with the calculation Primitive.SIZE / Byte.SIZE already made.
Reviewed-by: dholmes
2012-11-13 20:02:39 -08:00
Jonathan Gibbons
78499292e1
8000404: rename javax.tools.GenerateNativeHeader to java.lang.annotation.Native
...
Reviewed-by: alanb
2012-11-14 07:08:50 -08:00
Alan Bateman
8c308db579
8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx]
...
Reviewed-by: chegar
2012-11-14 12:56:26 +00:00
Sean Chou
6bb3dd6ea2
7201156: jar tool fails to convert file separation characters for list and extract
...
Reviewed-by: alanb, chegar, sherman
2012-11-14 13:26:55 +08:00
Mike Duigou
96aa3fad5a
7088913: Add compatible static hashCode(primitive) to primitive wrapper classes
...
Adds static utility methods to each primitive wrapper class to allow calculation of a hashCode value from an unboxed primitive.
Reviewed-by: darcy, smarks, dholmes
2012-11-13 20:02:48 -08:00
Clemens Eisserer
b873533e98
7105461: Large JTables are not rendered correctly with Xrender pipeline
...
Reviewed-by: flar, prr
2012-11-13 16:12:10 -08:00
Erik Joelsson
3fba7a43f2
8001965: build-infra: Large compare diffs between new and old on mac
...
The wrong icon source file was used when building closed
Reviewed-by: ohair, tbell
2012-11-13 13:46:25 -08:00
Erik Joelsson
32808622c6
8002028: build-infra: need no-hotspot partial build
...
Added configure option --with-import-hotspot=/path/to/j2sdkimage
Reviewed-by: dholmes, tbell
2012-11-12 12:35:20 -08:00
Erik Joelsson
fa30c0d8f2
8003177: build-infra: Compare reports diff in LocaleDataMetaInfo.class
...
Remove spurious space in the locale lists
Reviewed-by: naoto, ohair, tbell
2012-11-12 10:49:44 -08:00
Erik Joelsson
f56a68e8cb
8002365: build-infra: Build-infra fails on solaris 11.1 on sparc
...
Add '-lc' to LDFLAGS for native libraries in CompileNativeLibraries.gmk
Reviewed-by: ohair, tbell
2012-11-12 10:20:01 -08:00
Masayoshi Okutsu
aaa52056e9
8000986: Split java.util.spi.CalendarDataProvider into week parameters and field names portions
...
Reviewed-by: naoto
2012-11-12 11:12:29 +09:00
Alan Bateman
86d36e5d55
8003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently [win]
...
Reviewed-by: chegar
2012-11-11 10:05:37 +00:00
Lana Steuck
324f3fc04f
Merge
2012-11-09 14:46:34 -08:00
Xue-Lei Andrew Fan
d0e329751f
8001569: Regression test GetPeerHost uses static port number
...
Reviewed-by: weijun
2012-11-09 01:15:04 -08:00
David Katleman
9d0e05f86d
Added tag jdk8-b64 for changeset 1cb211602711
2012-11-08 11:52:26 -08:00
Jason Uh
fdfd7968f7
7198416: CertificateIssuerName and CertificateSubjectName are redundant
...
Reviewed-by: mullan
2012-11-08 12:51:25 -05:00
Fredrik Öhrström
2d8ab98393
8003161: small fixes to re-enable new build system
...
Reviewed-by: dholmes, alanb, erikj
2012-11-08 12:25:15 +01:00
Roger Riggs
5d67e2bbb1
6282196: There should be Math.mod(number, modulo) methods
...
Added the requested methods
Reviewed-by: darcy, emcmanus, alanb
2012-11-07 20:50:09 -08:00
David Holmes
f95e6bbe59
8002040: Allow Full Debug Symbols when cross-compiling
...
Reviewed-by: dcubed, erikj, tbell
2012-11-07 23:12:45 -05:00
Joel Borggrén-Franck
dc77a5a2c9
8001598: Augment ElementType enum for JSR 308
...
Reviewed-by: darcy
2012-11-07 17:39:34 -08:00
David Katleman
b8cbf9cf67
Merge
2012-11-07 15:39:07 -08:00
Naoto Sato
bb434e94b4
8001205: Calendar.getDisplayName(...): Returns null when provider is SPI but there is no SPI implementation
...
8001562: Collator.getAvailableLocales() doesn't return all locales for which localized instances are available
Reviewed-by: okutsu
2012-11-07 15:08:28 -08:00
Andrew John Hughes
f0ceb65207
8003120: ResourceManager.getApplicationResources() does not close InputStreams
...
Add finally blocks to close the InputStream instances
Reviewed-by: lancea
2012-11-07 16:07:54 -05:00
Sean Coffey
309e36603f
8002227: (tz) Support tzdata2012i
...
Reviewed-by: peytoia, asaha
2012-11-07 18:48:48 +00:00
Daniel Fuchs
f2eac8a30a
6720349: (ch) Channels tests depending on hosts inside Sun
...
This changeset make the nio tests start small TCP or UDP servers from within the tests, instead of relying on external services.
Reviewed-by: alanb
2012-11-07 13:24:39 +01:00
John Zavgren
1f34c4e8ad
8001579: Cleanup warnings in security native code
...
Reviewed-by: chegar, alanb, vinnie
2012-11-07 10:49:19 +00:00
Weijun Wang
5fca8126cd
6355584: Introduce constrained Kerberos delegation
...
Reviewed-by: valeriep
2012-11-07 14:13:01 +08:00
Lana Steuck
cae6890e31
Merge
2012-11-06 18:41:01 -08:00
Yuka Kamiya
81afea6146
7198195: Support Unicode 6.2.0
...
Reviewed-by: okutsu
2012-11-07 09:58:39 +09:00
Chris Hegarty
096a52585a
8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently
...
Reviewed-by: alanb, dsamersoff
2012-11-06 21:01:43 +00:00
Lance Andersen
813239a52e
8002212: adding read/writeObject to additional SerialXXX classes
...
Reviewed-by: naoto, forax
2012-11-06 14:59:22 -05:00
Jiangli Zhou
f3e4fda6ed
7197210: java/lang/invoke/CallSiteTest.java failing on armsflt
...
Reduce work load and set longer timeout for java/lang/invoke tests.
Reviewed-by: kvn, twisti
2012-11-05 12:51:14 -05:00
Kumar Srinivasan
a76a9ecd7a
7050936: (pack200) Support version 52.0 class files in langtools
...
Reviewed-by: dholmes
2012-11-05 15:00:55 -08:00
Kumar Srinivasan
99a97c7d3a
8001191: use -source 8 -target 8 when compiling the JDK
...
Reviewed-by: chegar, dholmes, erikj, jgish
2012-11-05 14:53:05 -08:00
Vinnie Ryan
bd748175f8
6383200: PBE: need new algorithm support in password based encryption
...
Reviewed-by: valeriep
2012-11-05 20:18:05 +00:00
Sean Mullan
4e6425e134
Merge
2012-11-05 12:08:04 -05:00
Sean Mullan
4cae4b0457
Merge
2012-11-05 10:33:18 -05:00
Sean Mullan
5b23307a8f
7171570: JEP 124 Potential API Changes
...
Reviewed-by: vinnie, xuelei
2012-11-05 10:30:49 -05:00
Alan Bateman
f2aa8d9df9
8000330: (fc) FileChannel.truncate issues when given size > file size
...
8002180: (fc) FileChannel.map does not throw NPE if MapMode specified as null
Reviewed-by: chegar
2012-11-04 14:07:35 +00:00
Erik Joelsson
78246559ae
8002220: build-infra: update for mac, solaris 11 issues
...
8002184: Fixed exclude and includes for jarsigner in new build
Reviewed-by: ohair
2012-11-03 16:27:01 -07:00
Lana Steuck
4a88c62d44
Merge
2012-11-02 17:44:31 -07:00
Lana Steuck
33c12b1f1a
Merge
2012-11-02 17:34:13 -07:00
Lana Steuck
4cb701f145
Merge
2012-11-02 17:32:30 -07:00
Konstantin Shefov
15e192571c
8001876: Create regtest for 8000283
...
Reviewed-by: alexsch, serb
2012-11-02 17:07:43 +01:00
Konstantin Shefov
7771aa7929
8001808: Create a test for 8000327
...
Reviewed-by: alexsch, serb
2012-11-02 17:05:10 +01:00
Alan Bateman
430592a30e
7197491: update copyright year to match last edit in jdk8 jdk repository
...
Reviewed-by: chegar, ksrini
2012-11-02 15:50:11 +00:00
Leonid Romanov
99cabdb715
8002114: fix failed for JDK-7160951: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
...
Reviewed-by: serb
2012-11-02 19:47:12 +04:00
Leonid Romanov
c0c03f17ce
7124310: [macosx] "opposite" seems always null in focus events
...
Reviewed-by: anthony
2012-11-02 19:20:03 +04:00
Yuka Kamiya
38087c7a48
8001209: Evaluate findbugs reprot for java.text.ChoiceFormat
...
Reviewed-by: okutsu
2012-11-02 23:17:33 +09:00
Mikhail Cherkasov
1aa03d0b50
8001633: Wrong alt processing during switching between windows
...
Reviewed-by: ant, leonidr
2012-11-02 16:14:14 +04:00
Vladislav Karnaukhov
895cfedd21
2229575: Swing HTML parser can't properly decode codepoints outside the Unicode Plane 0 into a surrogate pair
...
Reviewed-by: rupashka
2012-11-02 15:57:20 +04:00
Weijun Wang
a60d4fd720
7110803: SASL service for multiple hostnames
...
Reviewed-by: mullan
2012-11-02 10:48:04 +08:00
David Holmes
5412833e72
7198815: Add the minimal VM as "known" in jvm.cfg
...
Reviewed-by: alanb, forax, mchung
2012-11-01 18:09:43 -04:00
Alan Bateman
956f8edf61
8002120: ProblemList.txt updates (11/2012)
...
Reviewed-by: lancea
2012-11-01 21:59:18 +00:00
Lance Andersen
9cfc35f365
8001536: Added readObject,writeObject,clone, equals, hashcode to SerialXLob
...
Reviewed-by: alanb, forax
2012-11-01 17:35:17 -04:00
David Katleman
5eebce3000
Added tag jdk8-b63 for changeset 540a11e15fbb
2012-11-01 14:12:21 -07:00
Naoto Sato
799007c62d
8001440: CLDR adapter: Invalid number extension in language tag causes exception in NumberFormat.format()
...
Reviewed-by: okutsu
2012-11-01 13:28:47 -07:00
Fredrik Öhrström
f1f634eb38
8002101: break out auxiliary classes that will prevent multi-core compilation of the JDK
...
Reviewed-by: alanb, sla
2012-11-01 10:33:32 +01:00
David Katleman
2e31573747
Merge
2012-10-31 18:35:56 -07:00
Naoto Sato
e84c0fab29
8001231: Move locale data out of rt.jar (except the US locale)
...
Reviewed-by: alanb, erikj
2012-10-31 11:33:36 -07:00
Lana Steuck
f71c5b3ee0
Merge
2012-10-31 09:49:37 -07:00
Lana Steuck
9faa8df101
Merge
2012-10-31 09:25:20 -07:00
Lana Steuck
bbf2d20d03
Merge
2012-10-31 08:29:44 -07:00
Konstantin Shefov
85947c2f2c
7072120: No mac os x support in several regression tests
...
Reviewed-by: anthony, serb
2012-10-30 12:47:35 +01:00
Jim Gish
a865f8b91a
6206780: (str) Forwarding append methods in String{Buffer,Builder} are inconsistent
...
Update StringBuilder & StringBuffer to consistently handle forwarding to AbstractStringBuilder. Some additional cleanup (removal of refs to sub-classes from AbstractStringBuilder)
Reviewed-by: chegar, alanb, mduigou
2012-10-29 16:51:59 -07:00
Erik Joelsson
e64619c43f
8001898: build-infra: correct exclusion lists for mac jar builds
...
8001896: build-infra: UNLIMITED_CRYPTO changes
Reviewed-by: ohair
2012-10-29 13:55:47 -07:00
Fredrik Öhrström
f4511e60c5
8001891: build-infra: Adding X_CFLAGS and X_LIBS to lwawt and sizer compilation
...
Reviewed-by: ohair
2012-10-29 13:41:38 -07:00
Erik Joelsson
c28e34e514
8001887: build-infra: Correct mapfiles in build-infra area
...
Reviewed-by: ohair
2012-10-29 13:04:40 -07:00
Sergey Bylokhov
46c74fcecb
7198229: Painting during resizing of the frame should be more smooth
...
Reviewed-by: anthony, denis, skovatch
2012-10-29 23:10:41 +04:00
Naoto Sato
1203231cf9
8000997: Multiple locale sensitive services cannot be loaded
...
Reviewed-by: okutsu
2012-10-29 10:42:41 -07:00
Fredrik Öhrström
f5e72e432e
8000970: break out auxiliary classes that will prevent multi-core compilation of the JDK
...
Reviewed-by: alanb, wetmore
2012-10-29 14:12:37 +01:00
Staffan Larsen
dc9bf2de74
8001621: Update awk scripts that check output from jps/jcmd
...
Reviewed-by: alanb
2012-10-29 09:23:55 +01:00
Weijun Wang
14364d11d2
7195426: kdc_default_options not supported correctly
...
Reviewed-by: xuelei
2012-10-29 14:14:07 +08:00
Weijun Wang
620f0e5006
7184246: Simplify Config.get() of krb5
...
Reviewed-by: xuelei
2012-10-29 14:14:06 +08:00
Alan Bateman
b9f46f0001
7176225: Remove JDBC-ODBC Bridge
...
Reviewed-by: lancea, ohair, tbell
2012-10-27 09:18:29 +01:00
Kelly O'Hair
38c629a354
8000992: Update new build-infra makefiles
...
Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also changes from ohair, tbell, and dholmes. Special credit to ohstrom for his smartjavac work.
Reviewed-by: erikj, ihse, dholmes, tbell
2012-10-26 14:23:29 -07:00
Doug Lea
6f31fa54ac
8001575: Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012
...
Reviewed-by: chegar, dholmes
2012-10-26 21:34:24 +01:00
Dan Xu
ed483ab38b
4239752: FileSystem should be a platform-specific class to avoid native code
...
Reviewed-by: alanb, dholmes, erikj, jgish
2012-10-26 11:21:02 +01:00
Lana Steuck
b8265239b8
Merge
2012-10-25 20:32:10 -07:00
Robert Field
020472d122
8000806: Implement runtime lambda metafactory
...
Implement lambda invokedynamic bootstrap by generating at runtime an inner class that implements the functional interface
Reviewed-by: twisti
2012-10-25 17:34:24 -07:00
Dan Xu
78aeafc1a2
8001565: (fs) Typo Path.endsWith(String) javadoc
...
Reviewed-by: mchung, jgish, lancea
2012-10-25 15:42:49 -07:00
Jim Gish
07f94ef8bc
7159567: inconsistent configuration of MemoryHandler
...
Reviewed-by: mchung, alanb
2012-10-25 15:04:09 -07:00
David Katleman
bb35ccdbc3
Added tag jdk8-b62 for changeset f0d59eea9c70
2012-10-25 09:54:03 -07:00
Oleg Pekhovskiy
bf6c304c44
7082294: nsk/regression/b4265661 crashes on windows
...
Reviewed-by: art, anthony
2012-10-25 19:50:30 +04:00
Oleg Pekhovskiy
6036ad08e5
8000486: REGRESSION: Three java2d tests fail since jdk8b58 on Windows 7 with NullPointerException
...
Reviewed-by: flar, art
2012-10-25 09:55:33 +04:00
John Zavgren
3877e3dda4
8000203: File descriptor leak in src/solaris/native/java/net/net_util_md.c
...
Reviewed-by: dsamersoff, khazra, chegar
2012-10-24 21:20:40 +01:00
David Katleman
564fea623a
Merge
2012-10-24 13:14:18 -07:00
Jaroslav Bachorik
3e4e347c26
6976971: TEST: javax/management/remote/mandatory/URLTest.java should be re-integrated
...
Reviewed-by: alanb
2012-10-24 20:44:07 +01:00
Xue-Lei Andrew Fan
b01d15feb0
8001466: Nightly regression test failure of SSLSocketSNISensitive.java
...
Reviewed-by: weijun
2012-10-24 08:25:29 -07:00
Anton Litvinov
d96d10ded0
7193219: JComboBox serialization fails in JDK 1.7
...
Reviewed-by: rupashka, anthony
2012-10-24 18:27:14 +04:00
Andrew Brygin
5d717a96fb
7053526: Upgrade JDK 8 to use Little CMS 2.4
...
Reviewed-by: prr, jgodinez
2012-10-24 05:30:34 +04:00
Fredrik Öhrström
aff615b4d6
8001419: Build the JCE portion of JDK-8000970
...
Original code done by Fredrik Ohrstrom, separated/pushed by wetmore
Reviewed-by: wetmore
2012-10-23 15:51:11 -07:00
Bradford Wetmore
30dd7eee31
7197071: Makefiles for various security providers aren't including the default manifest
...
Reviewed-by: valeriep, mullan, katleman
2012-10-23 12:36:47 -07:00
Lana Steuck
736ab82961
Merge
2012-10-23 11:29:53 -07:00
Volker Simonis
906081c12d
7152336: Enable builds on Windows with MinGW/MSYS
...
Minimal makefile changes to enable building OpenJDK using MSYS on Windows7
Reviewed-by: ohair, tbell
2012-10-23 10:10:23 -07:00
Lana Steuck
4048bc01c6
Merge
2012-10-23 09:41:52 -07:00
Lana Steuck
6ae7845341
Merge
2012-10-23 09:40:06 -07:00