Igor Ignatyev
ff3aa035f3
8181335: remove packageless CompilerUtils
...
Reviewed-by: alanb
2017-06-06 19:54:08 -07:00
Lana Steuck
ce477ddb3a
Merge
2017-06-03 02:49:49 +00:00
Joe Darcy
538f99f6ca
8074977: Constructor.getAnnotatedParameterTypes returns wrong value
...
Additional comments from plevart and forax
Reviewed-by: mchung, alanb
2017-05-23 14:34:45 -07:00
Brent Christian
3e4d9a5132
8180633: Remove intermittent key from java/lang/ClassLoader/Assert.java
...
Reviewed-by: darcy, mchung
2017-05-19 09:41:28 -07:00
Lana Steuck
dfd0cc3152
Merge
2017-05-31 17:47:58 +00:00
Igor Ignatyev
551c6fdad3
8180805: move RandomFactory to the top level testlibrary
...
Reviewed-by: bpb, rriggs
2017-05-30 21:14:45 -07:00
Igor Ignatyev
c85d273e7d
8180887: move FileUtils to top level testlibrary
...
Reviewed-by: psandoz
2017-05-30 15:05:33 -07:00
Igor Ignatyev
2bed581331
8180890: move c.o.testlibrary.jsr292 classes to jdk/test/java/lang/invoke directory
...
Reviewed-by: rriggs
2017-05-26 22:53:26 -07:00
Igor Ignatyev
2d7f46e91b
8180399: move jdk.testlibrary.LockFreeLogManager to the top level test library
...
Reviewed-by: psandoz, mchung
2017-05-24 15:24:40 -07:00
Lana Steuck
40ed54262c
Merge
2017-05-19 04:17:50 +00:00
Igor Ignatyev
735d9b2c36
8180397: remove jdk.testlibrary.IOUtils
...
Reviewed-by: alanb
2017-05-18 15:51:25 -07:00
Igor Ignatyev
eed4c8949e
8180391: move SerializationUtils to top level testlibrary
...
Reviewed-by: psandoz
2017-05-18 15:43:44 -07:00
Brent Christian
310f127406
8177328: java/lang/ClassLoader/securityManager/ClassLoaderTest.java times out with -Xcomp
...
Remove unneeded automatic module tests; refactor into multiple @runs
Reviewed-by: mchung
2017-05-12 10:11:42 -07:00
Lana Steuck
5d5921732e
Merge
2017-05-11 20:22:54 +00:00
Mandy Chung
2acf66bce5
8179950: Custom system class loader using Enum.valueOf in its initialization triggers java.lang.InternalError
...
Reviewed-by: alanb, dfuchs, lancea
2017-05-09 10:34:13 -07:00
Magnus Ihse Bursie
97df63049c
8179889: Fix typographic errors in copyright headers
...
Reviewed-by: erikj, dholmes
2017-05-09 12:57:30 +02:00
Mandy Chung
429e4ac085
8020801: Apply the restriction of invoking MethodHandles.lookup to j.l.r.Method.invoke
...
Reviewed-by: plevart, psandoz
2017-05-08 21:21:39 -07:00
Lana Steuck
c582d3ffba
Merge
2017-05-05 04:52:02 +00:00
Alan Bateman
853c626781
Merge
2017-05-04 09:43:09 +01:00
Alan Bateman
4c0e26e374
8178380: Module system implementation refresh (5/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: mchung, alanb, sspitsyn
2017-05-04 07:26:55 +00:00
Doug Simon
1e4314a638
8179434: test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails due to JDK-8177845
...
Reviewed-by: mchung
2017-04-28 12:22:53 -07:00
Ron Pressler
b8116f74c0
8177146: MethodHandles.Lookup::bind allows illegal protected access
...
Reviewed-by: psandoz, vlivanov, redestad
2017-05-01 10:43:40 -07:00
Mandy Chung
b52f472fcf
8179025: Exclude deployment modules from FieldSetAccessibleTest.java and VerifyJimage.java
...
Reviewed-by: alanb
2017-04-25 09:09:19 -07:00
Daniel Fuchs
0d2a897c3e
8179222: SimpleConsoleLogger should protect against MissingResourceException
...
SimpleConsoleLogger now emulates the behaviour of java.util.logging.Formatter, trapping MissingResourceException and using the key as the message if the ResourceBundle has no match for that key.
Reviewed-by: naoto
2017-04-25 11:54:34 +01:00
Lana Steuck
9d2c7ad695
Merge
2017-04-22 00:22:08 +00:00
Pavel Rappo
83ca4d9575
8177738: Runtime.Version must be a value-based class
...
8148822: (spec) Regex in Runtime.Version and JEP 223 should match
8160954: (spec) Runtime.Version regex and $PRE/$OPT issues
8148877: (spec) Specify when an empty '+' is required in a version string
Co-authored-by: Iris Clark <iris.clark@oracle.com>
Reviewed-by: psandoz, rriggs
2017-04-21 19:13:47 +01:00
Hamlin Li
e01f0e3580
8145163: Test Task for Platform Logging API and Service -- for moduralization
...
Reviewed-by: dfuchs
2017-04-14 04:07:26 -07:00
Lana Steuck
ae7df5fca9
Merge
2017-04-13 20:35:17 +00:00
Roger Riggs
19215787f8
8178347: Process and ProcessHandle getPid method name inconsistency
...
Reviewed-by: alanb, bpb
2017-04-11 14:18:22 -04:00
Alan Bateman
02cfdc2061
8177530: Module system implementation refresh (4/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Reviewed-by: mchung, alanb
2017-04-07 08:05:54 +00:00
Lana Steuck
630db5433c
Merge
2017-04-06 04:53:01 +00:00
Daniel Fuchs
7bae55cd1f
8177835: System.LoggerFinder#getLogger or getLocalizedLogger does not throw NPE
...
Reviewed-by: rriggs, mchung
2017-04-03 12:54:43 +01:00
Lana Steuck
4772c1128d
Merge
2017-03-25 01:43:49 +00:00
Jesper Wilhelmsson
ef8ca6ed35
Merge
2017-03-23 15:06:58 +01:00
Igor Ignatyev
972a49157a
8177374: fix module dependency declaration in jdk_svc tests
...
Reviewed-by: mchung, sspitsyn
2017-03-22 17:57:22 -07:00
Alan Bateman
9ccff870cb
Merge
2017-03-22 18:41:22 +00:00
Alan Bateman
b19eb2766f
8174823: Module system implementation refresh (3/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: chegar, mchung, alanb
2017-03-22 16:26:27 +00:00
Amy Lu
7e65c94ef9
8177383: Wrong @modules in java/io/FilePermission/ReadFileOnPath.java
...
Reviewed-by: alanb
2017-03-22 19:40:20 +08:00
Jesper Wilhelmsson
413bca82eb
Merge
2017-03-20 23:49:33 +01:00
Pavel Rappo
c4b3290e90
8176882: Incorrect integer comparison in version numbers
...
Reviewed-by: psandoz
2017-03-16 22:58:13 +00:00
Lana Steuck
e7a144b745
Merge
2017-03-16 20:46:19 +00:00
Roger Riggs
740035f8ed
8176272: (process) ProcessHandle::onExit fails to wait for non-child process
...
Reviewed-by: chegar, stuefe
2017-03-16 15:40:38 -04:00
Pavel Rappo
9599368607
8160956: Runtime.Version.compareTo/compareToIgnoreOpt problem
...
Reviewed-by: mr
2017-03-16 15:30:54 +00:00
Igor Ignatyev
062caf2df9
8176176: fix @modules in jdk_svc tests
...
Reviewed-by: shurailine, sspitsyn
2017-03-15 22:48:59 -07:00
Mandy Chung
333fe2286b
8176815: Remove StackFramePermission and use RuntimePermission for stack walking
...
Reviewed-by: alanb, bchristi
2017-03-15 18:08:46 -07:00
Mandy Chung
e808c7a09e
8175797: (ref) Reference::enqueue method should clear referent before enqueuing
...
Reviewed-by: alanb, kbarrett, mr
2017-03-09 07:41:48 -08:00
Amy Lu
a2b08aeec9
8167525: update jdk tests to remove @compile --add-modules workaround
...
Reviewed-by: mchung
2017-03-08 15:29:57 +08:00
Hamlin Li
af9013c96e
8176337: Mark several tests as intermittently failing
...
Reviewed-by: darcy
2017-03-07 23:01:51 -08:00
Dan Smith
bf8ad52b22
8174399: LambdaMetafactory should use types in implMethod.type()
...
Reviewed-by: psandoz
2017-02-13 10:47:15 -07:00
Sergei Kovalev
73a2915d57
8174194: Several java/lang tests failing due to undeclared module dependencies
...
Reviewed-by: dfuchs, mchung
2017-02-10 11:00:41 +03:00