Deepak Kejriwal
c1af22053d
8202088: Japanese new era implementation
...
8207152: Placeholder for Japanese new era should be two characters
8211398: Square character support for the Japanese new era
8180469: Wrong short form text for supplemental Japanese era
8206120: Add test cases for lenient Japanese era parsing
8218915: Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
8217710: Add 5 currency code points to Java SE 8uX
Reviewed-by: coffeys, naoto
2019-02-22 14:47:49 +05:30
Abhijit Saha
add1ae6e4c
Merge
2018-01-16 22:58:44 -08:00
Abhijit Saha
9db2050ba5
Merge
2017-11-14 13:10:37 -08:00
Aleksei Efimov
9c92807eaa
8186080: Transform XML interfaces
...
8188880: A JAXB JCK test failure found after 8186080
Reviewed-by: joehw, lancea, dfuchs
2017-10-19 17:04:03 +01:00
Abhijit Saha
66033f391f
Merge
2017-10-10 17:15:56 -07:00
Abhijit Saha
f070a6a57c
Merge
2017-07-17 14:09:51 -07:00
Paul Sandoz
14f77eaf05
8184185: Rearrange MethodHandle arrangements
...
Reviewed-by: jrose, redestad, vlivanov, ahgross
2017-07-11 20:38:04 -07:00
Abhijit Saha
c5b1880768
Merge
2017-07-14 10:43:31 -07:00
Paul Sandoz
965e2a9b65
8184185: Rearrange MethodHandle arrangements
...
Reviewed-by: jrose, redestad, vlivanov, ahgross
2017-07-11 20:38:04 -07:00
Abhijit Saha
0b4b9df141
Merge
2017-06-26 07:40:19 -07:00
Sean Coffey
b7a771733d
8181205: JRE fails to load/register security providers when started from UNC pathname
...
Reviewed-by: xuelei
2017-06-07 17:29:37 +01:00
Aleksei Efimov
74ffd9d418
8179423: 2 security tests started failing for JDK 1.6.0 u161 b05
...
Reviewed-by: joehw
2017-05-18 17:01:00 +01:00
Abhijit Saha
af5fc8173e
Merge
2017-04-04 11:57:35 -07:00
Andrew Dinn
c8f7ea2248
8174729: Race Condition in java.lang.reflect.WeakCache
...
Race can occur between Proxy.getProxyClass and Proxy.isProxyClass
Reviewed-by: mchung
2017-02-24 10:19:24 +00:00
Andrew Dinn
67fa4c97b2
8174729: Race Condition in java.lang.reflect.WeakCache
...
Race can occur between Proxy.getProxyClass and Proxy.isProxyClass
Reviewed-by: mchung
2017-02-24 10:19:24 +00:00
Svetlana Nikandrova
370afcebf5
8054213: Class name repeated in output of Type.toString()
...
Reviewed-by: darcy
2016-07-18 14:39:21 +03:00
David Buck
3ec47fc4ed
8059036: Implement Diagnostic Commands for heap and finalizerinfo
...
Implement Diagnostic Commands for heap and finalizerinfo
Reviewed-by: mchung
2017-12-18 18:54:19 -05:00
Shilpi Rastogi
71e200c7b8
8147585: Annotations with lambda expressions has parameter result in wrong behavior
...
Reviewed-by: psandoz, darcy, jfranck, vlivanov, mhaupt
2016-06-10 08:34:04 +01:00
Rob McKenna
d98481fe77
8171388: Update JNDI Thread contexts
...
Reviewed-by: chegar
2016-12-16 20:39:07 +00:00
Abdul Kolarkunnu
4716ddddb6
8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
...
Reviewed-by: coffeys
2017-11-29 21:37:02 -08:00
Michael Haupt
ff0f94b2d8
8157242: Some java/lang/invoke tests miss othervm
...
Reviewed-by: robm
2016-05-24 08:56:37 +02:00
David Buck
f86c5f0ce2
4354680: Runtime.runFinalization() silently clears interrupted flag in the calling thread
...
Reviewed-by: dholmes, chegar
2017-08-23 14:14:49 -04:00
Rob McKenna
af0ce2d150
Merge
2017-08-03 08:07:39 -07:00
Ge Guo
4e337c6d16
8179423: 2 security tests started failing fom Jul CPU b05
...
Reviewed-by: mullan
2017-08-01 14:24:01 +01:00
Abhijit Saha
4da92d0b8b
Merge
2017-07-13 21:51:45 -07:00
Michael Haupt
a365d4acad
8155106: MHs.Lookup.findConstructor returns handles for array classes
...
Reviewed-by: sundar
2016-04-29 15:30:43 +02:00
Michael Haupt
39200dc5d4
8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
...
Reviewed-by: sundar
2016-04-27 15:34:30 +02:00
Felix Yang
e25dde6dc1
8151535: TESTBUG: java/lang/invoke/AccessControlTest.java should be modified to run with JTREG 4.1 b13
...
Reviewed-by: coffeys
2016-03-17 09:08:41 +00:00
Ivan Gerasimov
6b65832484
8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
...
Reviewed-by: martin
2016-03-04 14:03:34 +03:00
Evgeniya Stepanova
11601f4548
8062536: [TESTBUG] Conflicting GC combinations in jdk tests
...
Reviewed-by: brutisso, dholmes
2014-11-19 17:51:06 +03:00
Jaroslav Bachorik
3f8486b953
8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
...
Reviewed-by: martin, dholmes
2016-02-12 17:52:29 +03:00
Michael Haupt
f27fae0bef
8139863: [TESTBUG] Need to port tests for JDK-8134903 to 8u-dev
...
Backport of a test that was forgotten in the original backport
Reviewed-by: psandoz
2015-11-04 17:09:24 +01:00
Jaroslav Bachorik
43db474447
8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
...
Reviewed-by: mchung
2015-04-03 15:39:38 +02:00
Konstantin Shefov
d17676d885
8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
...
Reviewed-by: vlivanov, mhaupt
2015-08-17 15:10:35 +03:00
Konstantin Shefov
40ff411a4b
8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
...
Reviewed-by: vlivanov, mhaupt
2015-08-17 15:08:01 +03:00
Konstantin Shefov
e8a01c0d62
8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
...
Reviewed-by: psandoz
2015-07-24 12:49:01 +03:00
Konstantin Shefov
e3aee49840
8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException
...
Reviewed-by: vlivanov
2015-06-23 17:00:41 +03:00
Konstantin Shefov
a330686d64
8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option
...
Reviewed-by: vlivanov
2015-06-18 19:15:14 +03:00
Konstantin Shefov
d3e930b326
8067005: Several java/lang/invoke tests fail due to exhausted code cache
...
Reviewed-by: vlivanov
2015-06-18 16:54:57 +03:00
Konstantin Shefov
c02d31fc05
8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
...
Reviewed-by: vlivanov
2015-06-18 15:47:45 +03:00
Konstantin Shefov
9586d5e58a
8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
...
Reviewed-by: vlivanov, psandoz
2015-06-18 15:40:15 +03:00
Alejandro Murillo
c2e29a009e
Merge
2015-06-15 22:23:43 -07:00
Andreas Eriksson
e1c0ef6540
8080428: [TESTBUG] java/lang/invoke/8022701/MHIllegalAccess.java - FAIL: Unexpected wrapped exception java.lang.BootstrapMethodError
...
Reviewed-by: vlivanov
2015-05-28 12:11:33 +02:00
Alejandro Murillo
4f9190932a
Merge
2015-04-14 12:50:08 -07:00
Serguei Spitsyn
759e549668
8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
...
Update java/lang/instrument/RedefineMethodInBacktrace.sh test to cover the hotspot fix
Reviewed-by: coleenp, dcubed
2015-04-08 14:02:29 -07:00
Alejandro Murillo
035fcb982f
Merge
2015-03-24 08:19:33 -07:00
Serguei Spitsyn
beb0315e73
8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
...
Add new test java/lang/instrument/ManyMethodsBenchmarkAgent.java
Reviewed-by: coleenp, dcubed
2015-03-17 17:19:26 -07:00
Konstantin Shefov
8c83f99f6a
8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
...
Reviewed-by: psandoz, coffeys
2015-01-26 17:42:18 +03:00
Bhavesh Patel
a6d440a9b9
8068491: Update the protocol for references of docs.oracle.com to HTTPS
...
Reviewed-by: coffeys
2015-01-13 12:39:06 -08:00
Konstantin Shefov
c42f086c11
8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
...
Reviewed-by: vlivanov
2015-06-05 16:05:08 +03:00