Max Ockner
d796407e50
8076161: Runtime stub for throw_null_pointer_exception always constructs log messages
...
A LogEvents filter has been added to avoid unnecessary string construction.
Reviewed-by: coleenp, hseigel, dholmes
2015-06-09 12:22:21 -04:00
Jesper Wilhelmsson
393cf6b287
Merge
2015-06-09 16:48:55 +02:00
Coleen Phillimore
9e5e7f9e5a
8035074: hs_err improvement: Add time zone information in the hs_err file
...
8026335: hs_err improvement: Print exact compressed oops mode and the heap base value
8026331: hs_err improvement: Print if we have seen any OutOfMemoryErrors or StackOverflowErrors
Add requested things to hs_err file.
Reviewed-by: ctornqvi, dholmes
2015-06-09 10:26:25 -04:00
Roland Westrelin
fd10da6423
8086016: closed/java/text/Format/NumberFormat/BigDecimalCompatibilityTest.java is crashing
...
Trying to transform ArrayCopyNode in dying part of the graph
Reviewed-by: kvn
2015-06-09 12:09:03 +02:00
Sergei Kovalev
518225447f
8078145: testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED
...
Reviewed-by: iignatyev, vlivanov
2015-06-15 16:47:24 +03:00
Roland Westrelin
d7522fb084
8086046: escape analysis generates incorrect code as of B67
...
Load bypasses arraycopy that sets the value after the ArrayCopyNode is expanded
Reviewed-by: kvn
2015-06-12 14:10:17 +02:00
Jan Lahoda
66dcce4334
8082311: NPE when compiling expression with \"^\"
...
Using BinaryNumericOperator for numeric bitwise operators and BinaryBooleanOperator for boolean bitwise operators, as the common BinaryBitwiseOperator allowed to incorrectly combine numeric and boolean operands
Reviewed-by: mcimadamore
2015-06-09 11:52:13 +02:00
Michael Haupt
0f1bfba6c9
8080490: add $EXECV command to Nashorn scripting mode
...
Additional arguments to the command line can be passed as a single array, or as a sequence of varargs.
Reviewed-by: attila, hannesw
2015-06-09 09:27:02 +02:00
Athijegannathan Sundararajan
f5e449156c
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
...
Reviewed-by: attila, hannesw
2015-06-09 14:19:57 +05:30
Paul Sandoz
5744f4fc30
8071597: Add Stream dropWhile and takeWhile operations
...
Reviewed-by: briangoetz, smarks, chegar, forax
2015-06-09 07:10:03 +01:00
Weijun Wang
5d91ae3352
8058290: JAAS Krb5LoginModule has suspect ticket-renewal logic, relies on clockskew grace
...
Reviewed-by: mullan
2015-07-13 17:44:34 +08:00
Pavel Rappo
91a4a6b0ce
8064925: URLConnection::getContent needs to be updated to work with modules
...
Reviewed-by: chegar, alanb
2015-07-10 16:40:12 +01:00
Paul Sandoz
e56c76e9f7
8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
...
Reviewed-by: lancea, alanb, chegar, dfuchs, mullan, smarks
2015-06-09 07:10:02 +01:00
Joe Darcy
efa84f658a
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
...
Reviewed-by: alanb
2015-06-30 17:48:06 -07:00
Alejandro Murillo
f55c892a65
Merge
2015-06-30 11:20:43 -07:00
Brian Burkhalter
bfe32f271f
8129632: (fs) Files.probeContentType returns null on Mac OS X
...
Append a Uniform Type Identifier-based FileType Detector for Mac OS X
Reviewed-by: alanb
2015-06-30 10:47:54 -07:00
Sunny Chan
36d62dcbb1
8080945: Improve the performance of primitive Arrays.sort for certain patterns of array elements
...
Co-authored-by: Mohammad Rezaei <mohammad.rezaei@gs.com>
Reviewed-by: psandoz
2015-06-09 07:05:48 +01:00
Frank Yuan
dfdcd9050f
8080908: Develop test for Xerces Update: XPointer
...
Reviewed-by: lancea, joehw
2015-06-08 22:08:47 -07:00
Frank Yuan
4a0e9912f0
8080906: Develop test for Xerces Update: DOM L3 Serializer
...
Reviewed-by: lancea, joehw
2015-06-08 21:59:07 -07:00
Alejandro Murillo
ccbe5d7ec0
Merge
2015-06-08 17:19:50 -07:00
Rob McKenna
ee5103f696
7130985: Four helper classes missing in Sun JDK
...
Reviewed-by: coffeys, msheppar
2015-06-08 21:35:36 +01:00
Rob McKenna
57953eb25d
7130985: Four helper classes missing in Sun JDK
...
Reviewed-by: coffeys, msheppar
2015-06-08 21:32:26 +01:00
Alejandro Murillo
84e8aa917e
Merge
2015-06-08 11:11:48 -07:00
Alejandro Murillo
2f0a309d84
Merge
2015-06-08 11:11:47 -07:00
Alejandro Murillo
27b1730c95
Merge
2015-06-08 11:11:46 -07:00
Goetz Lindenmaier
f286447281
8085975: Fix warning "converting to jlong from double" of gcc 4.1.2 after 8079561
...
Reviewed-by: mgerdin, ehelin
2015-06-08 15:40:28 +02:00
Volker Simonis
1360b41194
8080684: PPC64: Fix little-endian build after "8077838: Recent developments for ppc"
...
Also fix the Power8 detection which was broken because we issued an illegal 'lqarx' instruction
Reviewed-by: kvn, asmundak
2015-06-08 17:39:35 +00:00
Katja Kantserova
a977dfe41f
8085973: The targeted processes in javax/management tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
...
Reviewed-by: sspitsyn
2015-06-08 15:27:37 +02:00
Katja Kantserova
18df7777e0
8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
...
Reviewed-by: sspitsyn
2015-06-09 10:11:11 +02:00
Jesper Wilhelmsson
f8b81a22d7
Merge
2015-06-09 16:48:54 +02:00
Aleksei Efimov
a6488e0152
8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy
...
Reviewed-by: naoto
2015-06-08 16:17:37 +03:00
Alexander Stepanov
2541238e18
8081517: minor cleanup for docs
...
Fix some tidy and javadoc warnings/errors
Reviewed-by: lancea, rriggs
2015-06-08 16:37:53 +04:00
Katja Kantserova
811fa6e09f
8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
...
Reviewed-by: sspitsyn
2015-06-08 12:54:05 +02:00
Michael Haupt
a1bb22a48c
8085885: address Javadoc warnings in Nashorn source code
...
Reviewed-by: hannesw, lagergren
2015-06-08 10:28:04 +02:00
Athijegannathan Sundararajan
31d1f45723
8085937: add autoimports sample script to easily explore Java classes in interactive mode
...
Reviewed-by: lagergren, attila
2015-06-08 14:10:39 +05:30
Athijegannathan Sundararajan
2466fa7128
8085802: Nashorn -nse option causes parse error on anonymous function definition
...
Reviewed-by: lagergren, attila
2015-06-08 13:57:44 +05:30
Chris Plummer
c8c0356588
8054386: Allow Java debugging when CDS is enabled
...
Map archive RW when debugging is enabled
Reviewed-by: sspitsyn, iklam, mseledtsov, dholmes
2015-06-05 13:40:09 -07:00
Chris Plummer
4ba69287b6
8054386: Allow Java debugging when CDS is enabled
...
Map archive RW when debugging is enabled
Reviewed-by: sspitsyn, iklam, mseledtsov, dholmes
2015-06-05 13:38:13 -07:00
Chris Plummer
8d539c0d7e
8081771: ProcessTool.createJavaProcessBuilder() needs new addTestVmAndJavaOptions argument
...
Copy ProcessTool.createJavaProcessBuilder functionality from hotspot/test
Reviewed-by: rriggs, sspitsyn, dholmes
2015-06-05 13:38:00 -07:00
Jason Uh
d7cf775ca7
8076535: Deprecate the com.sun.jarsigner package
...
Reviewed-by: mullan
2015-06-05 11:27:22 -07:00
Athijegannathan Sundararajan
71388e3fb6
8085810: Return value of Objects.requireNonNull call can be used
...
Reviewed-by: lagergren, attila
2015-06-05 19:05:37 +05:30
Brian Toal
57abe9b399
8080819: Inet4AddressImpl regression caused by JDK-7180557
...
Reviewed-by: michaelm
2015-06-05 14:20:40 +01:00
Srikanth Adayapalam
7dd4ada04b
8081521: Compiler has trouble compiling nested diamond allocation constructs involving anonymous classes
...
Reviewed-by: mcimadamore
2015-06-05 18:43:11 +05:30
Miroslav Kos
2a6517f7c1
8072839: JAX-B Plugability Layer: using java.util.ServiceLoader
...
Reviewed-by: alanb
2015-06-05 15:05:55 +02:00
Michael Haupt
cd3974600b
8080087: Nashorn $ENV.PWD is originally undefined
...
On Windows, the PWD environment variable does not exist and cannot be imported in scripting mode, so it is set explicitly.
Reviewed-by: lagergren, sundar
2015-06-05 12:38:53 +02:00
Konstantin Shefov
8f99c7eca7
8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
...
Reviewed-by: vlivanov
2015-06-05 13:14:36 +03:00
Konstantin Shefov
07f5fc8dee
8072515: Test Task: Develop new tests for JEP 219: Datagram Transport Layer Security (DTLS)
...
Reviewed-by: xuelei, asmotrak, rhalade
2015-06-05 12:22:36 +03:00
Derek White
24c9ffed42
7097567: G1: abstract and encapsulate collector phases and transitions between them
...
Reviewed-by: mgerdin, tschatzl
2015-06-05 10:27:41 +02:00
David Lindholm
5f5af54f95
8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
...
Reviewed-by: drwhite, stefank
2015-06-05 09:50:09 +02:00
Vladimir Kozlov
4c0bf57106
Merge
2015-06-04 19:24:28 -07:00