Kumar Srinivasan
74d2e71e10
8003537: javap use internal class name when printing bound of type variable
...
Reviewed-by: jjg
2013-10-04 16:08:18 -07:00
Kumar Srinivasan
424ac16db0
8020214: TEST_BUG: test/tools/javap/8007907/JavapReturns0AfterClassNotFoundTest.java broken
...
Reviewed-by: jjg
2013-07-09 14:54:20 -07:00
Vicente Romero
3596018eb7
8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error
...
Reviewed-by: jjg
2013-06-11 09:59:34 +01:00
Werner Dietl
54582cab82
8013852: update reference impl for type-annotations
...
Co-authored-by: Steve Sides <steve.sides@oracle.com>
Co-authored-by: Joel Borggren-Franck <joel.franck@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Reviewed-by: jjg
2013-05-14 15:04:06 -07:00
Jonathan Gibbons
155bd74411
8012728: Normalize @ignore comments on langtools tests
...
Reviewed-by: vromero, mcimadamore
2013-05-03 09:56:56 -07:00
Peter Jensen
1e91824535
8005220: RFE to write javap tests for repeating annotations
...
Reviewed-by: jjg
2013-03-18 08:46:09 -07:00
Vicente Romero
4ef6ef5d0f
8008582: jtreg failures after conversion of shell tests to Java
...
Reviewed-by: jjg
2013-03-14 08:30:16 +00:00
Vicente Romero
68a3295c8b
8006212: javac, convert jtreg tests from shell script to java
...
Reviewed-by: jjg
2013-02-19 17:53:16 +00:00
Jonathan Gibbons
ff25ecbcbb
8008313: 8007052 breaks test/tools/javap/MethodParameters.java
...
Reviewed-by: darcy
2013-02-15 11:26:11 -08:00
Jonathan Gibbons
a695bef890
8007052: javap should include the descriptor for a method in verbose mode
...
Reviewed-by: mcimadamore
2013-02-15 08:28:42 -08:00
Vicente Romero
9bdfca5e56
8006334: javap, JavapTask constructor breaks with null pointer exception if parameter options is null
...
Reviewed-by: jjg
2013-02-12 13:36:56 +00:00
Michael Ernst
659a96edf9
8006775: JSR 308: Compiler changes in JDK8
...
Co-authored-by: Werner Dietl <wmdietl@cs.washington.edu>
Co-authored-by: Matt Papi <mpapi@csail.mit.edu>
Co-authored-by: Mahmood Ali <mahmood@notnoop.com>
Reviewed-by: jjg
2013-01-23 13:27:24 -08:00
Jim Holmlund
259f5d7cc8
8005647: langtools/test/tools/javap/MethodParameters.java fails on windows
...
Fix javap to not output \r\r\n
Reviewed-by: jjg
2013-01-07 17:51:05 +00:00
Eric Mccorkle
73b497c12e
8004727: Add compiler support for parameter reflection
...
Reviewed-by: jjg
2012-12-29 17:33:17 -08:00
Vicente Romero
07e9c8cf27
7190862: javap shows an incorrect type for operands if the 'wide' prefix is used
...
7109747: (javap) classfile not treating iinc_w correctly
Reviewed-by: jjg, mcimadamore
2012-11-21 18:40:45 +00:00
Jonathan Gibbons
0844683a0e
7186925: JavapTask passes null to java.io.Writer
...
Reviewed-by: jjh
2012-09-07 11:12:16 -07:00
Alan Bateman
041b97af42
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:27:12 +00:00
Jonathan Gibbons
cd57e9960f
7031005: javap prints "extends java.lang.Object"
...
Reviewed-by: mcimadamore
2011-03-30 18:32:16 -07:00
Kelly O'Hair
84b5875f26
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:54:52 -08:00
Jonathan Gibbons
b9f90baa59
7004698: javap does not output CharacterRangeTable attributes correctly
...
Reviewed-by: mcimadamore
2010-12-08 13:42:57 -08:00
Jonathan Gibbons
cba5c7df9f
7002346: javap test relies on location of scratch directory
...
Reviewed-by: ksrini
2010-11-23 15:28:34 -08:00
Jonathan Gibbons
bf00a77f2d
6987760: remove 308 support from JDK7
...
Reviewed-by: darcy, mcimadamore
2010-10-19 15:02:48 -07:00
Jonathan Gibbons
e0caf9f660
6985115: tests create too much output
...
Reviewed-by: mcimadamore
2010-09-16 09:57:37 -07:00
Jonathan Gibbons
98f8b67c3a
6980017: javap -XDdetail:source behaves badly if source not available
...
Reviewed-by: ksrini
2010-08-26 16:13:33 -07:00
Kelly O'Hair
bd4f4be9d7
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy
2010-05-25 15:54:51 -07:00
Jonathan Gibbons
624b674ca3
6937244: sqe ws7 tools javap/javap_t10a fail jdk7 b80 used output of javap is changed
...
Reviewed-by: darcy
2010-03-23 18:05:54 -07:00
Jonathan Gibbons
2ed0d63583
6933914: fix missing newlines
...
Reviewed-by: ohair
2010-03-10 16:23:18 -08:00
Mahmood Ali
b0d7cf8472
6918625: handle annotations on array class literals
...
Co-authored-by: Michael Ernst <mernst@cs.washington.edu>
Reviewed-by: jjg, darcy
2010-02-02 10:56:10 -08:00
Jonathan Gibbons
5722595a5b
6910317: [classfile] typo and other issues in Dependency classes
...
Reviewed-by: ksrini
2009-12-15 13:26:06 -08:00
Jonathan Gibbons
8d1a5a5750
6907575: [classfile] add support for classfile dependency analysis
...
Reviewed-by: ksrini
2009-12-12 09:28:40 -08:00
Jonathan Gibbons
e634c0ee8e
6888367: classfile library parses signature attributes incorrectly
...
Reviewed-by: ksrini
2009-10-16 12:56:50 -07:00
Jonathan Gibbons
837c2b0a07
6887895: CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly
...
Reviewed-by: ksrini
2009-10-13 14:02:53 -07:00
Xiomara Jayasena
dbe66b7524
6884624: Update copyright year
...
Update copyright for files that have been modified in 2009 through Septermber
Reviewed-by: tbell, ohair
2009-09-22 14:06:29 -07:00
Jonathan Gibbons
b2645b9065
6879371: javap does not close internal default file manager
...
Reviewed-by: darcy
2009-09-08 11:43:57 -07:00
Jonathan Gibbons
ba8c7416f8
6876753: javap tests fail on Windows
...
Reviewed-by: darcy
2009-08-27 17:39:16 -07:00
Jonathan Gibbons
7d420d30b9
6868539: javap should use current names for constant pool tags
...
Reviewed-by: ksrini
2009-08-08 17:56:37 -07:00
Jonathan Gibbons
9e26dc467b
6729471: javap should accept class files on the command line
...
Reviewed-by: mcimadamore
2009-08-05 08:38:18 -07:00
Jonathan Gibbons
ea9763ee24
6868553: 6867671 breaks some tests
...
Reviewed-by: mcimadamore
2009-08-05 07:43:50 -07:00
Jonathan Gibbons
24bbb68d38
4880672: javap does not output inner interfaces of an interface
...
Reviewed-by: mcimadamore
2009-07-30 09:18:55 -07:00
Jonathan Gibbons
219445d03a
6866657: add byteLength method to primary classfile types
...
Reviewed-by: mchung
2009-07-30 07:48:24 -07:00
Jonathan Gibbons
54b80cfe2a
4777949: Javap Rewrite : Warn javap usage on package classes with simple name
...
Reviewed-by: mcimadamore
2009-07-29 13:26:26 -07:00
Jonathan Gibbons
2655dbfaac
6855990: javap InstructionDetailWriter should support new 308 annotations attribute
...
Reviewed-by: mcimadamore
2009-07-28 10:36:25 -07:00
Jonathan Gibbons
604fce4d26
6863746: javap should not scan ct.sym by default
...
Reviewed-by: mcimadamore
2009-07-24 14:47:01 -07:00
Jonathan Gibbons
ae71131125
6863914: bug number missing from test
...
Reviewed-by: tbell
2009-07-23 14:15:58 -07:00
Mahmood Ali
b1c83646db
6863814: javap crashes when facing array class literals
...
Reviewed-by: jjg
2009-07-23 11:37:44 -07:00
Michael Ernst
e03ee9130a
6855544: add missing files
...
Co-authored-by: Mahmood Ali <mali@csail.mit.edu>
Co-authored-by: Matt Papi <mpapi@csail.mit.edu>
Reviewed-by: jjg, mcimadamore, darcy
2009-06-26 19:12:41 -07:00
Jonathan Gibbons
542d43cc10
6838199: remove support for old javap
...
Reviewed-by: ohair, mcimadamore
2009-05-29 16:26:41 -07:00
Jonathan Gibbons
72b623769a
6824493: experimental support for additional info for instructions
...
Reviewed-by: mcimadamore
2009-05-19 11:50:54 -07:00
Tim Bell
61485906a3
6814592: Legal notice repair needed in langtools/test/tools/javap/T4884240.java
...
Reviewed-by: jjg
2009-03-17 11:28:24 -07:00
Jonathan Gibbons
49c8929c4a
6764226: ListTest fails on javap output with bad characters
...
Reviewed-by: darcy
2008-10-27 14:25:59 -07:00