We have noticed a substantial increase in the time it takes for double buffering to complete after java version 8 u40 compared to releases before this one. It became so slow(to the tune of an order of magnitude) that we turn it off for anything above u40 within Java 8. Yes there is flicker(certainly not ideal), but the pace of the user experience doesn't change with a bit of flicker(although the chance for a headache has more than likely increased).
This noticeable lag just came out of the blue right after the target machine installed the affected java release. There were no code changes.
This relates to question:
Repaint() and double-buffering in java8, bug?
Has anyone else noticed this issue?