Jonathan Gibbons
|
2792fa9b9e
|
Merge
|
2017-05-12 10:43:28 -07:00 |
|
Kumar Srinivasan
|
a48f7a4251
|
8179631: Fix Html5 errors in java.management, jdk.management, jdk.jdi and jdk.attach
Reviewed-by: mchung
|
2017-05-12 09:42:23 -07:00 |
|
Kumar Srinivasan
|
bf1507936d
|
8179538: Update jdk.jdi to be HTML-5 friendly
Reviewed-by: mchung, sspitsyn
|
2017-05-03 07:39:45 -07:00 |
|
Jonathan Gibbons
|
0a727480c2
|
8179460: Fix unnecessary uses of {@docRoot} in serviceability APIs
Reviewed-by: mchung
|
2017-04-28 15:41:38 -07:00 |
|
Magnus Ihse Bursie
|
d58ce97583
|
8178037: Move information from jdi-overview.html into jdk.jdi module-info.java
Reviewed-by: erikj, alanb, mchung, dholmes
|
2017-04-23 21:39:48 +02:00 |
|
Mandy Chung
|
6d568376c9
|
8173303: Add module-subgraph images to main platform documentation
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: alanb, chegar, erikj, ihse, lancea
|
2017-03-29 09:40:41 -07:00 |
|
Hamlin Li
|
de146b6a36
|
8173957: Fix @since in module-info.java in dev/jdk repo
Reviewed-by: alanb, lancea
|
2017-02-09 18:33:28 -08:00 |
|
Jesper Wilhelmsson
|
08815157a7
|
Merge
|
2016-12-08 15:46:19 +01:00 |
|
Alan Bateman
|
fbe85300bf
|
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
|
2016-12-01 08:57:53 +00:00 |
|
Serguei Spitsyn
|
145cb85e75
|
8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null
Adjust com/sun/jdi/MethodImpl.java for null argument
Reviewed-by: dcubed, dsamersoff
|
2016-11-07 16:14:18 -08:00 |
|
Robbin Ehn
|
447f64bf30
|
8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c
Reviewed-by: sla, dsamersoff
|
2016-10-24 09:07:26 +02:00 |
|
David Holmes
|
de2a8e756b
|
8165827: Support private interface methods in JNI, JDWP, JDI and JDB
Reviewed-by: dcubed, lfoltan, sspitsyn
|
2016-10-18 20:04:36 -04:00 |
|
Sharath Ballal
|
276de4aea2
|
8166657: Remove exports com.sun.tools.jdi to jdk.hotspot.agent
Remove exports com.sun.tools.jdi to jdk.hotspot.agent
Reviewed-by: alanb, dsamersoff
|
2016-10-03 15:58:34 +03:00 |
|
Mandy Chung
|
f9d0a85678
|
8166237: jdk.jdi missing requires jdk.jdwp.agent
Reviewed-by: alanb
|
2016-09-17 16:37:52 -07:00 |
|
Egor Ushakov
|
86762c9fff
|
6822627: NPE at ReferenceTypeImpl.constantPool
Fix the NullPointerException bug
Reviewed-by: sspitsyn, dsamersoff
|
2016-09-06 20:27:47 -07:00 |
|
Li Jiang
|
deb08e7fa0
|
8155918: JDK9 preparation message drop resource updates
JDK9 preparation message drop resource updates - openjdk
Reviewed-by: rfield, alanb
|
2016-05-20 00:03:45 -07:00 |
|
Alejandro Murillo
|
7a3decd3a2
|
Merge
|
2016-05-14 09:11:07 -07:00 |
|
Ivan Gerasimov
|
fcf085c678
|
8156661: Handful of typos in javadoc
Reviewed-by: prappo, rriggs
|
2016-05-10 17:16:55 +03:00 |
|
Alejandro Murillo
|
775606f20c
|
Merge
|
2016-05-06 06:23:30 -07:00 |
|
Sharath Ballal
|
096e59e6c9
|
8154144: Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely"
Don't print stream closed message during shutdown
Reviewed-by: dcubed, sla, dsamersoff
|
2016-05-06 11:47:45 +03:00 |
|
Alejandro Murillo
|
ec7cfcc7c6
|
Merge
|
2016-05-05 12:35:54 -07:00 |
|
Joe Darcy
|
01ee88c8ae
|
6850612: Deprecate Class.newInstance since it violates the checked exception language contract
Reviewed-by: lancea, mullan, dfuchs
|
2016-05-03 10:40:54 -07:00 |
|
Alejandro Murillo
|
790f20d08d
|
Merge
|
2016-04-28 14:44:55 -07:00 |
|
Alejandro Murillo
|
447298f950
|
Merge
|
2016-04-22 01:04:01 -07:00 |
|
Dmitry Samersoff
|
3f6fc8998d
|
8152847: JDI use of sun.boot.class.path needs to be updated for Jigsaw
Remove references to bootclasspath
Reviewed-by: alanb, sspitsyn
|
2016-04-20 18:01:02 +03:00 |
|
Stuart Marks
|
ba908a9037
|
8145468: update java.lang APIs with new deprecations
Reviewed-by: alanb, psandoz, lancea, forax, scolebourne, chegar, martin
|
2016-04-18 14:10:14 -07: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 |
|
Amy Lu
|
4cd4074db4
|
8154277: JavaDoc warnings in VirtualMachineManager.java and Pool.java
Reviewed-by: alanb
|
2016-04-22 17:07:54 +08:00 |
|
Erik Joelsson
|
2435cd24ef
|
8150497: 32 jshell tests failed on Windows 32 bit
Reviewed-by: darcy, tbell
|
2016-02-26 06:03:12 +01:00 |
|
Alejandro Murillo
|
70a4694f73
|
Merge
|
2016-01-12 11:31:48 -08:00 |
|
Alan Bateman
|
547854a41f
|
8049422: Remove @jdk.Exported
Reviewed-by: dfuchs, mchung, darcy, chegar
|
2016-01-08 11:47:35 +00:00 |
|
Harsha Wardhana B
|
91e7b0bd8a
|
6744127: NullPointerException at com.sun.tools.jdi.EventRequestManagerImpl.request
Reviewed-by: jbachorik, sspitsyn
|
2016-01-04 13:49:11 +01:00 |
|
Andreas Eriksson
|
165c64ef5f
|
8074696: Remote debugging session hangs for several minutes when calling findBootType
Reviewed-by: sspitsyn, jbachorik
|
2015-10-30 13:13:13 +01:00 |
|
Cheleswer Sahu
|
52458bf82e
|
8129348: Debugger hangs in trace mode with TRACE_SENDS
Reviewed-by: sspitsyn
|
2015-10-29 05:24:30 -07:00 |
|
Alexander Stepanov
|
ea7449a3ad
|
8133480: replace some <tt> tags (obsolete in html5) in core-libs docs
Reviewed-by: lancea
|
2015-08-14 14:40:13 +03:00 |
|
Alexander Stepanov
|
2541238e18
|
8081517: minor cleanup for docs
Fix some tidy and javadoc warnings/errors
Reviewed-by: lancea, rriggs
|
2015-06-08 16:37:53 +04:00 |
|
Joe Darcy
|
5899576955
|
8075284: fix up miscellaneous TM constructions
Reviewed-by: lancea
|
2015-05-19 13:30:03 -07:00 |
|
Alejandro Murillo
|
c185e9a5bf
|
Merge
|
2015-05-01 03:56:04 -07:00 |
|
Alexander Stepanov
|
a4a2831215
|
8078622: remove tidy warnings from JPDA docs
Minor HTML markup fix
Reviewed-by: lancea
|
2015-04-24 20:51:41 +04:00 |
|
Staffan Larsen
|
6cbdf1b8f4
|
8075331: jdb eval java.util.Arrays.asList(array) shows inconsistent behaviour
Reviewed-by: jbachorik
|
2015-04-09 08:46:19 +02:00 |
|
Alejandro Murillo
|
bcb3fde88f
|
Merge
|
2015-02-27 07:34:27 -08:00 |
|
Staffan Larsen
|
93d09edf06
|
8073713: javadoc warnings in serviceability code
Reviewed-by: mgronlun, alanb, sspitsyn
|
2015-02-24 10:56:48 +01:00 |
|
Jaroslav Bachorik
|
41d784d98e
|
8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
Reviewed-by: sspitsyn, sla
|
2015-02-18 17:50:41 +01:00 |
|
Alejandro Murillo
|
346b210c83
|
Merge
|
2014-12-16 13:10:34 -08:00 |
|
Alejandro Murillo
|
c88778bc25
|
Merge
|
2014-12-11 23:06:14 -08:00 |
|
Otavio Santana
|
89cec23580
|
8055723: Replace concat String to append in StringBuilder parameters (dev)
Reviewed-by: redestad, ulfzibis, weijun, prappo, igerasim, alanb
|
2014-12-11 15:23:02 +08:00 |
|
Joe Darcy
|
220aa4b838
|
8066643: (zipfs) Suppress deprecation warnings in jdk.zipfs module
8066634: Suppress deprecation warnings in java.management module
8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi modules
Reviewed-by: alanb, lancea, sherman, sla, dfuchs
|
2014-12-08 09:13:08 -08:00 |
|
Erik Gahlin
|
f12ce83a25
|
6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
Reviewed-by: sla
|
2014-11-28 16:56:45 +01:00 |
|
Martin Buchholz
|
08eb67b941
|
8067377: My hobby: caning, then then canning, the the can-can
Fix ALL the stutters!
Reviewed-by: rriggs, mchung, lancea
|
2014-10-30 07:31:41 -07:00 |
|
Staffan Larsen
|
c46b22661c
|
8043981: Remove the JPDA demo
Reviewed-by: alanb
|
2014-08-26 07:57:03 +02:00 |
|