Weijun Wang
8804c9df5f
8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
...
Reviewed-by: darcy
2015-07-02 13:20:46 +08:00
Weijun Wang
8f2396ede1
8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
...
Reviewed-by: darcy
2015-07-02 09:19:42 +08:00
Ivan Gerasimov
0e510a1f61
8077242: (str) Optimize AbstractStringBuilder.append(CharSequence, int, int) for String argument
...
Reviewed-by: martin
2015-07-02 00:26:35 +03:00
Ivan Gerasimov
3fac3ec9da
8098854: Do cleanup in a proper order in sunmscapi code
...
Reviewed-by: vinnie
2015-07-01 22:17:32 +03:00
Michael Haupt
eacc58bf85
8130127: streamline input parameter of Nashorn scripting $EXEC function
...
Handle null and undefined correctly, do not coerce them to strings
Reviewed-by: lagergren, sundar
2015-07-01 16:26:25 +02:00
Jan Lahoda
3210b9650a
8072480: javac should support compilation for a specific platform version
...
Adding a new javac option for compiling for JDK N: -release N; including history data for previous version of JDK.
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: erikj, ihse, jjg, mcimadamore, mr
2015-07-01 09:51:48 +02:00
Jan Lahoda
19a0c8b1f5
8080675: Enhance the classfile library to support construction of classfiles from scratch
...
Reviewed-by: jjg
2015-07-01 09:51:47 +02:00
Tobias Hartmann
62112b23c9
Merge
2015-07-01 09:15:34 +02:00
Tobias Hartmann
fba308328b
8129937: compiler/codecache/jmx/UsageThresholdIncreasedTest.java fails with "Usage threshold was hit"
...
Tests should not assume that usage of non-profiled code heap is predictable.
Reviewed-by: kvn, dpochepk
2015-07-01 09:07:10 +02:00
Igor Veresov
934ad8e49b
8079775: Java 9-fastdebug ia32 Error: Unimplemented with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
...
8079062: Java 9-fastdebug crash(hit assertion) with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
Revive stack walk compilation policy
Reviewed-by: kvn
2015-06-30 14:44:53 -07:00
Jason Uh
22b80848d1
8081744: Clear out list corner case
...
Reviewed-by: mullan, rhalade
2015-06-30 14:22:31 -07:00
Vladimir Kozlov
d71bb8c72b
8129893: 8129094 fix is incomplete
...
Move old and add new primitive type check.
Reviewed-by: iveresov
2015-06-30 12:12:18 -07:00
Alejandro Murillo
f32025bb47
Merge
2015-06-30 11:20:42 -07:00
Alejandro Murillo
1469c28e73
Merge
2015-06-30 11:20:42 -07:00
Phil Race
322bf5d364
Merge
2015-06-30 10:37:48 -07:00
Phil Race
768edece69
Merge
2015-06-30 08:51:34 -07:00
Phil Race
d3ecdcca36
Merge
2015-06-30 08:51:16 -07:00
Phil Race
891fa406cd
Merge
2015-06-30 08:51:06 -07:00
Semyon Sadetsky
11e135e30e
8129830: JTree drag/drop on lower half of last child of container incorrect
...
Reviewed-by: alexsch, azvegint
2015-06-30 18:26:38 +03:00
Stefan Sarne
32c0d8bc46
6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
...
Reviewed-by: stefank, dholmes, chegar, sjohanss
2015-06-30 17:16:40 +02:00
Sibabrata Sahoo
afc6a95457
8075301: Tests for sun.security.krb5.principal system property
...
Reviewed-by: weijun
2015-06-30 22:32:03 +08:00
Erik Joelsson
0d59d0fbaa
8130109: Incremental build of java.base-gensrc broken
...
Reviewed-by: tbell
2015-06-30 16:10:27 +02:00
Daniel Fuchs
0c329ac4cf
8130051: Cleanup usage of reflection in jaxp
...
Replaced usage of reflection with direct access where possible, removed obsolete code where possible.
Reviewed-by: joehw
2015-06-30 12:04:27 +02:00
Semyon Sadetsky
0ccb98b72a
8085895: The Textfield can't be shown after clicking "Show Textfield" button
...
Reviewed-by: serb, azvegint
2015-06-30 11:04:58 +03:00
Amy Lu
512986a71c
8129759: Mark two tests from DistinctOpTest.java and SliceOpTest.java as serialization hostile
...
Reviewed-by: psandoz
2015-06-30 10:00:46 +02:00
Erik Joelsson
e0916bf585
8130060: Revert use of devkit on macosx in JPRT
...
Reviewed-by: tbell
2015-06-30 09:51:08 +02:00
Semyon Sadetsky
e482146d84
8098535: Test closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest fails on OEL 7.1
...
Reviewed-by: serb, azvegint
2015-06-30 10:45:32 +03:00
Athijegannathan Sundararajan
d9a4c01c25
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
...
Reviewed-by: attila, hannesw, lagergren
2015-06-30 13:10:37 +05:30
Alejandro Murillo
e2342386b8
8130092: Backout Update jprt.properties with property listing tests subtrees
...
Reviewed-by: dholmes
2015-06-29 17:17:56 -07:00
Jason Uh
84ebc260b9
8022444: Remove sun.security.util.ObjectIdentifier.equals(ObjectIdentifier other) method
...
Reviewed-by: mullan
2015-06-29 16:36:44 -07:00
Martin Buchholz
57996d703c
6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
...
Return Arrays.copyOf(a, a.length, Object[].class)
Reviewed-by: igerasim, psandoz
2015-06-29 15:02:35 -07:00
Roger Riggs
99f867bded
8098852: java/lang/ProcessHandle/InfoTest.java failed: total cpu time expected < 10s more
...
Correct javachild to spin until cputime increases by amount; cleanup InfoTest
Reviewed-by: darcy
2015-07-09 09:55:36 -04:00
Ivan Gerasimov
82f8a14808
8130022: Use Java-style array declarations consistently
...
Reviewed-by: coffeys
2015-07-09 10:37:07 +03:00
Roger Riggs
74427b9101
8130296: [TESTBUG] java/lang/ProcessHandle/OnExitTest - Unaccounted for children expected [0] but found [1]
...
Ignore extra processes that are not created by the test and cleanup any remaining child processes
Reviewed-by: darcy
2015-07-08 21:54:32 -04:00
Xue-Lei Andrew Fan
a1b2aad080
8130460: Increase the stability of DTLS test CipherSuite.java
...
Reviewed-by: wetmore
2015-07-08 23:52:15 +00:00
Claes Redestad
d65b7a8ec9
8081589: Output of -XX:+TraceClassLoadingPreorder in JDK9 incompatible with MakeClasslist tool
...
Reviewed-by: iklam, hseigel
2015-07-08 16:04:42 +02:00
Daniel Fuchs
16318cebe6
8130649: java/util/logging/LoggingDeadlock2.java times out
...
Added additional traces and thread dump diagnosis for the child process
Reviewed-by: lancea
2015-07-08 11:58:14 +02:00
Weijun Wang
aebcb1754e
8130720: BadKDC1 failed again
...
Reviewed-by: xuelei
2015-07-08 17:30:38 +08:00
Roger Riggs
4b7514c9fd
8085981: java/lang/ProcessHandle/OnExitTest.java: AssertionError: Child onExit not called
...
A race condition caused an erroneous fault
Reviewed-by: darcy
2015-07-07 21:25:05 -04:00
Roger Riggs
21ed89bc5d
8085980: java/lang/ProcessHandle/TreeTest.java: AssertionError: Wrong number of spawned children expected [1] but found [2]
...
Modify to expect only the spawned children; enhance debug output
Reviewed-by: darcy
2015-07-07 16:54:52 -04:00
Martin Buchholz
d67c81198b
8050091: (coll) LinkedList has incorrect implementation comment
...
Rework implementation invariant comments
Reviewed-by: igerasim
2015-06-29 14:59:20 -07:00
Aleksei Efimov
2723d13329
8098547: (tz) Support tzdata2015e
...
Reviewed-by: coffeys, okutsu
2015-06-30 01:17:45 +03:00
Brian Burkhalter
6d59eaa98c
8042983: test/java/math/BigInteger/ExtremeShiftingTests.java needs too much heap
...
Use @requires tag to suppress the test on limited memory systems.
Reviewed-by: darcy
2015-06-29 14:49:47 -07:00
Iris Clark
bc48c74c72
Merge
2015-06-29 13:35:13 -07:00
Mandy Chung
1465e16631
8130007: Update security tests to use Security.getProvider to get security provider
...
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Reviewed-by: mullan
2015-06-29 11:38:36 -07:00
Iris Clark
1c4c6cb496
Merge
2015-06-29 11:28:31 -07:00
Iris Clark
60999b7f18
Merge
2015-06-29 11:28:16 -07:00
Iris Clark
adff8dc21e
Merge
2015-06-29 11:28:02 -07:00
Iris Clark
9936506d64
Merge
2015-06-29 11:27:36 -07:00
Iris Clark
6e8c4747fb
Merge
2015-06-29 11:27:19 -07:00