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 |
|
Vladimir Ivanov
|
b47c2517ad
|
8037210: Get rid of char-based descriptions 'J' of basic types
Reviewed-by: jrose, psandoz, twisti
|
2014-02-24 18:11:55 +04:00 |
|
Katja Kantserova
|
c3d3305c76
|
8043520: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, egahlin
|
2014-05-22 11:05:36 +02:00 |
|
Joel Borggrén-Franck
|
abd503efeb
|
8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
Reviewed-by: psandoz
|
2014-05-12 14:47:55 +02:00 |
|
Naoto Sato
|
d0dadf23c5
|
8041791: String.toLowerCase regression - violates Unicode standard
Reviewed-by: peytoia
|
2014-05-14 10:52:51 -07:00 |
|
Peter Levart
|
f7d1a7975b
|
8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
Reviewed-by: alanb, rriggs, martin
|
2014-05-12 17:34:29 +02:00 |
|
Katja Kantserova
|
0c78d5f9e3
|
8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, alanb
|
2014-05-09 15:24:57 +02:00 |
|
Mandy Chung
|
da3781e49b
|
8035807: Convert use of sun.misc.BASE64Encoder/Decoder with java.util.Base64
Reviewed-by: alanb, vinnie, sherman, msheppar
|
2014-04-22 15:16:37 -07:00 |
|
Alexandre Iline
|
092e29980a
|
8039438: Some tests depend on internal API sun.misc.IOUtils
Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)
Reviewed-by: alanb, mchung, chegar
|
2014-04-21 13:12:22 -07:00 |
|
Ivan Gerasimov
|
0688bf058d
|
8038982: java/lang/ref/EarlyTimeout.java failed again
Reviewed-by: mchung
|
2014-04-18 18:46:50 +04:00 |
|
Mattias Tobiasson
|
1121030e24
|
8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
Reviewed-by: mchung, jbachorik
|
2014-04-16 12:40:19 -07:00 |
|
Mattias Tobiasson
|
5b046a555f
|
8038822: java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace
Force a GC when usage above threshold. Add more logging.
Reviewed-by: dfuchs
|
2014-04-04 13:01:26 +02:00 |
|
Ivan Gerasimov
|
65a18434e7
|
8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
Reviewed-by: mchung
|
2014-04-02 12:17:25 +04:00 |
|
Igor Ignatyev
|
4fdcaf04d8
|
8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
Reviewed-by: iveresov, twisti, vlivanov
|
2014-03-29 12:29:21 +04:00 |
|
Ivan Gerasimov
|
be3c17a489
|
6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
Reviewed-by: martin, rriggs, alanb
|
2014-03-24 14:14:03 +04:00 |
|
Volker Simonis
|
02186906ef
|
8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
Reviewed-by: mchung, alanb
|
2014-03-18 11:10:53 +01:00 |
|
Ivan Gerasimov
|
d3271335ad
|
8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
Reviewed-by: martin, dholmes
|
2014-03-12 21:45:20 +04:00 |
|
Vladimir Ivanov
|
9d59eb2da1
|
8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
Reviewed-by: jrose, twisti
|
2014-03-11 19:54:33 +04:00 |
|
Jaroslav Bachorik
|
c174f6339a
|
8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
Reviewed-by: martin, dholmes
|
2014-03-11 14:18:46 +01:00 |
|
Mattias Tobiasson
|
8a385b110f
|
8031065: java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails: OutOfMemoryError: Metaspace
Load classes until getUsageThresholdCount() > 0 instead of isUsageThresholdExceeded().
Reviewed-by: dfuchs, sjiang, sla
|
2014-03-04 09:35:54 +01:00 |
|
Robert Field
|
2e148fb065
|
8035776: Consistent Lambda construction
Reviewed-by: ahgross, briangoetz, dlsmith
|
2014-03-04 15:33:30 -08:00 |
|
Mattias Tobiasson
|
c96fd46a4c
|
6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0"
Move local objs variable to a static public so the the optimizer will not remove it unexpectedly.
Reviewed-by: sla
|
2014-02-28 13:38:51 +01:00 |
|
Vladimir Ivanov
|
856f5c5823
|
8027827: Improve performance of catchException combinator
8034120: MethodHandles.catchException doesn't handle VarargsCollector right
Reviewed-by: lagergren, psandoz, jrose
|
2014-03-01 02:05:53 +04:00 |
|
Brent Christian
|
c92ff7d5e7
|
6835233: Fedora 9 jdk regression test failed: java/lang/instrument/ParallelTransformerLoader.sh
Remove @ignore from ParallelTransformerLoader.sh
Reviewed-by: alanb, sla, smarks
|
2014-02-28 10:27:54 -08:00 |
|
Ivan Gerasimov
|
e66ea0fddc
|
6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
Reviewed-by: mchung, mduigou, rriggs
|
2014-02-27 02:44:04 +04:00 |
|
Vladimir Ivanov
|
56bce7519d
|
8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
8033278: Missed access checks for Lookup.unreflect* after 8032585
Reviewed-by: jrose, twisti
|
2014-02-21 17:12:23 +04:00 |
|
Lana Steuck
|
657b9db1ba
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar
|
2013-12-26 12:04:16 -08:00 |
|
Rob McKenna
|
77bcb60eee
|
7152892: some jtreg tests fail with permission denied
Reviewed-by: coffeys
|
2014-02-10 14:35:42 +00:00 |
|