55545 Commits

Author SHA1 Message Date
Ivan Gerasimov
c0c76dcc3d 8134605: Partial rework of the fix for 8081297
Reviewed-by: xuelei, coffeys, valeriep
2015-10-02 11:48:50 +03:00
Erik Joelsson
b5206561e2 8147786: Building hotspot gives error message from find
Reviewed-by: ihse
2016-01-20 13:57:03 +01:00
Magnus Ihse Bursie
f206abd057 8145596: Enable debug symbols for all libraries
Reviewed-by: erikj
2016-01-20 09:53:52 +01:00
Alejandro Murillo
fd79a4f922 Merge 2016-01-19 15:17:21 -08:00
Erik Joelsson
7275190792 8147449: sjavac builds of jdk9/dev with closed sources broken
Reviewed-by: ihse
2016-01-19 16:28:18 +01:00
Alejandro Murillo
e28cff4646 Merge 2016-01-18 20:22:11 -08:00
Erik Joelsson
8c55662304 8146403: Windows build can be faster
Reviewed-by: ihse
2016-01-16 13:01:43 +01:00
Alexander Scherbatiy
e57e3d3810 8138674: Some platforms may not support showing the user-specified title in a file dialog
Reviewed-by: serb
2015-10-02 10:29:36 +04:00
Masayoshi Okutsu
ff7c1c3bca 8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java
Reviewed-by: naoto
2015-10-02 13:21:46 +09:00
Alejandro Murillo
1380ff2e93 Merge 2015-10-01 11:52:44 -07:00
Alejandro Murillo
f7ea8ac7b8 Merge 2015-10-01 11:52:43 -07:00
Athijegannathan Sundararajan
a7d931c5e1 8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
Reviewed-by: hannesw, mhaupt
2015-10-01 21:27:30 +05:30
Srikanth Adayapalam
0ea96ddfe4 8132535: Compiler fails with diamond anonymous class creation with intersection bound of enclosing class
Reviewed-by: mcimadamore
2015-10-01 19:47:06 +05:30
Lance Andersen
07f5079718 8134426: Add serialVersionUID field to relevant javax.transaction classes
Reviewed-by: joehw, alanb
2015-10-01 09:59:16 -04:00
Hannes Wallnöfer
8b9c730750 8138632: Sparse array does not handle growth of underlying dense array
Reviewed-by: attila, sundar
2015-10-01 10:37:25 +02:00
Erik Joelsson
143bf054c0 8138636: bootcycle-images build fails
Reviewed-by: alanb
2015-10-01 09:45:47 +02:00
Dmitry Samersoff
768d7cfe71 8133063: Remove BasicLauncherTest from the problem list
Remove BasicLauncherTest from the problem list

Reviewed-by: jbachorik
2015-10-01 10:33:29 +03:00
Thomas Stuefe
6c113577e6 8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: simonis, ihse, prr, goetz, dcubed
2015-10-01 09:30:19 +02:00
Naveen Kumar
aef9a19da8 8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
Reviewed-by: peytoia, okutsu
2015-10-01 15:16:35 +09:00
Rob McKenna
7127fab647 8133249: Occasional SIGSEGV: non thread-safe use of strerr in getLastErrorString
Reviewed-by: igerasim, rriggs, christos
2015-10-01 00:13:09 +01:00
Rob McKenna
ddf365ac99 8135305: InetAddress.isReachable reports true when loopback interface is specified
Reviewed-by: michaelm
2015-10-01 00:09:51 +01:00
Joe Darcy
112eb7283e 8136874: Bug in port of fdlibm pow to Java
Reviewed-by: bpb
2015-09-30 15:25:29 -07:00
Roger Riggs
eda52119fb 8137313: TreeTest.java intermittently fails with a timeout
Enhance debugging information

