1. 68068e7 Fix compile error: lambda needs BREE: JavaSE-1.8 (compliance was already at 1.8) by Stephan Herrmann · 6 years ago
  2. 85b99d3 update jdt.core to S-4.9M2-201808012000 by Stephan Herrmann · 6 years ago
  3. 44cb3c0 Bug 537533 - [otdre] empty callAllBindings() may block callin bound to super by Stephan Herrmann · 6 years ago
  4. 7dae7fa Bug 537533 - [otdre] empty callAllBindings() may block callin bound to super by Stephan Herrmann · 6 years ago
  5. fb913af Adjust to ASM 6.1: by Stephan Herrmann · 6 years ago
  6. fa7b158a Bug 537351 - [otdre] field _OT$roleSet is not generated in zig-zag by Stephan Herrmann · 6 years ago
  7. 38841ab Bug 537351 - [otdre] field _OT$roleSet is not generated in zig-zag by Stephan Herrmann · 6 years ago
  8. 2feb9f2 Fix AssertionError (false alarm) by Stephan Herrmann · 6 years ago
  9. 80f8b31 Bug 520460 - [OTDRE] Load negative constants with ASM by Lars Schuetze · 6 years ago
  10. 9d23653 Bug 535295 - [otdre] method doesn't know it is implemented resulting in by Stephan Herrmann · 6 years ago
  11. 7ab1cd8 Bug 533838 - [otdre] super class lookup needs to fetch bytes if not yet loaded by Stephan Herrmann · 6 years ago
  12. d154beb Resolve some warnings in the code by Stephan Herrmann · 7 years ago
  13. 96c9128 Releng: add Automatic-Module-Name headers by Stephan Herrmann · 7 years ago
  14. b8025c2 Bug 530914 - [otdre] Wrong kind of super-call in callOrig where super is by Stephan Herrmann · 7 years ago
  15. ec758b3 Bug 530914 - [otdre] Wrong kind of super-call in callOrig where super is by Stephan Herrmann · 7 years ago
  16. f3ba50c Debugging help for OTDRE: toString() methods by Stephan Herrmann · 7 years ago
  17. f7b4a08 Bug 527086: [java9] Support Java 9 - raise ASM API level to 6 by Stephan Herrmann · 7 years ago builds/201712031505
  18. 9f85bea Bug 527560 - [9] Must avoid AccTeam which now conflicts with AccModule by Stephan Herrmann · 7 years ago
  19. 214e995 Releng: freeze versions of unchanged plug-ins, increment others by Stephan Herrmann · 7 years ago
  20. ce28cb7 Bug 527086: [java9] Support Java 9 - *require* ASM 6 by Stephan Herrmann · 7 years ago
  21. f7907ca Bug 492933: [otdre] improve source positions for generated/internal code by Stephan Herrmann · 8 years ago
  22. 09d366c Bug 511603: don't try to transform a LambdaForm by Stephan Herrmann · 8 years ago
  23. 827feb4 Bug 506828: [otdre] byte code lacks some local variable attributes by Stephan Herrmann · 8 years ago
  24. c8134b0 Bug 510466: [otdre] binding to indirectly inherited base method is not activated by Stephan Herrmann · 8 years ago
  25. 22d1e4c Bug 510471: Avoid use of global flag -Dot.weaving by Stephan Herrmann · 8 years ago
  26. a0c53c7 Clean-up: use t-w-r where appropriate, maybe fixing some actual leaks by Stephan Herrmann · 8 years ago
  27. 4d78510 Replace bogus use of IntInsnNode with VarInsnNode by Stephan Herrmann · 8 years ago
  28. 36a0a26 Bug 510077: [otdre] More logging of errors during weaving by Stephan Herrmann · 8 years ago
  29. 03713bd Bug 506828: [otdre] byte code lacks some local variable attributes by Stephan Herrmann · 8 years ago
  30. b21e7bb Fix compile errors due to erased ASM binaries. by Stephan Herrmann · 8 years ago
  31. 0f949b1 Bug 469761: [otdre] implement inheritable team activation by Stephan Herrmann · 8 years ago
  32. 6c075db Bug 503435: [otdre][impl] use ASM's CheckClassAdapter to harden the by Stephan Herrmann · 8 years ago
  33. 0346a19 Bug 503435: [otdre][impl] use ASM's CheckClassAdapter to harden the by Stephan Herrmann · 8 years ago
  34. 3026e82 Bug 503435: [otdre][impl] use ASM's CheckClassAdapter to harden the by Stephan Herrmann · 8 years ago
  35. f2fe363 Releng: abandon attempts to make asm.util optional, doesn't build ... by Stephan Herrmann · 8 years ago
  36. e087c5f Releng: re-open a couple of plugins with changes by Stephan Herrmann · 8 years ago
  37. 7fc8258 Bug 492938: [otdre] adjust debug representation for otdre by Stephan Herrmann · 8 years ago
  38. 2161c87 Bug 495595: [otdre] race condition: class can be defined unwoven while by Stephan Herrmann · 8 years ago
  39. 29fecac Clean-up: code comment by Stephan Herrmann · 8 years ago
  40. f9ffd8c Bug 469767: [otdre] @ImplicitTeamActivation doesn't work in simple case by Stephan Herrmann · 8 years ago
  41. f8337c3 Bug 469769: [otdre] NPE when base guard calls isExecutingCallin() by Stephan Herrmann · 8 years ago
  42. 9fbda62 Clean-up: improve resource closing by Stephan Herrmann · 8 years ago
  43. a4026f6 Bug 493717: [otdre] inconsistent "weavability" of super class of woven by Stephan Herrmann · 8 years ago
  44. a18241c Bug 494415: callin to constructor can trigger missing default case in by Stephan Herrmann · 8 years ago
  45. 9da466d Bug 494415: callin to constructor can trigger missing default case in by Stephan Herrmann · 8 years ago
  46. ea5e55a Bug 494415: callin to constructor can trigger missing default case in callOrig by Stephan Herrmann · 8 years ago
  47. 8185368 Bug 493717: [otdre] inconsistent "weavability" of super class of woven by Stephan Herrmann · 8 years ago
  48. 39b16b4 Bug 494231: [otdre] avoid repeatedly redefining classes in a loop in by Stephan Herrmann · 8 years ago
  49. 4689bcc Bug 493548: [otdre] More graceful exit when OTEquinoxAgent is missing by Stephan Herrmann · 8 years ago
  50. a707275 Bug 469757: [otdre] callin to constructor fails with early exit in constructor by Stephan Herrmann · 8 years ago
  51. 6b9a43a Bug 469759: [otdre] implement base-super calls by Stephan Herrmann · 9 years ago
  52. b7e1f30 Bug 487037: [otdre] callin to private base method doesn't work when by Stephan Herrmann · 9 years ago
  53. 2296823 Bug 468217: [otdre] stack overflow at callin-bound base method involving by Stephan Herrmann · 9 years ago
  54. 602f8b9 Bug 484263 - [otdre] corrupt bytes in _OT$callOrig of by Stephan Herrmann · 9 years ago
  55. 8c44434 Bug 481858: [otdre] CCE in BaseImportChecker._OT$callReplace() - by Stephan Herrmann · 9 years ago
  56. a1c8cdf Bug 481858: [otdre] CCE in BaseImportChecker._OT$callReplace() - by Stephan Herrmann · 9 years ago
  57. ab4a54d Clean-up: remove debug syserr by Stephan Herrmann · 9 years ago
  58. 39da579 Bug 483954: [otdre] OT/Equinox does not weave in base-super class by Stephan Herrmann · 9 years ago
  59. 510023c Bug 481881 - [otdre] NPE when lifting finds a role but the role has been gc'ed by Stephan Herrmann · 9 years ago
  60. 6d8387c Releng: go back to building from master by Stephan Herrmann · 9 years ago
  61. 15bdba2 Bug 481060 - [otdre] Example wizard does nothing on "Next" by Stephan Herrmann · 9 years ago sherrmann/otdre
  62. af68564 Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 9 years ago
  63. 56bbfbf Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 9 years ago
  64. 253caa3 Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 9 years ago
  65. 57eed86 Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 9 years ago
  66. d816661 Bug 480760 - [otdre] support definition of "weavable code regions" by Stephan Herrmann · 9 years ago
  67. 62ba9f8 Bug 480808 - [otdre] if intermediate super class is unweavable, by Stephan Herrmann · 9 years ago
  68. 42c7e40 Bug 480760 - [otdre] support definition of "weavable code regions" by Stephan Herrmann · 9 years ago
  69. 585e960 Bug 480596 - [otdre] Some classes are not fully read by asm, visitMethod by Stephan Herrmann · 9 years ago
  70. 849d19b Avoid an NPE seen in OTDT-on-OTDRE and log some info by Stephan Herrmann · 9 years ago
  71. c80b165 Bug 480574 - [otdre] redefine throws InternalError caused by invalid by Stephan Herrmann · 9 years ago
  72. 62d931e Bug 480574 - [otdre] redefine throws InternalError caused by invalid byte code by Stephan Herrmann · 9 years ago
  73. dd52d2e Bug 469176: [otdre] multiple fields _OT$roleSet by Stephan Herrmann · 9 years ago
  74. 59bcb95 Bug 469176: [otdre] multiple fields _OT$roleSet by Stephan Herrmann · 9 years ago
  75. 2944ba3 Bug 480570 - [otdre] Redefine during define may cause by Stephan Herrmann · 9 years ago
  76. 9e88b0f Bug 480257 - [otdre] super call destroyed by callin binding to sibling by Stephan Herrmann · 9 years ago
  77. 14a51ca Debug: one more debug utility in otdre by Stephan Herrmann · 9 years ago
  78. 787cf87 Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 9 years ago
  79. 1f4fdd2 Bug 480257 - [otdre] super call destroyed by callin binding to sibling by Stephan Herrmann · 9 years ago
  80. 86a2d72 Bug 480244 - [otdre] exception handlers are lost when moving code to by Stephan Herrmann · 9 years ago
  81. e88b142 Debug out for an NPE seen in the installed IDE by Stephan Herrmann · 9 years ago
  82. 8880843 Bug 462605 - [otdre] running OTDT on OTDRE - fix names of dump files from otdre by Stephan Herrmann · 9 years ago
  83. 8f48612 Bug 473590 - [otdre] confusion about when to populate _OT$access / by Stephan Herrmann · 9 years ago
  84. cfa1490 bug 473549 - [otdre] trouble with decapsulation in a base class by Stephan Herrmann · 9 years ago
  85. f6b486a Bug 473549 - [otdre] trouble with decapsulation in a base class by Stephan Herrmann · 9 years ago
  86. 0a7f460 Bug 473231 - [otdre] More problems in ASM stackmap computation by Stephan Herrmann · 9 years ago
  87. 24fbd27 Bug 469175: [otdre] fetchAdaptedBases() must read distructively by Stephan Herrmann · 9 years ago
  88. 6c24d79 Bug 469163: [otdre] Evaluation of ATTRIBUTE_ROLE_BASE_BINDINGS must skip by Stephan Herrmann · 9 years ago
  89. 34e3944 Bug 468712: [otdre] stack overflow at callin-bound base method involving by Stephan Herrmann · 9 years ago
  90. f41b92a Bug 468712: [otdre] stack overflow at callin-bound base method involving by Stephan Herrmann · 9 years ago
  91. 94d0308 Bug 468682: [otdre] bogus boxing sequence after super call in _OT$callOrig by Stephan Herrmann · 9 years ago
  92. d1494fb Typo fix (was: infinite loop) by Stephan Herrmann · 9 years ago
  93. 18de460 Bug 468211: [otdre] string encoding of types inserts ';' at bogus locations by Stephan Herrmann · 9 years ago
  94. e3dd802 Bug 467913 - [otdre] "Instruction type does not match stack map" on by Stephan Herrmann · 9 years ago
  95. 649f0c4 Bug 468116: [otdre] weaving access to indirectly inherited base method by Stephan Herrmann · 9 years ago
  96. d803c49 Bug 468116: [otdre] weaving access to indirectly inherited base method by Stephan Herrmann · 9 years ago
  97. 9927490 Bug 468110: [otdre] class is being defined before its super class is by Stephan Herrmann · 9 years ago
  98. 9d6f874 Bug 467913 - [otdre] "Instruction type does not match stack map" on by Stephan Herrmann · 9 years ago
  99. 1baf601 Bug 467913 - [otdre] "Instruction type does not match stack map" on by Stephan Herrmann · 9 years ago
  100. f4cfdb5 Clean-up: by Stephan Herrmann · 9 years ago