Artem Smotrakov
b259dd24ea
8134708: Certpath validation fails to load certs and CRLs if AIA and CRLDP extensions point to LDAP resources
...
Reviewed-by: mullan, coffeys
2015-09-09 12:39:45 +03:00
David Holmes
f032aa1311
8133611: Remove java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java from problem list
...
Reviewed-by: darcy
2015-09-09 04:02:59 -04:00
Magnus Ihse Bursie
4ce6bdb54e
8135180: Print configure arguments using make print-configuration
...
Reviewed-by: erikj
2015-09-09 09:44:57 +02:00
Magnus Ihse Bursie
16142c17e4
8065912: Better handling of classpath in build-infra
...
Reviewed-by: erikj
2015-09-09 09:36:48 +02:00
Magnus Ihse Bursie
08ef9ddd4e
8065912: Better handling of classpath in build-infra
...
Reviewed-by: erikj
2015-09-09 09:36:46 +02:00
Magnus Ihse Bursie
54b0810371
8065912: Better handling of classpath in build-infra
...
Reviewed-by: erikj
2015-09-09 09:36:39 +02:00
Shilpi Rastogi
5ecb0a7e9e
8005914: [TEST_BUG] The last column header does not contain "..."
...
Reviewed-by: alexsch, serb
2015-09-09 10:31:59 +03:00
Aleksei Efimov
306947d9f9
8134861: XSLT: Extension func call cause exception if namespace URI contains partial package name
...
Reviewed-by: joehw
2015-09-09 01:57:38 +03:00
Alejandro Murillo
09ff302704
Merge
2015-09-08 15:39:53 -07:00
Alejandro Murillo
da29ed2a94
Merge
2015-09-08 15:39:51 -07:00
Phil Race
b60c555aae
Merge
2015-09-08 15:19:19 -07:00
Valerie Peng
bdf6ed0fd2
8135099: 9-dev solaris builds failed on 2015-09-04
...
Fixed the compilation warning which broken the build.
Reviewed-by: vinnie
2015-09-08 22:14:25 +00:00
Phil Race
f39c6aeb63
Merge
2015-09-08 14:40:44 -07:00
Phil Race
c878c1a59f
Merge
2015-09-08 14:40:19 -07:00
Vicente Romero
2169a5eefd
8073594: javac, before calling rawInstantiate from selectBest the warner should be cleared out
...
Reviewed-by: jlahoda
2015-09-08 11:59:25 -07:00
Vicente Romero
0c3e27483f
8135203: javac, patch intended for an issue was pushed with wrong id and message
...
Reviewed-by: jjg
2015-09-08 11:53:17 -07:00
Phil Race
d69a0641fd
Merge
2015-09-08 11:47:07 -07:00
Vicente Romero
772ca1b431
8132806: javac does a naive implementation of some incorporation steps
...
Reviewed-by: jlahoda
2015-09-08 10:36:44 -07:00
Iris Clark
32f958db97
Merge
2015-09-08 10:25:22 -07:00
Iris Clark
057b421238
Merge
2015-09-08 10:25:18 -07:00
Iris Clark
9e0d78c661
Merge
2015-09-08 10:25:11 -07:00
Iris Clark
838c3c4021
Merge
2015-09-08 10:25:02 -07:00
Iris Clark
c3033fc442
Merge
2015-09-08 10:24:59 -07:00
Iris Clark
855bfab55d
Merge
2015-09-08 10:24:22 -07:00
Roland Westrelin
404fc5caa8
8134974: 8130847 broken with loop predicates
...
Pinned eliminated arraycopy loads in uncommon trap path for loop predicates may need to be moved
Reviewed-by: kvn
2015-09-08 19:19:08 +02:00
Roland Westrelin
8dd169a71f
8135069: C2 replaces range checks by unsigned comparison with -1
...
I < 0 || i > -1 wrongly folded as i >u -1
Reviewed-by: kvn
2015-09-11 16:56:56 +02:00
Tobias Hartmann
a6ab162873
Merge
2015-09-14 09:11:03 +00:00
Tobias Hartmann
6479241f4a
8135252: IdealLoopTree::dump_head() prints negative trip count
...
IdealLoopTree::dump_head() should not cast float to int.
Reviewed-by: kvn
2015-09-14 10:00:26 +02:00
Tobias Hartmann
662e39edbb
Merge
2015-09-14 07:03:04 +00:00
Tobias Hartmann
3780022a87
8080999: MemoryPoolMXBean.getUsageThresholdCount() returns incorrect value
...
Fixed race condition in the JMX code for the LowMemoryDetector.
Reviewed-by: kvn
2015-09-14 07:02:50 +02:00
Michael Berg
d67924dc8e
8132160: support for AVX 512 call frames and stack management
...
Simplify save/restore frame on x86 systems which support EVEX.
Reviewed-by: kvn, iveresov
2015-09-11 17:02:44 -07:00
Kirill Zhaldybin
9f9739c156
8132980: Improve stability of whitebox methods getCodeBlob and freeCodeBlob
...
Added checks for negative and null size and address values (where applicable) for getCodeBlob, allocateCodeBlob and freeCodeBlob, added regression test
Reviewed-by: iignatyev
2015-09-11 16:11:07 +03:00
Jesper Wilhelmsson
1736e104a1
Merge
2015-09-08 16:10:37 +02:00
Jesper Wilhelmsson
b395bb9193
Merge
2015-09-08 16:10:36 +02:00
Jesper Wilhelmsson
a97c863c3d
Merge
2015-09-08 16:10:36 +02:00
Jesper Wilhelmsson
727c75aa2b
Merge
2015-09-08 16:10:09 +02:00
Andrew Haley
518c5cacbc
8135157: DMB elimination in AArch64 C2 synchronization implementation
...
Reduce memory barrier usage in C2 fast lock and unlock.
Co-authored-by: Wei Tang <wei.tang@linaro.org>
Reviewed-by: kvn
2015-09-08 14:08:58 +01:00
Igor Veresov
e88940fae6
Merge
2015-09-10 17:56:43 -07:00
Michael Berg
e75f5a5cde
8135028: support for vectorizing double precision sqrt
...
Reviewed-by: kvn, twisti
2015-09-09 10:34:17 -07:00
Shilpi Rastogi
61cfd94c6c
8135176: Moving test from javax/swing/plaf/basic/BasicHTML/4960629 to test/javax/swing/plaf/basic/BasicHTML/4960629
...
Reviewed-by: azvegint, alexsch
2015-09-08 16:01:29 +04:00
Chris Hegarty
9ce7c19d86
8135043: ObjectStreamClass.getField(String) too restrictive
...
Reviewed-by: igerasim
2015-09-08 12:40:57 +01:00
Renjith Alexander
4130b71ce6
8133027: [Jigsaw] Test java/awt/PrintJob/Text/stringwidth.sh fails during compilation
...
Reviewed-by: yan, serb
2015-09-08 11:28:16 +03:00
Shanliang Jiang
c05fa37593
8132210: Reinforce JMX collector internals
...
Reviewed-by: jbachorik, ahgross
2015-09-08 08:34:35 +02:00
Sergey Bylokhov
36dd709439
8134947: [macosx] Various memory leaks in Aqua look and feel
...
Reviewed-by: azvegint, alexsch
2015-09-07 23:57:21 +03:00
Sergey Bylokhov
6fe3341869
8060027: Tests java/beans/XMLEncoder/Test4903007.java and java/beans/XMLEncoder/java_awt_GridBagLayout.java
...
Reviewed-by: alexsch
2015-09-07 23:29:56 +03:00
Igor Veresov
f48eceb393
Merge
2015-09-07 13:28:41 -07:00
Igor Ignatyev
be3feab2ef
Merge
2015-09-07 20:03:56 +02:00
Ivan Gerasimov
3febcc8b75
8074068: Cleanup in java.base/share/classes/sun/security/x509/
...
Reviewed-by: mullan, ahgross, coffeys
2015-09-07 18:58:41 +03:00
Athijegannathan Sundararajan
43250a33e1
8135151: jjs should work in cygwin environment
...
Reviewed-by: attila, hannesw
2015-09-07 20:07:03 +05:30
Shilpi Rastogi
8ccf075f78
7124238: [macosx] Font in BasicHTML document is bigger than it should be
...
Reviewed-by: azvegint, alexsch
2015-09-07 17:07:06 +03:00