Reviewed-by: chegar, darcy
2015-09-30 12:33:08 -04:00
Athijegannathan Sundararajan
2b4de2f271 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
Reviewed-by: attila, hannesw
2015-09-30 20:20:11 +05:30
Alejandro Murillo
796dab06c1 Merge 2015-09-30 07:41:36 -07:00
Ambarish Rapte
6a2fabcbd7 8040322: TextArea.replaceRange() and insert() are broken with setText(null)
Reviewed-by: serb, azvegint
2015-09-30 17:46:11 +04:00
Artem Smotrakov
fb9ae3bb10 8137174: NTLM impl should use doPrivileged when it reads system properties
Reviewed-by: chegar
2015-09-30 15:30:50 +03:00
Magnus Ihse Bursie
f7c3ebda02 8137259: configure needs to parse Verona-style version strings for bootjdk
Reviewed-by: erikj, iris
2015-09-30 14:09:32 +02:00
Alexander Zvegintsev
83a08bb60b 8076540: [macosx] NPE due to incorrect threading
Reviewed-by: alexsch, azvegint
2015-09-30 13:31:01 +03:00
Magnus Ihse Bursie
1cfadcd465 8138627: Better help message in configure for reduced builds (target-bits=32)
Reviewed-by: erikj
2015-09-30 11:38:01 +02:00
Daniel Fuchs
95b5f4d550 8137289: java/util/logging/DrainFindDeadlockTest.java hangs
Removed timeout=10 from @run command line. added new debug traces.

Reviewed-by: chegar, mchung
2015-09-30 11:17:32 +02:00
Felix Yang
12cba200a3 8138583: aarch64: add support for vectorizing fabs/fneg
Reviewed-by: aph, roland
2015-09-30 04:35:39 -04:00
Attila Szegedi
f3ff9a5c9a 8137333: Boundless soft caching of property map histories causes high memory pressure
Reviewed-by: hannesw, sundar
2015-09-30 10:09:44 +02:00
Athijegannathan Sundararajan
c192a9a960 8137320: jjs should support @argfile to pass command line arguments from a file
Reviewed-by: attila, hannesw, henryjen
2015-09-30 12:48:32 +05:30
Iris Clark
34406f46c6 Merge 2015-09-29 17:57:55 -07:00
Iris Clark
46097af9a7 Merge 2015-09-29 17:56:41 -07:00
Brian Burkhalter
3497da36a2 8023217: Additional floorDiv/floorMod/multiplyExact methods for java.lang.Math
Add new methods with long, int signatures.

Reviewed-by: darcy, scolebourne
2015-09-29 17:28:44 -07:00
Rajan Halade
1a2c01a37c 8157469: DefaultProviderList.java fails with no provider class apple.security.AppleProvider found
Reviewed-by: valeriep
2016-05-20 15:50:20 -07:00
Joe Darcy
4045a8be07 4851777: Add BigDecimal sqrt method
Reviewed-by: bpb
2016-05-20 15:34:37 -07:00
Brian Burkhalter
8c58aff49d 5100935: No way to access the 64-bit integer multiplication of 64-bit CPUs efficiently
Add methods multiplyFull() and multiplyHigh() to Math and StrictMath.

Reviewed-by: darcy
2016-05-20 14:41:41 -07:00
Chris Hegarty
fdd3cf2c16 8157154: jmod jlink properties file need copyright header
Reviewed-by: alanb, mchung
2016-05-20 21:44:03 +01:00
Xueming Shen
5330dbf8e4 8143282: \p{Cn} unassigned code points should be included in \p{C}
To add unassigned cp support into \p{C}

Reviewed-by: martin
2016-05-20 12:47:41 -07:00
Claes Redestad
409d4bd80c 8157449: Adjust link-time generated Species classes to match JDK-8148604 usage
Reviewed-by: shade
2016-05-20 20:27:28 +02:00
Svetlana Nikandrova
d90c351322 8155575: Provider.java contains very long lines because of lambda
Reviewed-by: ascarpino
2016-05-20 11:12:02 -07:00
Nelson Dcosta
5c4dc85619 8133454: Update Java Compiler Error Message
Updating the error message that is used when javac crashes.

Reviewed-by: jjg
2015-09-29 21:22:35 +02:00
Iris Clark
350f1c7a89 Merge 2015-09-29 11:46:43 -07:00
Iris Clark
0cbebd3571 Merge 2015-09-29 11:46:40 -07:00
Iris Clark
d0bbb6c588 Merge 2015-09-29 11:46:31 -07:00
Iris Clark
2d206bb64e Merge 2015-09-29 11:46:21 -07:00
Vyom Tewari
bed7702d83 8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
Reviewed-by: rriggs
2015-09-29 19:50:56 +02:00