1. f7907ca Bug 492933: [otdre] improve source positions for generated/internal code by Stephan Herrmann · 7 years ago
  2. 09d366c Bug 511603: don't try to transform a LambdaForm by Stephan Herrmann · 7 years ago
  3. 827feb4 Bug 506828: [otdre] byte code lacks some local variable attributes by Stephan Herrmann · 7 years ago
  4. c8134b0 Bug 510466: [otdre] binding to indirectly inherited base method is not activated by Stephan Herrmann · 7 years ago
  5. 22d1e4c Bug 510471: Avoid use of global flag -Dot.weaving by Stephan Herrmann · 7 years ago
  6. a0c53c7 Clean-up: use t-w-r where appropriate, maybe fixing some actual leaks by Stephan Herrmann · 7 years ago
  7. 4d78510 Replace bogus use of IntInsnNode with VarInsnNode by Stephan Herrmann · 7 years ago
  8. 36a0a26 Bug 510077: [otdre] More logging of errors during weaving by Stephan Herrmann · 7 years ago
  9. 03713bd Bug 506828: [otdre] byte code lacks some local variable attributes by Stephan Herrmann · 7 years ago
  10. b21e7bb Fix compile errors due to erased ASM binaries. by Stephan Herrmann · 8 years ago
  11. 0f949b1 Bug 469761: [otdre] implement inheritable team activation by Stephan Herrmann · 8 years ago
  12. 6c075db Bug 503435: [otdre][impl] use ASM's CheckClassAdapter to harden the by Stephan Herrmann · 8 years ago
  13. 0346a19 Bug 503435: [otdre][impl] use ASM's CheckClassAdapter to harden the by Stephan Herrmann · 8 years ago
  14. 3026e82 Bug 503435: [otdre][impl] use ASM's CheckClassAdapter to harden the by Stephan Herrmann · 8 years ago
  15. 7fc8258 Bug 492938: [otdre] adjust debug representation for otdre by Stephan Herrmann · 8 years ago
  16. 2161c87 Bug 495595: [otdre] race condition: class can be defined unwoven while by Stephan Herrmann · 8 years ago
  17. 29fecac Clean-up: code comment by Stephan Herrmann · 8 years ago
  18. f9ffd8c Bug 469767: [otdre] @ImplicitTeamActivation doesn't work in simple case by Stephan Herrmann · 8 years ago
  19. f8337c3 Bug 469769: [otdre] NPE when base guard calls isExecutingCallin() by Stephan Herrmann · 8 years ago
  20. 9fbda62 Clean-up: improve resource closing by Stephan Herrmann · 8 years ago
  21. a4026f6 Bug 493717: [otdre] inconsistent "weavability" of super class of woven by Stephan Herrmann · 8 years ago
  22. a18241c Bug 494415: callin to constructor can trigger missing default case in by Stephan Herrmann · 8 years ago
  23. 9da466d Bug 494415: callin to constructor can trigger missing default case in by Stephan Herrmann · 8 years ago
  24. ea5e55a Bug 494415: callin to constructor can trigger missing default case in callOrig by Stephan Herrmann · 8 years ago
  25. 8185368 Bug 493717: [otdre] inconsistent "weavability" of super class of woven by Stephan Herrmann · 8 years ago
  26. 39b16b4 Bug 494231: [otdre] avoid repeatedly redefining classes in a loop in by Stephan Herrmann · 8 years ago
  27. 4689bcc Bug 493548: [otdre] More graceful exit when OTEquinoxAgent is missing by Stephan Herrmann · 8 years ago
  28. a707275 Bug 469757: [otdre] callin to constructor fails with early exit in constructor by Stephan Herrmann · 8 years ago
  29. 6b9a43a Bug 469759: [otdre] implement base-super calls by Stephan Herrmann · 8 years ago
  30. b7e1f30 Bug 487037: [otdre] callin to private base method doesn't work when by Stephan Herrmann · 8 years ago
  31. 2296823 Bug 468217: [otdre] stack overflow at callin-bound base method involving by Stephan Herrmann · 8 years ago
  32. 602f8b9 Bug 484263 - [otdre] corrupt bytes in _OT$callOrig of by Stephan Herrmann · 8 years ago
  33. 8c44434 Bug 481858: [otdre] CCE in BaseImportChecker._OT$callReplace() - by Stephan Herrmann · 8 years ago
  34. a1c8cdf Bug 481858: [otdre] CCE in BaseImportChecker._OT$callReplace() - by Stephan Herrmann · 8 years ago
  35. ab4a54d Clean-up: remove debug syserr by Stephan Herrmann · 8 years ago
  36. 39da579 Bug 483954: [otdre] OT/Equinox does not weave in base-super class by Stephan Herrmann · 8 years ago
  37. 510023c Bug 481881 - [otdre] NPE when lifting finds a role but the role has been gc'ed by Stephan Herrmann · 8 years ago
  38. 6d8387c Releng: go back to building from master by Stephan Herrmann · 8 years ago
  39. 15bdba2 Bug 481060 - [otdre] Example wizard does nothing on "Next" by Stephan Herrmann · 8 years ago sherrmann/otdre
  40. af68564 Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 8 years ago
  41. 56bbfbf Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 8 years ago
  42. 253caa3 Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 8 years ago
  43. 57eed86 Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 8 years ago
  44. d816661 Bug 480760 - [otdre] support definition of "weavable code regions" by Stephan Herrmann · 8 years ago
  45. 62ba9f8 Bug 480808 - [otdre] if intermediate super class is unweavable, by Stephan Herrmann · 8 years ago
  46. 42c7e40 Bug 480760 - [otdre] support definition of "weavable code regions" by Stephan Herrmann · 8 years ago
  47. 585e960 Bug 480596 - [otdre] Some classes are not fully read by asm, visitMethod by Stephan Herrmann · 8 years ago
  48. 849d19b Avoid an NPE seen in OTDT-on-OTDRE and log some info by Stephan Herrmann · 8 years ago
  49. c80b165 Bug 480574 - [otdre] redefine throws InternalError caused by invalid by Stephan Herrmann · 8 years ago
  50. 62d931e Bug 480574 - [otdre] redefine throws InternalError caused by invalid byte code by Stephan Herrmann · 8 years ago
  51. dd52d2e Bug 469176: [otdre] multiple fields _OT$roleSet by Stephan Herrmann · 8 years ago
  52. 59bcb95 Bug 469176: [otdre] multiple fields _OT$roleSet by Stephan Herrmann · 8 years ago
  53. 2944ba3 Bug 480570 - [otdre] Redefine during define may cause by Stephan Herrmann · 8 years ago
  54. 9e88b0f Bug 480257 - [otdre] super call destroyed by callin binding to sibling by Stephan Herrmann · 8 years ago
  55. 14a51ca Debug: one more debug utility in otdre by Stephan Herrmann · 8 years ago
  56. 787cf87 Bug 480417 - [otdre] Deadlock below AbstractBoundClass.handleTaskList by Stephan Herrmann · 8 years ago
  57. 1f4fdd2 Bug 480257 - [otdre] super call destroyed by callin binding to sibling by Stephan Herrmann · 8 years ago
  58. 86a2d72 Bug 480244 - [otdre] exception handlers are lost when moving code to by Stephan Herrmann · 8 years ago
  59. e88b142 Debug out for an NPE seen in the installed IDE by Stephan Herrmann · 9 years ago
  60. 8880843 Bug 462605 - [otdre] running OTDT on OTDRE - fix names of dump files from otdre by Stephan Herrmann · 9 years ago
  61. 8f48612 Bug 473590 - [otdre] confusion about when to populate _OT$access / by Stephan Herrmann · 9 years ago
  62. cfa1490 bug 473549 - [otdre] trouble with decapsulation in a base class by Stephan Herrmann · 9 years ago
  63. f6b486a Bug 473549 - [otdre] trouble with decapsulation in a base class by Stephan Herrmann · 9 years ago
  64. 0a7f460 Bug 473231 - [otdre] More problems in ASM stackmap computation by Stephan Herrmann · 9 years ago
  65. 24fbd27 Bug 469175: [otdre] fetchAdaptedBases() must read distructively by Stephan Herrmann · 9 years ago
  66. 6c24d79 Bug 469163: [otdre] Evaluation of ATTRIBUTE_ROLE_BASE_BINDINGS must skip by Stephan Herrmann · 9 years ago
  67. 34e3944 Bug 468712: [otdre] stack overflow at callin-bound base method involving by Stephan Herrmann · 9 years ago
  68. f41b92a Bug 468712: [otdre] stack overflow at callin-bound base method involving by Stephan Herrmann · 9 years ago
  69. 94d0308 Bug 468682: [otdre] bogus boxing sequence after super call in _OT$callOrig by Stephan Herrmann · 9 years ago
  70. d1494fb Typo fix (was: infinite loop) by Stephan Herrmann · 9 years ago
  71. 18de460 Bug 468211: [otdre] string encoding of types inserts ';' at bogus locations by Stephan Herrmann · 9 years ago
  72. e3dd802 Bug 467913 - [otdre] "Instruction type does not match stack map" on by Stephan Herrmann · 9 years ago
  73. 649f0c4 Bug 468116: [otdre] weaving access to indirectly inherited base method by Stephan Herrmann · 9 years ago
  74. d803c49 Bug 468116: [otdre] weaving access to indirectly inherited base method by Stephan Herrmann · 9 years ago
  75. 9927490 Bug 468110: [otdre] class is being defined before its super class is by Stephan Herrmann · 9 years ago
  76. 9d6f874 Bug 467913 - [otdre] "Instruction type does not match stack map" on by Stephan Herrmann · 9 years ago
  77. 1baf601 Bug 467913 - [otdre] "Instruction type does not match stack map" on by Stephan Herrmann · 9 years ago
  78. f4cfdb5 Clean-up: by Stephan Herrmann · 9 years ago
  79. 1e97f79 debug output (disabled) by Stephan Herrmann · 9 years ago
  80. e509c6d Bug 462968 - [otdre] callback needed to determine superclass weavability by Stephan Herrmann · 9 years ago
  81. 928b7af Bug 462605 - [otdre] running OTDT on OTDRE by Stephan Herrmann · 9 years ago
  82. f96f190 Bug 462798 - [otdre] Callin binding to inherited method is not woven by Stephan Herrmann · 9 years ago
  83. 7710ddb Bug 462796 - [otdre] avoid redefine attempts when there are no changes by Stephan Herrmann · 9 years ago
  84. 38e486d Bug 436759 - [otdre] Finish implementation of OTDRE by Stephan Herrmann · 9 years ago
  85. ca6bbf4 Bug 436759 - [otdre] Finish implementation of OTDRE by Stephan Herrmann · 9 years ago
  86. 51d81fd Bug 436759 - [otdre] Finish implementation of OTDRE by Stephan Herrmann · 9 years ago
  87. 62c97a8 Bug 443642 - [otdre] Failure to detect all base classes during class scanning by Stephan Herrmann · 10 years ago
  88. 2380d1e Bug 443588 - [otdre] AIOOBE in ASM due to bad replacement of return by Stephan Herrmann · 10 years ago
  89. ee8ec39 Bug 436759 [otdre] Finish implementation of OTDRE by Stephan Herrmann · 10 years ago
  90. f696a03 Bug 436759 [otdre] Finish implementation of OTDRE by Stephan Herrmann · 10 years ago
  91. 755350e Bug 436759 [otdre] Finish implementation of OTDRE by Stephan Herrmann · 10 years ago
  92. eca2ecf Bug 413859 - Restore aspect permission checking by Stephan Herrmann · 10 years ago
  93. f959a08 Bug 436759 [otdre] Finish implementation of OTDRE by Stephan Herrmann · 10 years ago
  94. c0c3e4a Bug 436759 [otdre] Finish implementation of OTDRE by Stephan Herrmann · 10 years ago
  95. 445823a Bug 436759 [otdre] Finish implementation of OTDRE by Stephan Herrmann · 10 years ago
  96. b689411 Bug 434172 - Failures in JDT's LeakTestSuite by Stephan Herrmann · 10 years ago
  97. 9c14ec8 Bug 433080 - [otdre] encode weaving scheme in class files by Stephan Herrmann · 10 years ago
  98. 2259a0a Fix in otdre: must not try to weave into abstract methods by Stephan Herrmann · 10 years ago
  99. 198ae2e Fix regression in ReportedBugs.testB11_sh62 by Stephan Herrmann · 10 years ago
  100. 5030dd4 Partial fix for testX15_callinFromStaticBaseMethod23a: by Stephan Herrmann · 10 years ago