Egor Ushakov
|
86762c9fff
|
6822627: NPE at ReferenceTypeImpl.constantPool
Fix the NullPointerException bug
Reviewed-by: sspitsyn, dsamersoff
|
2016-09-06 20:27:47 -07:00 |
|
Alejandro Murillo
|
542ac8a147
|
Merge
|
2016-08-26 10:02:50 -07:00 |
|
Alejandro Murillo
|
46babcb5b7
|
Merge
|
2016-08-22 08:27:10 -07:00 |
|
Artem Smotrakov
|
f86257fff9
|
8164100: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with java.util.concurrent.TimeoutException
Reviewed-by: valeriep
|
2016-08-19 10:57:44 -07:00 |
|
Christian Tornqvist
|
0731886f09
|
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
|
2016-08-19 10:09:53 -04:00 |
|
Valerie Peng
|
c846a862ee
|
8130181: Deprecate java.security.Provider(String, double, String), add Provider(Strin
Added Provider constructor which uses version String and use sun.security.util.PROVIDER_VER
Reviewed-by: weijun
|
2016-08-19 06:27:54 +00:00 |
|
Staffan Larsen
|
a283244f86
|
8164012: com/sun/jdi/CatchPatternTest.sh fails on jdk9/hs with Required output "Exception occurred: java.lang.IllegalMonitorStateException" not found
Change test so that irrelevant exceptions do not interfere
Reviewed-by: dholmes, dsamersoff
|
2016-08-16 09:57:50 +02:00 |
|
George Triantafillou
|
73837a5f34
|
8160833: ClassesByName2Test.java and RedefineCrossEvent.java failing with jtreg tip
Reviewed-by: dholmes, ctornqvi
|
2016-08-15 15:35:27 -04:00 |
|
Mandy Chung
|
e2a0ff3e0d
|
8136930: Simplify use of module-system options by custom launchers
Reviewed-by: alanb, ksrini, henryjen, sundar
|
2016-08-10 15:51:25 -07:00 |
|
Goetz Lindenmaier
|
e52b963d0c
|
8160974: [TESTBUG] Mark more headful tests with @key headful
Reviewed-by: serb, simonis
|
2016-07-07 16:21:45 +02:00 |
|
Phil Race
|
252e4cbffa
|
Merge
|
2016-07-08 09:30:13 -07:00 |
|
Ivan Gerasimov
|
9c8bec9818
|
8160267: Ucrypto config file cannot be read when -Dfile.encoding=UTF-16 is set
Reviewed-by: mullan
|
2016-07-08 01:49:54 +03:00 |
|
Sibabrata Sahoo
|
a558bfc790
|
8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout
Reviewed-by: xuelei
|
2016-07-05 10:07:13 -07:00 |
|
Phil Race
|
985762b983
|
Merge
|
2016-07-01 13:00:53 -07:00 |
|
Robin Stevens
|
a8699979b0
|
8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu
Reviewed-by: azvegint, alexsch
|
2016-06-30 20:07:32 +04:00 |
|
Alejandro Murillo
|
53f4bd6df0
|
Merge
|
2016-06-23 17:07:31 -07:00 |
|
Ivan Gerasimov
|
c49eb0c2b6
|
8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
Reviewed-by: rriggs, coffeys
|
2016-06-21 17:48:29 +03:00 |
|
Coleen Phillimore
|
0d886c8179
|
8158237: JVMTI hides critical debug information for memory leak tracing
Remove _backtrace as hidden field, original problem no longer exists
Reviewed-by: sspitsyn, jiangli
|
2016-06-13 09:03:32 -04:00 |
|
Artem Kosarev
|
1fedf2692e
|
8157603: TestCipher.java doesn't check one of the decrypted message as expected
Reviewed-by: valeriep
|
2016-06-07 08:54:46 -07:00 |
|
Goetz Lindenmaier
|
4f7d655557
|
8159690: [TESTBUG] Mark headful tests with @key headful
Reviewed-by: simonis, alexsch
|
2016-06-14 10:44:59 +02:00 |
|
Alejandro Murillo
|
62c695b852
|
Merge
|
2016-05-26 14:24:50 -07:00 |
|
John Jiang
|
7dcb615aae
|
8157633: Fix module dependencies for /com/* tests
Module declarations for the tests in /com/*
Reviewed-by: alanb
|
2016-05-25 02:47:28 +01:00 |
|
Staffan Larsen
|
847a2d2de1
|
8157555: com/sun/jdi/RedefineClearBreakpoint.sh times out due to Indify String Concat being slow in debug mode
Reviewed-by: sspitsyn
|
2016-05-24 08:53:54 +02:00 |
|
Phil Race
|
3546becf91
|
Merge
|
2016-05-18 09:57:35 -07:00 |
|
Alexander Scherbatiy
|
39fe334e12
|
8154539: Examine the desktop module's use of sun.misc.SoftCache
Reviewed-by: prr, chegar, mchung
|
2016-05-12 20:43:37 +04:00 |
|
Weijun Wang
|
b932c60a85
|
8051408: NIST SP 800-90A SecureRandom implementations
Reviewed-by: wetmore, xuelei, coffeys
|
2016-05-06 11:38:44 +08:00 |
|
Valerie Peng
|
b40b6a2e8e
|
8000415: Add support for SHA-3
Add SHA-3 support to SUN and OracleUcrypto provider
Reviewed-by: ascarpino, jnimeh
|
2016-05-14 03:44:30 +00:00 |
|
Alan Bateman
|
36e0820801
|
8154956: Module system implementation refresh (4/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, chegar, redestad
|
2016-05-03 09:09:57 +01:00 |
|
Alejandro Murillo
|
df4b562ac5
|
Merge
|
2016-04-18 15:39:47 -07:00 |
|
Xue-Lei Andrew Fan
|
7f30460ff6
|
8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
Reviewed-by: valeriep, mullan, coffeys
|
2016-04-15 11:09:18 +00:00 |
|
Daniel D. Daugherty
|
451af9b1b2
|
Merge
|
2016-04-14 15:25:41 -07:00 |
|
Dmitry Samersoff
|
17344961d2
|
8153856: com/sun/jdi/WatchFramePop.sh fails with exit code 1
Fixed sed expression in a test
Reviewed-by: sla
|
2016-04-13 12:10:42 +03:00 |
|
Alejandro Murillo
|
b84738d2e3
|
Merge
|
2016-04-11 14:21:27 -07:00 |
|
Chris Hegarty
|
25b68378f6
|
8153737: Unsupported Module
Reviewed-by: alanb, mchung, psandoz
|
2016-04-09 20:12:13 +01:00 |
|
Daniel D. Daugherty
|
fc0df88104
|
Merge
|
2016-04-06 15:48:55 -07:00 |
|
Daniel D. Daugherty
|
4de86a31a6
|
8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
Reviewed-by: jwilhelm, sspitsyn
|
2016-04-06 15:16:55 -07:00 |
|
Alexander Kulyakhtin
|
d3b1596a8b
|
8153584: New jtreg test to verify PathSearchingVirutalMachine.bootClassPath() behaviour
Adding a new jtreg test
Reviewed-by: dsamersoff
|
2016-04-06 13:47:18 +03:00 |
|
Jesper Wilhelmsson
|
d9415fe792
|
Merge
|
2016-03-23 20:14:36 +01:00 |
|
Serguei Spitsyn
|
635b3f6584
|
Merge
|
2016-03-22 21:27:55 +00:00 |
|
Staffan Larsen
|
304d3c93fd
|
7153107: com/sun/jdi/InterruptHangTest.java fails in nightlies
Increased timeouts and added timestamped logging
Reviewed-by: sspitsyn
|
2016-03-22 19:29:27 +01:00 |
|
Staffan Larsen
|
c5f2279354
|
8151887: com/sun/jdi/RedefineClearBreakpoint.sh failed with timeout
Take timeout factor into account
Reviewed-by: dsamersoff
|
2016-03-22 19:29:25 +01:00 |
|
Chris Hegarty
|
a59bc4455b
|
Merge
|
2016-03-22 16:02:25 +00:00 |
|
Severin Gehwolf
|
4e7c41b940
|
4858370: JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
Delete global references in invoker_completeInvokeRequest()
Reviewed-by: sspitsyn
|
2016-03-21 11:24:09 +01:00 |
|
Alan Bateman
|
db4d383614
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
|
2016-03-17 19:04:16 +00:00 |
|
Jesper Wilhelmsson
|
93bb71ac95
|
Merge
|
2016-03-16 14:31:32 +01:00 |
|
Alejandro Murillo
|
7abd206441
|
Merge
|
2016-03-08 19:03:30 -08:00 |
|
Sharath Ballal
|
e583f827a8
|
8147456: Parsing of argument for -agentpath can write outside of allocated memory
Reviewed-by: sspitsyn, dholmes
|
2016-03-07 20:59:35 +03:00 |
|
Andreas Eriksson
|
832b46f2fa
|
8151064: com/sun/jdi/RedefineAddPrivateMethod.sh fails intermittently
Reviewed-by: dsamersoff, sspitsyn
|
2016-03-03 18:05:48 +01:00 |
|
Markus Grönlund
|
41988936d3
|
8151053: com/sun/jdi/StepTest.java fails in 2016-03-01 JDK9-hs-rt nightly
Reviewed-by: dcubed, egahlin
|
2016-03-02 21:39:03 +01:00 |
|
Jesper Wilhelmsson
|
633dd2bf9d
|
Merge
|
2016-02-29 15:24:51 +01:00 |
|