Stuart Marks
b23c39c07b
4354680: Runtime.runFinalization() silently clears interrupted flag in the calling thread
...
Reviewed-by: dholmes, chegar
2014-10-30 17:48:10 -07:00
Mattias Tobiasson
7abf72a2dc
8061960: java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
...
Move timeout parameter to correct place on command line
Reviewed-by: jbachorik
2014-10-28 11:45:31 +01:00
Vladimir Ivanov
0c95b0fb5f
8060483: NPE with explicitCastArguments unboxing null
...
Reviewed-by: attila, lagergren
2014-10-24 08:22:17 -07:00
Jaroslav Bachorik
c603f42b91
8056143: interrupted java/lang/management/MemoryMXBean/LowMemoryTest.java leaves running process
...
Reviewed-by: sla, dholmes
2014-10-17 10:53:30 +02:00
Konstantin Shefov
30f7d127ad
8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
...
Reviewed-by: darcy, vlivanov
2014-10-10 21:28:35 +04:00
Konstantin Shefov
8bef42ee6a
8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
...
Reviewed-by: iignatyev, vlivanov
2014-10-03 12:44:30 +04:00
Alejandro Murillo
9e10c63840
Merge
2014-09-26 01:40:33 -07:00
Alejandro Murillo
7268eec14e
Merge
2014-09-19 08:55:47 -07:00
Sandipan Razzaque
24028df237
8043740: Doubles with large exponents overflow to Infinity incorrectly
...
Modify test of exponent overflow to account for subsequent decrement.
Reviewed-by: darcy
2014-09-22 10:41:45 -07:00
Konstantin Shefov
72e770ad77
8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
...
Reviewed-by: vlivanov, iignatyev, psandoz
2014-09-19 16:49:08 +04:00
Tobias Hartmann
37bfec7de8
8015774: Add support for multiple code heaps
...
Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types.
Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
2014-09-17 08:04:31 +02:00
Amy Lu
6f7645f43c
8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main
...
Reviewed-by: dholmes, alanb
2014-09-17 23:27:59 -04:00
Vladimir Ivanov
21e3c51138
8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
...
Reviewed-by: darcy, alanb
2014-09-16 23:04:13 +04:00
John Rose
da56d3f6d1
8050052: Small cleanups in java.lang.invoke code
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:47 +04:00
Vladimir Ivanov
0898161932
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
...
Reviewed-by: psandoz, iignatyev
2014-09-10 19:19:47 +04:00
Claes Redestad
1dc4b5e2f8
8055251: Re-examine Integer.parseInt and Long.parseLong methods
...
Reviewed-by: alanb
2014-09-10 13:51:17 +01:00
Stefan Karlsson
a85101b24e
8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608
...
Reviewed-by: jbachorik, jwilhelm, dfuchs
2014-09-04 13:20:27 +02:00
Andrej Golovnin
fe519e6845
5043030: (reflect) unnecessary object creation in reflection
...
Use valueOf() instead of new for primitive wrappers.
Reviewed-by: jfranck
2014-09-09 12:04:31 +02:00
Joel Borggrén-Franck
febacf5319
8054987: (reflect) Add sharing of annotations between instances of Executable
...
Reviewed-by: darcy, plevart
2014-09-09 10:48:01 +02:00
Konstantin Shefov
881fa79cfe
8057719: Develop new tests for LambdaForm Reduction and Caching feature
...
Reviewed-by: iignatyev, vlivanov, psandoz
2014-09-12 22:33:09 +04:00
Konstantin Shefov
9e30841d28
8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
...
Reviewed-by: iignatyev, vlivanov
2014-09-12 22:33:09 +04:00
Jaroslav Bachorik
82dd03274a
8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing
...
Reviewed-by: sla
2014-08-25 18:17:24 +02:00
Amy Lu
10489a3c6c
8055852: Add test/java/lang/Math/DoubleConsts.java and FloatConsts.java
...
Reviewed-by: mchung, darcy
2014-08-22 18:54:20 -07:00
Amy Lu
ff93fd2cce
8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
...
Reviewed-by: mchung, darcy
2014-08-22 14:56:09 -07:00
Evgeniya Stepanova
cd181f5b09
8055393: [Testbug] Some tests are being executed and fail under profiles
...
Reviewed-by: mchung, dholmes
2014-08-21 22:07:14 -07:00
Staffan Larsen
cde8258b65
8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
...
Write dcmd output to separate files so it does not confuse the output.
Reviewed-by: ctornqvi, mgronlun
2014-08-21 13:09:28 +02:00
Stefan Karlsson
73e818fea9
8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64
...
Reviewed-by: sla, brutisso, mgerdin
2014-08-19 12:18:09 +02:00
Christian Tornqvist
482e4a8859
8055012: [TESTBUG] NMTHelper fails to parse NMT output
...
Fixed the regular expression to parse the slightly changed output format of the new NMT implementation
Reviewed-by: olagneau, sla
2014-08-19 06:56:59 -07:00
Joel Borggrén-Franck
27bdc99451
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
...
Update javadoc and align implementation with new spec
Reviewed-by: psandoz
2014-08-12 10:16:58 +02:00
Claes Redestad
ea2632f91d
8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest
...
Reviewed-by: alanb
2014-08-12 14:57:36 +01:00
Weijun Wang
bbaf4bdb09
6997010: Consolidate java.security files into one file with modifications
...
Reviewed-by: mullan, erikj
2014-08-11 11:11:55 +08:00
Ivan Gerasimov
6b6a37ee50
8051382: Optimize java.lang.reflect.Modifier.toString()
...
Reviewed-by: martin
2014-08-06 02:11:17 +04:00
Rob McKenna
063b7f5dc9
8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
...
Reviewed-by: rriggs
2014-08-01 15:34:55 +01:00
Claes Redestad
59d0a64c19
8041972: Additional parse methods for Long/Integer
...
Reviewed-by: mduigou, psandoz
2014-07-12 01:36:25 +02:00
Xueming Shen
9f7993fe13
8042589: String.toLowerCase do not work for some concatenated strings
...
To include surrogate check in loop
Reviewed-by: mchung
2014-07-17 11:08:50 -07:00
Miroslav Kos
dc6a51546f
8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
...
Adding newly restricted package to golden set in the test
Reviewed-by: asmotrak, coffeys, mullan
2014-05-20 16:02:57 +02:00
Alejandro Murillo
52c1d16db3
Merge
2014-07-11 17:04:52 -07:00
Joe Darcy
831451c5ba
8050051: Remove unneeded/obsolete -source/-target options in shell tests
...
Reviewed-by: alanb
2014-07-11 14:06:42 -07:00
Alejandro Murillo
747989869c
Merge
2014-07-11 13:02:40 -07:00
Valerie Peng
efa54ce543
8043406: Change default policy for JCE providers to run with as few privileges as possible
...
Provide default permissions for crypto providers
Reviewed-by: mullan, vinnie
2014-07-10 22:44:58 +00:00
Serguei Spitsyn
ddccb62752
8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found)
...
Need to integrate the jtreg unit test for the fixed bug JDK-8042796
Reviewed-by: dcubed, coleenp
2014-06-26 03:26:20 -07:00
Erik Gahlin
723bfa2b58
8047368: Remove oracle.jrockit.jfr from open package.access list
...
Reviewed-by: sla, mullan
2014-07-07 15:06:00 +02:00
Jaroslav Bachorik
7b43631edc
8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
...
Reviewed-by: sla
2014-07-01 11:47:36 +02:00
Vladimir Ivanov
a58e574ffc
8046903: VM anonymous class members can't be statically invocable
...
Reviewed-by: jrose
2014-06-17 13:06:05 +04:00
Joel Borggrén-Franck
6445980a62
8029674: (reflect) getMethods returns default methods that are not members of the class
...
Filter out methods that have a more specific default method from result
Reviewed-by: darcy, dlsmith
2014-06-10 14:40:20 +02:00
Vladimir Ivanov
b2e8017412
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
...
Reviewed-by: psandoz, jrose
2014-06-09 15:40:40 +04:00
Joel Borggrén-Franck
a1ae0af017
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
...
Reviewed-by: psandoz
2014-06-04 14:42:48 +02:00
Ivan Gerasimov
a9f575446d
8037866: Replace the Fun class in tests with lambdas
...
Reviewed-by: martin
2014-06-02 19:49:57 +04:00
Vladimir Ivanov
0c8a572009
8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error
...
Reviewed-by: psandoz
2014-05-29 13:27:36 +04:00
Roger Riggs
20e26966e1
8003488: (process) Provide Process.getPid()
...
Add Process.getPid
Reviewed-by: alanb, martin, igerasim
2014-05-27 16:05:04 -04:00